Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DEtc2ShaderLib.comp289 const ivec4 table0 = kAlphaModifierTable[tblIdx * 2];
301 int modifierValue = ((modifier >= 4) ? table1[modifier - 4] : table0[modifier]);
322 const ivec4 table0 = kAlphaModifierTable[tblIdx * 2];
334 int modifierValue = ((modifier >= 4) ? table1[modifier - 4] : table0[modifier]);
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1962 vint4 table0(0x00010203, 0x04050607, 0x08090a0b, 0x0c0d0e0f); in TEST() local
1966 vtable_prepare(table0, table1, table0p, table1p); in TEST()
1981 vint4 table0(0x00010203, 0x04050607, 0x08090a0b, 0x0c0d0e0f); in TEST() local
1987 vtable_prepare(table0, table1, table2, table3, table0p, table1p, table2p, table3p); in TEST()
3500 vint4 table0(0x00010203, 0x04050607, 0x08090a0b, 0x0c0d0e0f); in TEST() local
3504 vtable_prepare(table0, table1, table0p, table1p); in TEST()
3523 vint4 table0(0x00010203, 0x04050607, 0x08090a0b, 0x0c0d0e0f); in TEST() local
3529 vtable_prepare(table0, table1, table2, table3, table0p, table1p, table2p, table3p); in TEST()