Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.cpp138 opcode == OPCODE_IFC || in Instruction()
850 case OPCODE_IFC: return "ifc"; in operationString()
1000 …if(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CM… in controlString()
1100 return opcode == OPCODE_IF || opcode == OPCODE_IFC; in isBranch()
1643 case OPCODE_IFC: in analyzeDynamicBranching()
DShader.hpp79 OPCODE_IFC, enumerator
DVertexProgram.cpp304 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in program()
DPixelProgram.cpp323 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in applyShader()
/external/swiftshader/src/Pipeline/
DShader.cpp138 opcode == OPCODE_IFC || in Instruction()
850 case OPCODE_IFC: return "ifc"; in operationString()
1000 …if(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CM… in controlString()
1100 return opcode == OPCODE_IF || opcode == OPCODE_IFC; in isBranch()
1643 case OPCODE_IFC: in analyzeDynamicBranching()
DShader.hpp79 OPCODE_IFC, enumerator
DVertexProgram.cpp296 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in program()
DPixelProgram.cpp322 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in applyShader()