Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h304 atomicCounterBlockSet(TQualifier::layoutSetEnd)
583 void setAtomicCounterBlockSet(unsigned int set) { atomicCounterBlockSet = set; } in setAtomicCounterBlockSet()
584 unsigned int getAtomicCounterBlockSet() const { return atomicCounterBlockSet; } in getAtomicCounterBlockSet()
1126 unsigned int atomicCounterBlockSet; variable
DParseHelper.h96 atomicCounterBlockSet(TQualifier::layoutSetEnd) in TParseVersions()
239 unsigned int atomicCounterBlockSet; variable
DParseContextBase.cpp699 atomicCounterBuffer->getWritableType().getQualifier().layoutSet = atomicCounterBlockSet; in growAtomicCounterBlock()
DParseHelper.cpp266 atomicCounterBlockSet = intermediate.getAtomicCounterBlockSet(); in growAtomicCounterBlock()
/third_party/glslang/StandAlone/
DStandAlone.cpp220 unsigned int atomicCounterBlockSet; variable
759 … ProcessGlobalBlockSettings(argc, argv, &atomicCounterBlockName, &atomicCounterBlockSet, nullptr); in ProcessArguments()
1366 shader->setAtomicCounterBlockSet(atomicCounterBlockSet); in CompileAndLinkShaderUnits()