Searched refs:containsLeaveInstruction (Results 1 – 4 of 4) sorted by relevance
569 bool containsLeaveInstruction() const;
69 if(shader->containsLeaveInstruction()) in applyShader()786 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()1677 if(shader->containsLeaveInstruction()) condition &= enableLeave; in WHILE()
93 if(shader->containsLeaveInstruction()) in program()933 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()1459 if(shader->containsLeaveInstruction()) condition &= enableLeave; in WHILE()
1391 bool Shader::containsLeaveInstruction() const in containsLeaveInstruction() function in sw::Shader