Home
last modified time | relevance | path

Searched refs:isEndLoop (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
DShader.cpp1122 bool Shader::Instruction::isEndLoop() const in isEndLoop() function in sw::Shader::Instruction
1696 else if(instruction[i]->opcode == OPCODE_ENDIF || instruction[i]->isEndLoop()) in analyzeDynamicBranching()
1723 else if(instruction[i]->isEndLoop() || instruction[i]->opcode == OPCODE_ENDSWITCH) in analyzeDynamicBranching()
1748 else if(instruction[i]->isEndLoop() || instruction[i]->opcode == OPCODE_ENDSWITCH) in analyzeDynamicBranching()
DShader.hpp514 bool isEndLoop() const;