Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.cpp142 opcode == OPCODE_IFC || in Instruction()
854 case OPCODE_IFC: return "ifc"; in operationString()
1004 …if(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CM… in controlString()
1104 return opcode == OPCODE_IF || opcode == OPCODE_IFC; in isBranch()
1647 case OPCODE_IFC: in analyzeDynamicBranching()
2049 case OPCODE_IFC: in analyzeLimits()
DShader.hpp80 OPCODE_IFC, enumerator
DVertexProgram.cpp312 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in program()
DPixelProgram.cpp352 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in applyShader()