Searched refs:COPY_L (Results 1 – 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenccli_image_load_store.cpp | 416 #define COPY_L(dsttype, srctype, convfunc, oneval) \ in copy_scanline() macro 463 COPY_L(uint8_t, uint8_t, id, 0xFF); in copy_scanline() 480 COPY_L(uint16_t, uint16_t, id, 0x3C00); in copy_scanline() 497 COPY_L(uint16_t, uint16_t, u16_sf16, 0x3C00); in copy_scanline() 514 COPY_L(uint16_t, float, f32_sf16, 0x3C00); in copy_scanline()
|