Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp281 static Opcode OPCODE_NRM(int);
DShader.cpp71 Shader::Opcode Shader::OPCODE_NRM(int i) in OPCODE_NRM() function in sw::Shader
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1179 …case EOpNormalize: if(visit == PostVisit) emit(sw::Shader::OPCODE_NRM(dim(arg)), result, ar… in visitUnary()