Searched refs:OPCODE_NRM (Results 1 – 3 of 3) sorted by relevance
281 static Opcode OPCODE_NRM(int);
71 Shader::Opcode Shader::OPCODE_NRM(int i) in OPCODE_NRM() function in sw::Shader
1179 …case EOpNormalize: if(visit == PostVisit) emit(sw::Shader::OPCODE_NRM(dim(arg)), result, ar… in visitUnary()