Home
last modified time | relevance | path

Searched refs:VulkanQueueSubmitWithCommands (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/device/generic/goldfish/data/etc/
DadvancedFeatures.ini.tablet25 VulkanQueueSubmitWithCommands = on
DadvancedFeatures.ini.desktop26 VulkanQueueSubmitWithCommands = on
DadvancedFeatures.ini26 VulkanQueueSubmitWithCommands = on key
DadvancedFeatures.ini.minigbm25 VulkanQueueSubmitWithCommands = on
/aosp_15_r20/device/generic/car/emulator/data/etc/
DadvancedFeatures.ini.car26 VulkanQueueSubmitWithCommands = on
/aosp_15_r20/device/generic/goldfish/data/etc/google/user/
DadvancedFeatures.ini.tablet26 VulkanQueueSubmitWithCommands = on
DadvancedFeatures.ini28 VulkanQueueSubmitWithCommands = on key
DadvancedFeatures.ini.minigbm27 VulkanQueueSubmitWithCommands = on
DadvancedFeatures.ini.desktop27 VulkanQueueSubmitWithCommands = on
/aosp_15_r20/device/generic/goldfish/data/etc/google/userdebug/
DadvancedFeatures.ini.desktop26 VulkanQueueSubmitWithCommands = on
DadvancedFeatures.ini.tablet25 VulkanQueueSubmitWithCommands = on
DadvancedFeatures.ini.minigbm26 VulkanQueueSubmitWithCommands = on
DadvancedFeatures.ini27 VulkanQueueSubmitWithCommands = on key
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
DFeatureControlDefGuest.h64 FEATURE_CONTROL_ITEM(VulkanQueueSubmitWithCommands, 79)
/aosp_15_r20/hardware/google/gfxstream/host/features/include/gfxstream/host/
DFeatures.h265 FeatureInfo VulkanQueueSubmitWithCommands = { member
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/lib/
H A DadvancedFeaturesCanary.ini376 # VulkanQueueSubmitWithCommands-------------------------------------------------
378 VulkanQueueSubmitWithCommands = on key
382 VulkanQueueSubmitWithCommands = on key
H A DadvancedFeatures.ini371 # VulkanQueueSubmitWithCommands-------------------------------------------------
373 VulkanQueueSubmitWithCommands = on key
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/lib/
H A DadvancedFeatures.ini374 # VulkanQueueSubmitWithCommands-------------------------------------------------
376 VulkanQueueSubmitWithCommands = on key
/aosp_15_r20/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp694 &features, VulkanQueueSubmitWithCommands, true); in parseGfxstreamFeatures()
DRenderControl.cpp375 return shouldEnableVulkan(features) && features.VulkanQueueSubmitWithCommands.enabled; in shouldEnableQueueSubmitWithCommands()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp80 m_state->getFeatures().VulkanQueueSubmitWithCommands.enabled) {} in Impl()