Searched refs:COPY_LA (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 523 #define COPY_LA(dsttype, srctype, convfunc, oneval) \ in copy_scanline() macro 558 COPY_LA(uint8_t, uint8_t, id, 0xFF); in copy_scanline() 575 COPY_LA(uint16_t, uint16_t, id, 0x3C00); in copy_scanline() 592 COPY_LA(uint16_t, uint16_t, u16_sf16, 0x3C00); in copy_scanline() 609 COPY_LA(uint16_t, float, f32_sf16, 0x3C00); in copy_scanline()
|
Completed in 5 milliseconds