Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DFeatureControlDefGuest.h65 FEATURE_CONTROL_ITEM(VulkanBatchedDescriptorSetUpdate, 80)
/hardware/google/gfxstream/host/features/include/gfxstream/host/
DFeatures.h199 FeatureInfo VulkanBatchedDescriptorSetUpdate = { member
/hardware/google/gfxstream/host/
DRenderControl.cpp380 features.VulkanBatchedDescriptorSetUpdate.enabled; in shouldEnableBatchedDescriptorSetUpdate()
Dvirtio-gpu-gfxstream-renderer.cpp2404 &features, VulkanBatchedDescriptorSetUpdate, true); in parseGfxstreamFeatures()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp2888 if (m_emu->features.VulkanBatchedDescriptorSetUpdate.enabled) { in on_vkCreateDescriptorPool()
2912 if (!m_emu->features.VulkanBatchedDescriptorSetUpdate.enabled) { in cleanupDescriptorPoolAllocedSetsLocked()
2917 if (m_emu->features.VulkanBatchedDescriptorSetUpdate.enabled) { in cleanupDescriptorPoolAllocedSetsLocked()
3058 if (m_emu->features.VulkanBatchedDescriptorSetUpdate.enabled) { in on_vkFreeDescriptorSets()