Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DEtc2ShaderLib.comp290 const ivec4 table1 = kAlphaModifierTable[tblIdx * 2 + 1];
301 int modifierValue = ((modifier >= 4) ? table1[modifier - 4] : table0[modifier]);
323 const ivec4 table1 = kAlphaModifierTable[tblIdx * 2 + 1];
334 int modifierValue = ((modifier >= 4) ? table1[modifier - 4] : table0[modifier]);
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1963 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST() local
1966 vtable_prepare(table0, table1, table0p, table1p); in TEST()
1982 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST() local
1987 vtable_prepare(table0, table1, table2, table3, table0p, table1p, table2p, table3p); in TEST()
3501 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST() local
3504 vtable_prepare(table0, table1, table0p, table1p); in TEST()
3524 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST() local
3529 vtable_prepare(table0, table1, table2, table3, table0p, table1p, table2p, table3p); in TEST()