Searched refs:halt_count (Results 1 – 2 of 2) sorted by relevance
1606 unsigned halt_count = 0; in calculate_performance() local1618 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()
3045 unsigned halt_count = 0; in opt_redundant_halt() local3050 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()