Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp276 case EOpConstructUVec2: out << "Construct uvec2"; break; in visitAggregate()
H A Dintermediate.h205 EOpConstructUVec2, enumerator
H A DIntermediate.cpp157 return EOpConstructUVec2; in TypeToConstructorOperator()
856 case EOpConstructUVec2: in isConstructor()
H A DOutputASM.cpp1495 case EOpConstructUVec2: in visitAggregate()
/third_party/glslang/glslang/Include/
H A Dintermediate.h703 EOpConstructUVec2, enumerator
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp3545 case EOpConstructUVec2: in constructorError()
3692 if (op == EOpConstructUVec2 && extensionTurnedOn(E_GL_ARB_bindless_texture)) { in constructorError()
8357 case EOpConstructUVec2: in constructBuiltIn()
8371 intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConstructUVec2, false, newSrcNode, type); in constructBuiltIn()
8481 aggregateOp = (TOperator)(EOpConstructUVec2 + op - EOpConstructU8Vec2); in constructBuiltIn()
8527 aggregateOp = (TOperator)(EOpConstructUVec2 + op - EOpConstructU16Vec2); in constructBuiltIn()
H A DintermOut.cpp728 case EOpConstructUVec2: out.debug << "Construct uvec2"; break; in visitAggregate()
H A DIntermediate.cpp2094 case 2: op = EOpConstructUVec2; break; in mapTypeToConstructorOp()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp5222 TIntermAggregate* uint64 = new TIntermAggregate(EOpConstructUVec2); in decomposeIntrinsic()
5300 case 2: constructOp = EOpConstructUVec2; break; in decomposeIntrinsic()
8635 case EOpConstructUVec2: in constructBuiltIn()
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp3061 case glslang::EOpConstructUVec2: in visitAggregate()

Completed in 89 milliseconds