Searched refs:containsLeaveInstruction (Results 1 – 4 of 4) sorted by relevance
594 bool containsLeaveInstruction() const;
86 if(shader->containsLeaveInstruction()) in program()1008 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()1502 if(shader->containsLeaveInstruction()) condition &= enableLeave; in WHILE()
103 if(shader->containsLeaveInstruction()) in applyShader()882 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()1817 if(shader->containsLeaveInstruction()) condition &= enableLeave; in WHILE()
1415 bool Shader::containsLeaveInstruction() const in containsLeaveInstruction() function in sw::Shader