Searched refs:OPC_META_INPUT (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_depth.c184 if ((src->opc != OPC_META_INPUT) &&
H A Dir3_group.c62 in = ir3_instr_create(instr->block, OPC_META_INPUT);
H A Dir3_print.c53 case OPC_META_INPUT: printf("_meta:in"); break;
H A Dinstr-a3xx.h206 OPC_META_INPUT = _OPC(-1, 0), enumerator in enum:__anon3a3a0e460103
H A Dir3_sched.c638 if (instr->opc == OPC_META_INPUT) {
H A Dir3_compiler_nir.c70 in = ir3_instr_create(ctx->in_block, OPC_META_INPUT);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_dce.c115 if (so->num_sampler_prefetch && (instr->opc == OPC_META_INPUT) &&
H A Dinstr-a3xx.h320 OPC_META_INPUT = _OPC(-1, 0), enumerator in enum:__anon12988a590103
H A Dir3_print.c105 case OPC_META_INPUT:
H A Dir3_ra.c1964 if (instr->opc == OPC_META_INPUT)
1980 else if (instr->opc == OPC_META_INPUT ||
2009 else if (instr->opc == OPC_META_INPUT ||
2114 if (input->opc != OPC_META_INPUT &&
2125 if (input->opc != OPC_META_INPUT &&
H A Dir3_context.c363 src->opc != OPC_META_INPUT) {
H A Dir3_postsched.c670 if (instr->opc == OPC_META_INPUT)
H A Dir3_spill.c149 if (instr->opc != OPC_META_INPUT &&
505 if (dst->instr->opc == OPC_META_INPUT && dst->num != INVALID_REG) {
1706 if (instr->opc != OPC_META_PHI && instr->opc != OPC_META_INPUT &&
1737 if (instr->opc == OPC_META_PHI || instr->opc == OPC_META_INPUT ||
H A Dir3_compiler_nir.c68 in = ir3_instr_create(ctx->in_block, OPC_META_INPUT, 1, 0);
1460 assert(instr->opc == OPC_META_INPUT);
4230 assert(in->opc == OPC_META_INPUT);
4306 assert(in->opc == OPC_META_INPUT);
H A Dir3_sched.c1162 if (instr->opc == OPC_META_INPUT || instr->opc == OPC_META_PHI)

Completed in 31 milliseconds