Searched refs:getAtomicCounterBuffers (Results 1 – 10 of 10) sorted by relevance
301 const std::vector<AtomicCounterBuffer> &getAtomicCounterBuffers() const in getAtomicCounterBuffers() function303 return mExecutable->getAtomicCounterBuffers(); in getAtomicCounterBuffers()
240 const std::vector<AtomicCounterBuffer> &getAtomicCounterBuffers() const in getAtomicCounterBuffers() function
372 ASSERT(getAtomicCounterBuffers().empty()); in load()583 for (const AtomicCounterBuffer &atomicCounterBuffer : getAtomicCounterBuffers()) in save()
847 return clampCast<GLint>(program->getState().getAtomicCounterBuffers().size()); in QueryProgramInterfaceActiveResources()922 return FindMaxSize(program->getState().getAtomicCounterBuffers(), in QueryProgramInterfaceMaxNumActiveVariables()1092 const auto &buffer = program->getState().getAtomicCounterBuffers()[index]; in GetAtomicCounterBufferResourceProperty()
1067 addAtomicCounterBufferDescriptorSetDesc(programState->getAtomicCounterBuffers(), shaderType, in createPipelineLayout()1335 programState.getAtomicCounterBuffers(); in updateAtomicCounterBuffersDescriptorSet()
1338 programState->getAtomicCounterBuffers(); in renderPassUsesStorageResources()1944 const std::vector<gl::AtomicCounterBuffer> &acbs = programState.getAtomicCounterBuffers(); in handleDirtyShaderResourcesImpl()
1009 for (const auto &atomicCounterBuffer : program->getState().getAtomicCounterBuffers()) in updateProgramAtomicCounterBufferBindings()
3820 for (const auto &atomicCounterBuffer : program->getState().getAtomicCounterBuffers()) in syncAtomicCounterBuffersForShader()
4289 for (const auto &atomicCounterBuffer : program->getState().getAtomicCounterBuffers()) in markRawBufferUsage()
884 programExecutable.getAtomicCounterBuffers(); in AssignNonTextureBindings()