Searched refs:EOpVectorLogicalNot (Results 1 – 5 of 5) sorted by relevance
167 case EOpVectorLogicalNot: in visitUnary()
51 EOpVectorLogicalNot, enumerator
121 case EOpVectorLogicalNot: return "not"; in getOperatorString()768 case EOpVectorLogicalNot: in promote()
230 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpVectorLogicalNot, bvec, "not", bvec); in InsertBuiltInFunctions()
950 case EOpVectorLogicalNot: if(visit == PostVisit) emit(sw::Shader::OPCODE_NOT, result, arg); break; in visitUnary()