Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp276 case EOpConstructUVec2: out << "Construct uvec2"; break; in visitAggregate()
Dintermediate.h205 EOpConstructUVec2, enumerator
DIntermediate.cpp157 return EOpConstructUVec2; in TypeToConstructorOperator()
858 case EOpConstructUVec2: in isConstructor()
DOutputASM.cpp1495 case EOpConstructUVec2: in visitAggregate()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h669 EOpConstructUVec2, enumerator
/external/deqp-deps/glslang/glslang/MachineIndependent/
DintermOut.cpp740 case EOpConstructUVec2: out.debug << "Construct uvec2"; break; in visitAggregate()
DIntermediate.cpp2079 case 2: op = EOpConstructUVec2; break; in mapTypeToConstructorOp()
DParseHelper.cpp2783 case EOpConstructUVec2: in constructorError()
6715 case EOpConstructUVec2: in constructBuiltIn()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp4985 TIntermAggregate* uint64 = new TIntermAggregate(EOpConstructUVec2); in decomposeIntrinsic()
5063 case 2: constructOp = EOpConstructUVec2; break; in decomposeIntrinsic()
8342 case EOpConstructUVec2: in constructBuiltIn()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2211 case glslang::EOpConstructUVec2: in visitAggregate()