Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/features/include/gfxstream/host/
DFeatures.h241 FeatureInfo VulkanBatchedDescriptorSetUpdate = { member
331 …{&featureSetView.VulkanSnapshots, {&featureSetView.VulkanBatchedDescriptorSetUpdate, &featureSetVi…
/aosp_15_r20/device/generic/goldfish/data/etc/
DadvancedFeatures.ini.tablet26 VulkanBatchedDescriptorSetUpdate = on
DadvancedFeatures.ini.desktop27 VulkanBatchedDescriptorSetUpdate = on
DadvancedFeatures.ini27 VulkanBatchedDescriptorSetUpdate = on key
DadvancedFeatures.ini.minigbm26 VulkanBatchedDescriptorSetUpdate = on
/aosp_15_r20/device/generic/car/emulator/data/etc/
DadvancedFeatures.ini.car27 VulkanBatchedDescriptorSetUpdate = on
/aosp_15_r20/device/generic/goldfish/data/etc/google/user/
DadvancedFeatures.ini.tablet27 VulkanBatchedDescriptorSetUpdate = on
DadvancedFeatures.ini29 VulkanBatchedDescriptorSetUpdate = on key
DadvancedFeatures.ini.minigbm28 VulkanBatchedDescriptorSetUpdate = on
DadvancedFeatures.ini.desktop28 VulkanBatchedDescriptorSetUpdate = on
/aosp_15_r20/device/generic/goldfish/data/etc/google/userdebug/
DadvancedFeatures.ini.desktop27 VulkanBatchedDescriptorSetUpdate = on
DadvancedFeatures.ini.tablet26 VulkanBatchedDescriptorSetUpdate = on
DadvancedFeatures.ini.minigbm27 VulkanBatchedDescriptorSetUpdate = on
DadvancedFeatures.ini28 VulkanBatchedDescriptorSetUpdate = on key
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
DFeatureControlDefGuest.h65 FEATURE_CONTROL_ITEM(VulkanBatchedDescriptorSetUpdate, 80)
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/lib/
H A DadvancedFeatures.ini375 # VulkanBatchedDescriptorSetUpdate----------------------------------------------
377 VulkanBatchedDescriptorSetUpdate = on key
H A DadvancedFeaturesCanary.ini380 # VulkanBatchedDescriptorSetUpdate----------------------------------------------
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/lib/
H A DadvancedFeatures.ini378 # VulkanBatchedDescriptorSetUpdate----------------------------------------------
380 VulkanBatchedDescriptorSetUpdate = on key
/aosp_15_r20/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp685 &features, VulkanBatchedDescriptorSetUpdate, true); in parseGfxstreamFeatures()
DVirtioGpuFrontend.cpp591 if (mFeatures.VulkanBatchedDescriptorSetUpdate.enabled) { in fillCaps()
DRenderControl.cpp381 features.VulkanBatchedDescriptorSetUpdate.enabled; in shouldEnableBatchedDescriptorSetUpdate()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp377 m_emu->features.VulkanBatchedDescriptorSetUpdate.enabled; in Impl()
1420 if (m_emu->features.VulkanBatchedDescriptorSetUpdate.enabled) { in on_vkGetPhysicalDeviceFeatures2()
3492 if (m_emu->features.VulkanBatchedDescriptorSetUpdate.enabled) { in on_vkCreateDescriptorPool()
3515 if (!m_emu->features.VulkanBatchedDescriptorSetUpdate.enabled) { in cleanupDescriptorPoolAllocedSetsLocked()
3520 if (m_emu->features.VulkanBatchedDescriptorSetUpdate.enabled) { in cleanupDescriptorPoolAllocedSetsLocked()
3691 if (m_emu->features.VulkanBatchedDescriptorSetUpdate.enabled) { in on_vkFreeDescriptorSets()