Searched refs:early_rast (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_waitcnt.cpp382 if (ctx.program->early_rast && instr->opcode == aco_opcode::exp) {
385 /* With early_rast, the HW will start clipping and rasterization after the 1st DONE pos
H A Daco_instruction_selection_setup.cpp265 ctx->program->early_rast = ctx->program->chip_class >= GFX10 && outinfo->param_exports == 0;
H A Daco_ir.h2061 bool early_rast = false; /* whether rasterization can start as soon as the 1st DONE pos export */ member in class:aco::Program

Completed in 9 milliseconds