Home
last modified time | relevance | path

Searched refs:EOpConstructUint (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp390 case EOpConstructUint: newType = EbtUint; break; in addUnaryMath()
424 case EOpConstructUint: in addUnaryMath()
1053 case EOpConstructUint: in addConversion()
2120 case 1: op = EOpConstructUint; break; in mapTypeToConstructorOp()
DParseHelper.cpp3052 case EOpConstructUint: in constructorError()
7132 case EOpConstructUint: in constructBuiltIn()
7133 basicOp = EOpConstructUint; in constructBuiltIn()
7229 aggregateOp = EOpConstructUint; in constructBuiltIn()
7275 aggregateOp = EOpConstructUint; in constructBuiltIn()
DintermOut.cpp750 case EOpConstructUint: out.debug << "Construct uint"; break; in visitAggregate()
/third_party/glslang/glslang/Include/
Dintermediate.h645 EOpConstructUint, enumerator
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp785 … return intermediate.addConversion(EOpConstructUint, TType(EbtUint, EvqTemporary, vecSize), index); in makeIntegerIndex()
8528 case EOpConstructUint: in constructBuiltIn()
8529 basicOp = EOpConstructUint; in constructBuiltIn()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp2595 case glslang::EOpConstructUint: in visitAggregate()