Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-packing.c34 BIT_ASSERT(bi_pack_literal(BI_CLAUSE_SUBWORD_LITERAL_0 + x) == x); in bi_test_pack_literal()
75 #define L(x) (BI_CLAUSE_SUBWORD_LITERAL_0 + x)
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost.h239 BI_CLAUSE_SUBWORD_LITERAL_0 = 0, enumerator
273 #define L(x) (BI_CLAUSE_SUBWORD_LITERAL_0 + x)
Dbi_pack.c436 assert(literal >= BI_CLAUSE_SUBWORD_LITERAL_0); in bi_pack_literal()
439 return (literal - BI_CLAUSE_SUBWORD_LITERAL_0); in bi_pack_literal()