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/
H A Dtest-packing.cpp28 #define L(x) ((enum bi_clause_subword)(BI_CLAUSE_SUBWORD_LITERAL_0 + x))
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost.h249 BI_CLAUSE_SUBWORD_LITERAL_0 = 0, enumerator
283 #define L(x) ((enum bi_clause_subword)(BI_CLAUSE_SUBWORD_LITERAL_0 + x))
H A 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()

Completed in 4 milliseconds