Searched refs:table1 (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | Etc2ShaderLib.comp | 290 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/ |
D | test_simd.cpp | 1963 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()
|