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/
Dbifrost.h249 BI_CLAUSE_SUBWORD_LITERAL_0 = 0, enumerator
283 #define L(x) ((enum bi_clause_subword)(BI_CLAUSE_SUBWORD_LITERAL_0 + x))
Dbi_pack.c448 assert(literal >= BI_CLAUSE_SUBWORD_LITERAL_0); in bi_pack_literal()
451 return (literal - BI_CLAUSE_SUBWORD_LITERAL_0); in bi_pack_literal()
/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-packing.cpp28 #define L(x) ((enum bi_clause_subword)(BI_CLAUSE_SUBWORD_LITERAL_0 + x))