Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DUniform.h67 bool isAtomicCounter() const { return IsAtomicCounterType(type); } in isAtomicCounter() function
DProgramLinkedResources.cpp412 bool isAtomicCounter = IsAtomicCounterType(variable.type); in visitNamedVariable() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DUniform.h67 bool isAtomicCounter() const { return IsAtomicCounterType(type); } in isAtomicCounter() function
DProgramLinkedResources.h217 bool isAtomicCounter; member
DProgramLinkedResources.cpp424 bool isAtomicCounter = IsAtomicCounterType(variable.type); in visitNamedVariable() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteAtomicCounters.cpp202 bool isAtomicCounter = type.isAtomicCounter(); in visitDeclaration() local
DMonomorphizeUnsupportedFunctions.cpp329 const bool isAtomicCounter = type.isAtomicCounter(); in processFunctionCall() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteAtomicCounters.cpp170 bool isAtomicCounter = type.getQualifier() == EvqUniform && type.isAtomicCounter(); in visitDeclaration() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h333 bool isAtomicCounter() const { return IsAtomicCounter(type); } in isAtomicCounter() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h360 bool isAtomicCounter() const { return IsAtomicCounter(type); } in isAtomicCounter() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp531 …const bool isAtomicCounter = glu::isDataTypeAtomicCounter(component.getVariableType()->getBa… in validateSingleVariable() local