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