Searched refs:OPCODE_DP (Results 1 – 3 of 3) sorted by relevance
273 static Opcode OPCODE_DP(int);
31 Shader::Opcode Shader::OPCODE_DP(int i) in OPCODE_DP() function in sw::Shader
539 Instruction *dot = emit(sw::Shader::OPCODE_DP(size), result, 0, left, 0, right, i); in visitBinary()758 sw::Shader::Opcode dpOpcode = sw::Shader::OPCODE_DP(leftType.getNominalSize()); in visitBinary()1504 …case EOpDot: if(visit == PostVisit) emit(sw::Shader::OPCODE_DP(dim(arg[0])), result, arg[0… in visitAggregate()