Home
last modified time | relevance | path

Searched refs:EbtAtomicUint (Results 1 – 11 of 11) sorted by relevance

/third_party/glslang/glslang/Include/
DBaseTypes.h61 EbtAtomicUint, enumerator
DTypes.h1883 case EbtAtomicUint: in isIntegerDomain()
1892 || basicType == EbtAtomicUint || basicType == EbtAccStruct || basicType == EbtRayQuery in isOpaque()
1910 bool isAtomic() const { return basicType == EbtAtomicUint; } in isAtomic()
2165 case EbtAtomicUint: return "atomic_uint"; in getBasicString()
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.cpp77 case EbtAtomicUint: mangledName += "au"; break; in buildMangledName()
Dreflection.cpp913 case EbtAtomicUint: return GL_UNSIGNED_INT_ATOMIC_COUNTER + offset; in mapToGlType()
1005 case EbtAtomicUint: return GL_UNSIGNED_INT_ATOMIC_COUNTER; in mapToGlType()
DParseContextBase.cpp168 case EbtAtomicUint: in lValueErrorCheck()
DParseHelper.cpp171 defaultPrecision[EbtAtomicUint] = EpqHigh; in setPrecisionDefaults()
3680 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtAtomicUint)) in atomicUintCheck()
3682 else if (type.getBasicType() == EbtAtomicUint && type.getQualifier().storage != EvqUniform) in atomicUintCheck()
4113 if (basicType == EbtAtomicUint) { in setDefaultPrecision()
4156 … if (baseType == EbtAtomicUint && qualifier.precision != EpqNone && qualifier.precision != EpqHigh) in precisionQualifierCheck()
4160 …baseType == EbtUint || baseType == EbtInt || baseType == EbtSampler || baseType == EbtAtomicUint) { in precisionQualifierCheck()
7128 if (publicType.basicType == EbtAtomicUint && publicType.qualifier.hasBinding()) { in declareTypeDefaults()
7154 || type.getBasicType() == EbtAtomicUint in vkRelaxedRemapUniformVariable()
DIntermediate.cpp543 case EbtAtomicUint: in isConversionAllowed()
Dglslang.y2530 $$.basicType = EbtAtomicUint;
Dglslang.m42530 $$.basicType = EbtAtomicUint;
Dglslang_tab.cpp8852 (yyval.interm.type).basicType = EbtAtomicUint; in yyparse()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp4215 case glslang::EbtAtomicUint: in convertGlslangToSpvType()