Searched refs:current_instr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_validate.c37 struct ir3_instruction *current_instr; member in struct:ir3_validate_ctx
49 if (ctx->current_instr) {
51 ir3_print_instr(ctx->current_instr);
115 ctx->current_instr = phi;
377 ctx->current_instr = NULL;
388 ctx->current_instr = instr;
403 ctx->current_instr = NULL;
H A Dir3_ra_validate.c93 struct ir3_instruction *current_instr; member in struct:ra_val_ctx
111 ir3_print_instr(ctx->current_instr);
140 ctx->current_instr = instr;

Completed in 3 milliseconds