Home
last modified time | relevance | path

Searched refs:BI_COMBINE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c36 [BI_COMBINE] = 0,
Dbi_lower_combine.c122 if (ins->type != BI_COMBINE) continue; in bi_lower_combine()
Dbifrost_compile.c199 .type = BI_COMBINE, in bi_emit_ld_blend_input()
527 .type = BI_COMBINE, in bi_emit_ld_frag_coord()
985 return BI_COMBINE; in bi_class_for_nir_alu()
1095 unsigned vec = alu->type == BI_COMBINE ? 1 : in bi_copy_src()
1172 assert(!vector || alu.type == BI_COMBINE || alu.type == BI_MOV); in emit_alu()
1187 if (alu.type == BI_COMBINE) in emit_alu()
1346 alu.type = BI_COMBINE; in emit_alu()
1980 .type = BI_COMBINE, in emit_texc()
Dcompiler.h56 BI_COMBINE, enumerator
Dbi_print.c52 case BI_COMBINE: return "combine"; in bi_class_name()