Home
last modified time | relevance | path

Searched refs:atomicCounterBlockSet (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h313 atomicCounterBlockSet(TQualifier::layoutSetEnd),
595 void setAtomicCounterBlockSet(unsigned int set) { atomicCounterBlockSet = set; } in setAtomicCounterBlockSet()
596 unsigned int getAtomicCounterBlockSet() const { return atomicCounterBlockSet; } in getAtomicCounterBlockSet()
1166 unsigned int atomicCounterBlockSet; variable
DParseHelper.h96 atomicCounterBlockSet(TQualifier::layoutSetEnd) in TParseVersions()
243 unsigned int atomicCounterBlockSet; variable
DParseContextBase.cpp693 atomicCounterBuffer->getWritableType().getQualifier().layoutSet = atomicCounterBlockSet; in growAtomicCounterBlock()
DParseHelper.cpp254 atomicCounterBlockSet = intermediate.getAtomicCounterBlockSet(); in growAtomicCounterBlock()
/third_party/glslang/StandAlone/
DStandAlone.cpp222 unsigned int atomicCounterBlockSet; variable
779 … ProcessGlobalBlockSettings(argc, argv, &atomicCounterBlockName, &atomicCounterBlockSet, nullptr); in ProcessArguments()
1394 shader->setAtomicCounterBlockSet(atomicCounterBlockSet); in CompileAndLinkShaderUnits()