Searched refs:early_rast (Results 1 – 3 of 3) sorted by relevance
394 if (ctx.program->early_rast && instr->opcode == aco_opcode::exp) { in kill()
265 ctx->program->early_rast = ctx->program->gfx_level >= GFX10 && outinfo->param_exports == 0; in setup_vs_output_info()
2107 bool early_rast = false; /* whether rasterization can start as soon as the 1st DONE pos export */ variable