Home
last modified time | relevance | path

Searched refs:EOpVectorNotEqual (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp225 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpVectorNotEqual, bvec, "notEqual", vec, vec); in InsertBuiltInFunctions()
226 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpVectorNotEqual, bvec, "notEqual", ivec, ivec); in InsertBuiltInFunctions()
227 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpVectorNotEqual, bvec, "notEqual", uvec, uvec); in InsertBuiltInFunctions()
228 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpVectorNotEqual, bvec, "notEqual", bvec, bvec); in InsertBuiltInFunctions()
DintermOut.cpp295 case EOpVectorNotEqual: out << "NotEqual"; break; in visitAggregate()
Dintermediate.h70 EOpVectorNotEqual, enumerator
DOutputASM.cpp1664 …case EOpVectorNotEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_NE, result, arg[0], a… in visitAggregate()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DConstant.cpp1014 case EOpVectorNotEqual: in fold()
1196 case EOpVectorNotEqual: in fold()
DintermOut.cpp201 case EOpVectorNotEqual: out.debug << "NotEqual"; break; in visitBinary()
826 case EOpVectorNotEqual: out.debug << "NotEqual"; break; in visitAggregate()
DIntermediate.cpp3204 op = (op == EOpEqual) ? EOpVectorEqual : EOpVectorNotEqual; in promoteBinary()
3282 case EOpVectorNotEqual: in promoteBinary()
DInitialize.cpp8909 symbolTable.relateToOperator("notEqual", EOpVectorNotEqual); in add2ndGenerationSamplingImaging()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h293 EOpVectorNotEqual, enumerator
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2255 case glslang::EOpVectorNotEqual: in visitAggregate()
2262 case glslang::EOpVectorNotEqual: binOp = glslang::EOpVectorNotEqual; break; in visitAggregate()
4840 case glslang::EOpVectorNotEqual:
4918 case glslang::EOpVectorNotEqual: