Searched refs:OPCODE_IFC (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/Shader/ |
D | Shader.cpp | 138 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()
|
D | Shader.hpp | 79 OPCODE_IFC, enumerator
|
D | VertexProgram.cpp | 304 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in program()
|
D | PixelProgram.cpp | 323 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in applyShader()
|
/external/swiftshader/src/Pipeline/ |
D | Shader.cpp | 138 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()
|
D | Shader.hpp | 79 OPCODE_IFC, enumerator
|
D | VertexProgram.cpp | 296 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in program()
|
D | PixelProgram.cpp | 322 case Shader::OPCODE_IFC: IFC(s0, s1, control); break; in applyShader()
|