Home
last modified time | relevance | path

Searched refs:OPC_CHMASK (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_dce.c75 instr->opc == OPC_CHMASK) in remove_unused_by_block()
H A Dir3_print.c373 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) { in print_instr()
387 if (instr->opc == OPC_END || instr->opc == OPC_CHMASK) in print_instr()
H A Dir3_delay.c74 if (consumer->opc == OPC_END || consumer->opc == OPC_CHMASK) in ir3_delayslots()
H A Dinstr-a3xx.h70 OPC_CHMASK = _OPC(0, 9), enumerator
H A Dir3_sched.c1094 if (use->opc != OPC_END && use->opc != OPC_CHMASK) in is_output_collect()
H A Ddisasm-a3xx.c165 OPC(0, OPC_CHMASK, chmask),
H A Dir3_parser.y836 | T_OP_CHMASK { new_instr(OPC_CHMASK); }
H A Dir3_compiler_nir.c4500 if (instr->opc == OPC_END || instr->opc == OPC_CHMASK) in find_end()
4695 ir3_instr_create(ctx->block, OPC_CHMASK, 0, outputs_count); in ir3_compile_shader_nir()
H A Dir3_ra.c2300 else if (instr->opc == OPC_CHMASK) in handle_block()

Completed in 18 milliseconds