Home
last modified time | relevance | path

Searched refs:batchedDescriptorSetUpdateEnabled (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h85 bool batchedDescriptorSetUpdateEnabled() const;
DVkDecoderGlobalState.cpp265 bool batchedDescriptorSetUpdateEnabled() const { return mBatchedDescriptorSetUpdateEnabled; } in batchedDescriptorSetUpdateEnabled() function in gfxstream::vk::VkDecoderGlobalState::Impl
9114 bool VkDecoderGlobalState::batchedDescriptorSetUpdateEnabled() const { return mImpl->batchedDescrip… in batchedDescriptorSetUpdateEnabled() function in gfxstream::vk::VkDecoderGlobalState
DVkDecoderSnapshot.cpp844 if (m_state->batchedDescriptorSetUpdateEnabled()) { in vkUpdateDescriptorSets()