Searched refs:IsAtomicCounter (Results 1 – 6 of 6) sorted by relevance
226 inline bool IsAtomicCounter(TBasicType type) in IsAtomicCounter() function238 return IsSampler(type) || IsImage(type) || IsAtomicCounter(type) || IsSubpassInputType(type); in IsOpaqueType()
358 bool isAtomicCounter() const { return IsAtomicCounter(type); } in isAtomicCounter()
1173 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()
1762 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()
542 else if (outputType == SH_HLSL_4_1_OUTPUT && IsAtomicCounter(type.getBasicType())) in uniformsHeader()
204 if (IsAtomicCounter(type.getBasicType())) in getCommonLayoutQualifiers()