Searched refs:BI_CLAUSE_SUBWORD_TUPLE_0 (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/test/ |
D | test-packing.c | 70 BIT_ASSERT(bi_pack_tuple_bits(BI_CLAUSE_SUBWORD_TUPLE_0 + 0, tuples, 8, 0, 30) == 0x01234567); in bi_test_pack_tuple_bits() 71 BIT_ASSERT(bi_pack_tuple_bits(BI_CLAUSE_SUBWORD_TUPLE_0 + 1, tuples, 8, 10, 30) == 0xca66666); in bi_test_pack_tuple_bits() 72 BIT_ASSERT(bi_pack_tuple_bits(BI_CLAUSE_SUBWORD_TUPLE_0 + 2, tuples, 8, 40, 15) == 0x4def); in bi_test_pack_tuple_bits()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost.h | 244 BI_CLAUSE_SUBWORD_TUPLE_0 = 8, enumerator 275 #define T(x) (BI_CLAUSE_SUBWORD_TUPLE_0 + x)
|
D | bi_pack.c | 472 assert(idx >= BI_CLAUSE_SUBWORD_TUPLE_0); in bi_pack_tuple_bits() 475 unsigned val = (idx - BI_CLAUSE_SUBWORD_TUPLE_0); in bi_pack_tuple_bits()
|