Home
last modified time | relevance | path

Searched refs:halt_count (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_performance.cpp1606 unsigned halt_count = 0; in calculate_performance() local
1618 if (inst->opcode == SHADER_OPCODE_HALT_TARGET && halt_count) in calculate_performance()
1627 else if (inst->opcode == BRW_OPCODE_HALT && !halt_count++) in calculate_performance()
Dbrw_fs.cpp3045 unsigned halt_count = 0; in opt_redundant_halt() local
3050 halt_count++; in opt_redundant_halt()
3060 assert(halt_count == 0); in opt_redundant_halt()
3069 halt_count--; in opt_redundant_halt()
3073 if (halt_count == 0) { in opt_redundant_halt()