Home
last modified time | relevance | path

Searched defs:getNumAtomicCounters (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dreflection.h111 int getNumAtomicCounters() const { return (int)atomicCounterUniformIndices.size(); } in getNumAtomicCounters() function
DShaderLang.cpp2152 int TProgram::getNumAtomicCounters() const { return reflection->getNumAt… in getNumAtomicCounters() function in glslang::TProgram