Searched refs:table1p (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 1965 vint4 table0p, table1p; in TEST() local 1966 vtable_prepare(table0, table1, table0p, table1p); in TEST() 1970 vint4 result = vtable_8bt_32bi(table0p, table1p, index); in TEST() 1986 vint4 table0p, table1p, table2p, table3p; in TEST() local 1987 vtable_prepare(table0, table1, table2, table3, table0p, table1p, table2p, table3p); in TEST() 1991 vint4 result = vtable_8bt_32bi(table0p, table1p, table2p, table3p, index); in TEST() 3503 vint8 table0p, table1p; in TEST() local 3504 vtable_prepare(table0, table1, table0p, table1p); in TEST() 3508 vint8 result = vtable_8bt_32bi(table0p, table1p, index); in TEST() 3528 vint8 table0p, table1p, table2p, table3p; in TEST() local [all …]
|