Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_dce.c130 (instr->opc == OPC_META_INPUT) && in find_and_remove_unused()
Dir3_print.c101 case OPC_META_INPUT: printf("_meta:in"); break; in print_instr_name()
Dir3_postsched.c623 if (instr->opc == OPC_META_INPUT) in sched_block()
Dir3_context.c365 src->opc != OPC_META_INPUT) { in ir3_split_dest()
Dir3_ra.c680 if (instr->opc != OPC_META_INPUT) { in ra_block_compute_live_ranges()
717 if ((instr->opc == OPC_META_INPUT) && first_non_input) in ra_block_compute_live_ranges()
Dinstr-a3xx.h246 OPC_META_INPUT = _OPC(-1, 0), enumerator
Dir3_sched.c1013 if (instr->opc == OPC_META_INPUT) in sched_block()
Dir3_compiler_nir.c58 in = ir3_instr_create(ctx->in_block, OPC_META_INPUT); in create_input()
1340 assert(instr->opc == OPC_META_INPUT); in add_sysval_input_compmask()
3774 assert(in->opc == OPC_META_INPUT); in ir3_compile_shader_nir()