Home
last modified time | relevance | path

Searched refs:containsLeaveInstruction (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Shader/
DShader.hpp594 bool containsLeaveInstruction() const;
DVertexProgram.cpp86 if(shader->containsLeaveInstruction()) in program()
1008 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()
1502 if(shader->containsLeaveInstruction()) condition &= enableLeave; in WHILE()
DPixelProgram.cpp103 if(shader->containsLeaveInstruction()) in applyShader()
882 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()
1817 if(shader->containsLeaveInstruction()) condition &= enableLeave; in WHILE()
DShader.cpp1415 bool Shader::containsLeaveInstruction() const in containsLeaveInstruction() function in sw::Shader