Searched refs:OPCODE_CRS (Results 1 – 6 of 6) sorted by relevance
72 OPCODE_CRS, enumerator
546 case Shader::OPCODE_CRS: in analyzeInterpolants()
842 case OPCODE_CRS: return "crs"; in operationString()
174 case Shader::OPCODE_CRS: crs(d, s0, s1); break; in program()
282 case Shader::OPCODE_CRS: crs(d, s0, s1); break; in applyShader()
1703 …case EOpCross: if(visit == PostVisit) emit(sw::Shader::OPCODE_CRS, result, arg[0], arg[1]); … in visitAggregate()