Home
last modified time | relevance | path

Searched refs:analysisLeave (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/Shader/
DShader.cpp1129 analysisLeave; in isPredicated()
1769 instruction[r]->analysisLeave = true; in analyzeDynamicBranching()
1787 instruction[i]->analysisLeave = true; in analyzeDynamicBranching()
DShader.hpp552 unsigned int analysisLeave : 1; member
DVertexProgram.cpp994 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()
DPixelProgram.cpp853 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()
/external/swiftshader/src/Pipeline/
DShader.cpp1129 analysisLeave; in isPredicated()
1769 instruction[r]->analysisLeave = true; in analyzeDynamicBranching()
1787 instruction[i]->analysisLeave = true; in analyzeDynamicBranching()
DShader.hpp551 unsigned int analysisLeave : 1; member
DVertexProgram.cpp915 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()
DPixelProgram.cpp827 if(shader->containsLeaveInstruction() && instruction->analysisLeave) in enableMask()