Home
last modified time | relevance | path

Searched refs:BI_CLAUSE_SUBWORD_TUPLE_0 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-packing.c70 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/
Dbifrost.h244 BI_CLAUSE_SUBWORD_TUPLE_0 = 8, enumerator
275 #define T(x) (BI_CLAUSE_SUBWORD_TUPLE_0 + x)
Dbi_pack.c472 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()