Searched refs:getAtomicCounterBuffers (Results 1 – 10 of 10) sorted by relevance
316 ASSERT(getAtomicCounterBuffers().empty()); in load()529 for (const AtomicCounterBuffer &atomicCounterBuffer : getAtomicCounterBuffers()) in save()701 return !getAtomicCounterBuffers().empty() || in hasAtomicCounterBuffers()
299 const std::vector<AtomicCounterBuffer> &getAtomicCounterBuffers() const in getAtomicCounterBuffers() function301 return mExecutable->getAtomicCounterBuffers(); in getAtomicCounterBuffers()
281 const std::vector<AtomicCounterBuffer> &getAtomicCounterBuffers() const in getAtomicCounterBuffers() function
841 return clampCast<GLint>(program->getState().getAtomicCounterBuffers().size()); in QueryProgramInterfaceActiveResources()916 return FindMaxSize(program->getState().getAtomicCounterBuffers(), in QueryProgramInterfaceMaxNumActiveVariables()1086 const auto &buffer = program->getState().getAtomicCounterBuffers()[index]; in GetAtomicCounterBufferResourceProperty()
1033 addAtomicCounterBufferDescriptorSetDesc(programState->getAtomicCounterBuffers(), shaderType, in createPipelineLayout()1296 programState.getAtomicCounterBuffers(); in updateAtomicCounterBuffersDescriptorSet()
1232 programState->getAtomicCounterBuffers(); in renderPassUsesStorageResources()1829 const std::vector<gl::AtomicCounterBuffer> &acbs = programState.getAtomicCounterBuffers(); in handleDirtyShaderResourcesImpl()
1004 for (const auto &atomicCounterBuffer : program->getState().getAtomicCounterBuffers()) in updateProgramAtomicCounterBufferBindings()
3790 for (const auto &atomicCounterBuffer : program->getState().getAtomicCounterBuffers()) in syncAtomicCounterBuffersForShader()
4278 for (const auto &atomicCounterBuffer : program->getState().getAtomicCounterBuffers()) in markRawBufferUsage()
827 programExecutable.getAtomicCounterBuffers(); in AssignNonTextureBindings()