Home
last modified time | relevance | path

Searched refs:bi_clause_formats (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/panfrost/compiler/bifrost/
Dbi_pack.c589 struct bi_clause_format format = bi_clause_formats[index]; in bi_pack_format()
663 assert(bi_clause_formats[idx].pos == pos); in bi_pack_clause()
664 assert((bi_clause_formats[idx].tag_1 == BI_CLAUSE_SUBWORD_Z) == in bi_pack_clause()
/external/mesa3d/src/panfrost/compiler/
Dbifrost.h305 static const struct bi_clause_format bi_clause_formats[] = { variable