Home
last modified time | relevance | path

Searched defs:isAtomicCounter (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.h75 bool isAtomicCounter; member
97 bool isAtomicCounter() const { return IsAtomicCounterType(type); } in isAtomicCounter() function
H A DUniform.h101 bool isAtomicCounter() const { return IsAtomicCounterType(getType()); } in isAtomicCounter() function
H A DProgramLinkedResources.cpp419 bool isAtomicCounter = IsAtomicCounterType(variable.type); in visitNamedVariable() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewriteAtomicCounters.cpp202 bool isAtomicCounter = type.isAtomicCounter(); in visitDeclaration() local
/aosp_15_r20/external/angle/src/compiler/translator/
H A DTypes.h361 bool isAtomicCounter() const { return IsAtomicCounter(type); } in isAtomicCounter() function
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp566 const bool isAtomicCounter = glu::isDataTypeAtomicCounter( in validateSingleVariable() local