Home
last modified time | relevance | path

Searched refs:tblIdx (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DEtc2ShaderLib.comp288 uint tblIdx = ((high >> 16) & 15);
289 const ivec4 table0 = kAlphaModifierTable[tblIdx * 2];
290 const ivec4 table1 = kAlphaModifierTable[tblIdx * 2 + 1];
321 uint tblIdx = ((high >> 16) & 15);
322 const ivec4 table0 = kAlphaModifierTable[tblIdx * 2];
323 const ivec4 table1 = kAlphaModifierTable[tblIdx * 2 + 1];
/hardware/google/gfxstream/common/etc/
Detc.cpp448 int tblIdx = pIn[1] & 15; in eac_decode_single_channel_block() local
449 const int* table = kAlphaModifierTable + tblIdx * 8; in eac_decode_single_channel_block()