Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp278 static Opcode OPCODE_DP(int);
DShader.cpp35 Shader::Opcode Shader::OPCODE_DP(int i) in OPCODE_DP() function in sw::Shader
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp761 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()