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