Searched refs:decode_subblock (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | Etc2ShaderLib.comp | 188 void decode_subblock(inout ivec4 pOut[16], int r, int g, int b, ivec4 table, uint low, bool second, 277 decode_subblock(ret, r1, g1, b1, tableA, low, false, flipped, isPunchthroughAlpha, opaque); 278 decode_subblock(ret, r2, g2, b2, tableB, low, true, flipped, isPunchthroughAlpha, opaque);
|
/hardware/google/gfxstream/common/etc/ |
D | etc.cpp | 223 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock() function 434 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped, in etc2_decode_rgb_block() 436 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped, in etc2_decode_rgb_block()
|