Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_print.c60 case OPC_META_FO: printf("_meta:fo"); break; in print_instr_name()
187 if (instr->opc == OPC_META_FO) { in print_instr()
Dir3_cp.c68 if (src_instr->opc == OPC_META_FO) in is_eligible_mov()
Dir3_ra.c513 if (d->opc == OPC_META_FO) { in get_definer()
524 debug_assert(instr->opc == OPC_META_FO); in get_definer()
Dinstr-a3xx.h211 OPC_META_FO = _OPC(-1, 2), enumerator
Dir3_compiler_nir.c757 struct ir3_instruction *split = ir3_instr_create(block, OPC_META_FO); in split_dest()
3325 if (out->opc == OPC_META_FO) { in ir3_compile_shader_nir()