Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DBaseTypes.h226 inline bool IsAtomicCounter(TBasicType type) in IsAtomicCounter() function
238 return IsSampler(type) || IsImage(type) || IsAtomicCounter(type) || IsSubpassInputType(type); in IsOpaqueType()
DTypes.h358 bool isAtomicCounter() const { return IsAtomicCounter(type); } in isAtomicCounter()
DOutputHLSL.cpp1173 else if (IsAtomicCounter(variable.getType().getBasicType())) in visitSymbol()
1639 else if (IsAtomicCounter(leftType.getBasicType())) in visitBinary()
1674 if (IsAtomicCounter(leftType.getBasicType())) in visitBinary()
3247 if (IsAtomicCounter(type.getBasicType())) in writeParameter()
DParseContext.cpp1762 if (IsAtomicCounter(publicType.getBasicType())) in nonEmptyDeclarationErrorCheck()
1791 else if (IsAtomicCounter(type.getBasicType())) in checkBindingIsValid()
2898 else if (IsAtomicCounter(publicType.getBasicType())) in parseSingleDeclaration()
2909 if (IsAtomicCounter(type->getBasicType())) in parseSingleDeclaration()
2959 if (IsAtomicCounter(arrayType->getBasicType())) in parseSingleArrayDeclaration()
3133 if (IsAtomicCounter(type->getBasicType())) in parseDeclarator()
3176 if (IsAtomicCounter(arrayType->getBasicType())) in parseArrayDeclarator()
5723 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.cpp204 if (IsAtomicCounter(type.getBasicType())) in getCommonLayoutQualifiers()