Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.hpp569 bool containsLeaveInstruction() const;
DPixelProgram.cpp69 if(shader->containsLeaveInstruction()) in applyShader()
786 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()
1677 if(shader->containsLeaveInstruction()) condition &= enableLeave; in WHILE()
DVertexProgram.cpp93 if(shader->containsLeaveInstruction()) in program()
933 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()
1459 if(shader->containsLeaveInstruction()) condition &= enableLeave; in WHILE()
DShader.cpp1391 bool Shader::containsLeaveInstruction() const in containsLeaveInstruction() function in sw::Shader