Home
last modified time | relevance | path

Searched refs:OPC_META_INPUT (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_dce.c114 if (instr->opc == OPC_META_INPUT) { in find_and_remove_unused()
Dir3_ra.c2246 if (instr->opc == OPC_META_INPUT) in handle_block()
2262 else if (instr->opc == OPC_META_INPUT || in handle_block()
2291 else if (instr->opc == OPC_META_INPUT || in handle_block()
2396 if (input->opc != OPC_META_INPUT && in calc_min_limit_pressure()
2407 if (input->opc != OPC_META_INPUT && in calc_min_limit_pressure()
Dinstr-a3xx.h366 OPC_META_INPUT = _OPC(-1, 0), enumerator
Dir3_spill.c152 if (instr->opc != OPC_META_INPUT && in add_base_reg()
573 if (dst->instr->opc == OPC_META_INPUT && dst->num != INVALID_REG) { in insert_dst()
1804 if (instr->opc != OPC_META_PHI && instr->opc != OPC_META_INPUT && in handle_block()
1835 if (instr->opc == OPC_META_PHI || instr->opc == OPC_META_INPUT || in handle_block()
Dir3_print.c105 case OPC_META_INPUT: in print_instr_name()
Dir3_postsched.c677 if (instr->opc == OPC_META_INPUT) in sched_block()
Dir3_context.c365 src->opc != OPC_META_INPUT) { in ir3_split_dest()
Dir3_sched.c1221 if (instr->opc == OPC_META_INPUT || instr->opc == OPC_META_PHI) in sched_block()
Dir3_compiler_nir.c68 in = ir3_instr_create(ctx->in_block, OPC_META_INPUT, 1, 0); in create_input()
1733 assert(instr->opc == OPC_META_INPUT); in add_sysval_input_compmask()
4857 assert(in->opc == OPC_META_INPUT); in ir3_compile_shader_nir()
4934 assert(in->opc == OPC_META_INPUT); in ir3_compile_shader_nir()