Home
last modified time | relevance | path

Searched refs:IsAtomicCounter (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/compiler/translator/
DOperator_autogen.h546 static inline bool IsAtomicCounter(TOperator op) in IsAtomicCounter() function
DBaseTypes.h233 inline bool IsAtomicCounter(TBasicType type) in IsAtomicCounter() function
250 return IsSampler(type) || IsImage(type) || IsAtomicCounter(type) || IsPixelLocal(type) || in IsOpaqueType()
DTypes.h361 bool isAtomicCounter() const { return IsAtomicCounter(type); } in isAtomicCounter()
DParseContext.cpp1988 if (IsAtomicCounter(publicType.getBasicType())) in nonEmptyDeclarationErrorCheck()
2025 else if (IsAtomicCounter(type.getBasicType())) in checkBindingIsValid()
3356 else if (IsAtomicCounter(publicType.getBasicType())) in parseSingleDeclaration()
3367 if (IsAtomicCounter(type->getBasicType())) in parseSingleDeclaration()
3419 if (IsAtomicCounter(arrayType->getBasicType())) in parseSingleArrayDeclaration()
3595 if (IsAtomicCounter(type->getBasicType())) in parseDeclarator()
3640 if (IsAtomicCounter(arrayType->getBasicType())) in parseArrayDeclarator()
6440 IsAtomicCounter(field.type()->getBasicType()) || in addStructure()
DIntermNode.cpp723 if (BuiltInGroup::IsImageAtomic(mOp) || BuiltInGroup::IsAtomicCounter(mOp) || in derivePrecision()
/external/angle/src/compiler/translator/hlsl/
DOutputHLSL.cpp1332 else if (IsAtomicCounter(variable.getType().getBasicType())) in visitSymbol()
1828 else if (IsAtomicCounter(leftType.getBasicType())) in visitBinary()
1863 if (IsAtomicCounter(leftType.getBasicType())) in visitBinary()
3484 if (IsAtomicCounter(type.getBasicType())) in writeParameter()
DResourcesHLSL.cpp557 else if (outputType == SH_HLSL_4_1_OUTPUT && IsAtomicCounter(type.getBasicType())) in uniformsHeader()
/external/angle/src/compiler/translator/glsl/
DOutputGLSLBase.cpp212 if (IsAtomicCounter(type.getBasicType())) in getCommonLayoutQualifiers()