Home
last modified time | relevance | path

Searched refs:OPCODE_DP (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Shader/
DShader.hpp273 static Opcode OPCODE_DP(int);
DShader.cpp31 Shader::Opcode Shader::OPCODE_DP(int i) in OPCODE_DP() function in sw::Shader
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp540 Instruction *dot = emit(sw::Shader::OPCODE_DP(size), result, 0, left, 0, right, i); in visitBinary()
759 sw::Shader::Opcode dpOpcode = sw::Shader::OPCODE_DP(leftType.getNominalSize()); in visitBinary()
1505 …case EOpDot: if(visit == PostVisit) emit(sw::Shader::OPCODE_DP(dim(arg[0])), result, arg[0… in visitAggregate()