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