Searched refs:OPCODE_DEF (Results 1 – 6 of 6) sorted by relevance
636 case OPCODE_DEF: in parseSourceToken()659 if(opcode != OPCODE_DEF && in parseSourceToken()672 if(opcode != OPCODE_DEF && in parseSourceToken()865 case OPCODE_DEF: return "def"; in operationString()1581 case OPCODE_DEF: in analyzeDirtyConstants()1646 case OPCODE_DEF: in analyzeDynamicBranching()
105 OPCODE_DEF, enumerator
104 …if(opcode == Shader::OPCODE_DCL || opcode == Shader::OPCODE_DEF || opcode == Shader::OPCODE_DEFI |… in applyShader()155 case Shader::OPCODE_DEF: break; in applyShader()961 if(instruction.opcode == Shader::OPCODE_DEF) in readConstant()
118 …if(opcode == Shader::OPCODE_DCL || opcode == Shader::OPCODE_DEF || opcode == Shader::OPCODE_DEFI |… in program()158 case Shader::OPCODE_DEF: break; in program()813 if(instruction.opcode == Shader::OPCODE_DEF) in readConstant()
81 …if(opcode == Shader::OPCODE_DCL || opcode == Shader::OPCODE_DEF || opcode == Shader::OPCODE_DEFI |… in applyShader()117 case Shader::OPCODE_DEF: break; in applyShader()
2028 if(instruction->opcode == Shader::OPCODE_DEF) in loadConstants()2072 if(instruction->opcode == Shader::OPCODE_DEF) in loadConstants()