Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h61 EbtAtomicUint, enumerator
DTypes.h1847 case EbtAtomicUint: in isIntegerDomain()
1855 || basicType == EbtAtomicUint || basicType == EbtAccStruct || basicType == EbtRayQuery in isOpaque()
1868 bool isAtomic() const { return basicType == EbtAtomicUint; } in isAtomic()
2092 case EbtAtomicUint: return "atomic_uint"; in getBasicString()
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.cpp76 case EbtAtomicUint: mangledName += "au"; break; in buildMangledName()
Dreflection.cpp911 case EbtAtomicUint: return GL_UNSIGNED_INT_ATOMIC_COUNTER + offset; in mapToGlType()
1003 case EbtAtomicUint: return GL_UNSIGNED_INT_ATOMIC_COUNTER; in mapToGlType()
DParseContextBase.cpp162 case EbtAtomicUint: in lValueErrorCheck()
DParseHelper.cpp161 defaultPrecision[EbtAtomicUint] = EpqHigh; in setPrecisionDefaults()
3870 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtAtomicUint)) in atomicUintCheck()
3872 else if (type.getBasicType() == EbtAtomicUint && type.getQualifier().storage != EvqUniform) in atomicUintCheck()
4297 if (basicType == EbtAtomicUint) { in setDefaultPrecision()
4339 … if (baseType == EbtAtomicUint && qualifier.precision != EpqNone && qualifier.precision != EpqHigh) in precisionQualifierCheck()
4345 …baseType == EbtUint || baseType == EbtInt || baseType == EbtSampler || baseType == EbtAtomicUint) { in precisionQualifierCheck()
7317 if (publicType.basicType == EbtAtomicUint && publicType.qualifier.hasBinding()) { in declareTypeDefaults()
7377 …!(type.containsNonOpaque() || type.getBasicType() == EbtAtomicUint || (type.containsSampler() && t… in vkRelaxedRemapUniformVariable()
DIntermediate.cpp541 case EbtAtomicUint: in isConversionAllowed()
Dglslang.y2528 $$.basicType = EbtAtomicUint;
Dglslang_tab.cpp8931 (yyval.interm.type).basicType = EbtAtomicUint; in yyparse()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp4445 case glslang::EbtAtomicUint: in convertGlslangToSpvType()