Searched refs:OPCODE_DEF (Results 1 – 7 of 7) sorted by relevance
653 case OPCODE_DEF: in parseSourceToken()676 if(opcode != OPCODE_DEF && in parseSourceToken()689 if(opcode != OPCODE_DEF && in parseSourceToken()882 case OPCODE_DEF: return "def"; in operationString()1608 case OPCODE_DEF: in analyzeDirtyConstants()1673 case OPCODE_DEF: in analyzeDynamicBranching()
106 OPCODE_DEF, enumerator
126 …if(opcode == Shader::OPCODE_DCL || opcode == Shader::OPCODE_DEF || opcode == Shader::OPCODE_DEFI |… in program()166 case Shader::OPCODE_DEF: break; in program()863 if(instruction.opcode == Shader::OPCODE_DEF) in readConstant()
138 …if(opcode == Shader::OPCODE_DCL || opcode == Shader::OPCODE_DEF || opcode == Shader::OPCODE_DEFI |… in applyShader()189 case Shader::OPCODE_DEF: break; in applyShader()1063 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()
2212 if(instruction->opcode == Shader::OPCODE_DEF) in loadConstants()2256 if(instruction->opcode == Shader::OPCODE_DEF) in loadConstants()
729 emit(sw::Shader::OPCODE_DEF, left, i, right, i); in visitBinary()