Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator_autogen.h523 static inline bool IsAtomicCounter(TOperator op) in IsAtomicCounter() function
DBaseTypes.h226 inline bool IsAtomicCounter(TBasicType type) in IsAtomicCounter() function
238 return IsSampler(type) || IsImage(type) || IsAtomicCounter(type) || IsSubpassInputType(type); in IsOpaqueType()
DTypes.h360 bool isAtomicCounter() const { return IsAtomicCounter(type); } in isAtomicCounter()
DOutputHLSL.cpp1180 else if (IsAtomicCounter(variable.getType().getBasicType())) in visitSymbol()
1646 else if (IsAtomicCounter(leftType.getBasicType())) in visitBinary()
1681 if (IsAtomicCounter(leftType.getBasicType())) in visitBinary()
3252 if (IsAtomicCounter(type.getBasicType())) in writeParameter()
DParseContext.cpp1778 if (IsAtomicCounter(publicType.getBasicType())) in nonEmptyDeclarationErrorCheck()
1807 else if (IsAtomicCounter(type.getBasicType())) in checkBindingIsValid()
2934 else if (IsAtomicCounter(publicType.getBasicType())) in parseSingleDeclaration()
2945 if (IsAtomicCounter(type->getBasicType())) in parseSingleDeclaration()
2995 if (IsAtomicCounter(arrayType->getBasicType())) in parseSingleArrayDeclaration()
3171 if (IsAtomicCounter(type->getBasicType())) in parseDeclarator()
3216 if (IsAtomicCounter(arrayType->getBasicType())) in parseArrayDeclarator()
5782 if (IsImage(field.type()->getBasicType()) || IsAtomicCounter(field.type()->getBasicType())) in addStructure()
DResourcesHLSL.cpp542 else if (outputType == SH_HLSL_4_1_OUTPUT && IsAtomicCounter(type.getBasicType())) in uniformsHeader()
DOutputGLSLBase.cpp200 if (IsAtomicCounter(type.getBasicType())) in getCommonLayoutQualifiers()
DIntermNode.cpp715 if (BuiltInGroup::IsImageAtomic(mOp) || BuiltInGroup::IsAtomicCounter(mOp) || in derivePrecision()