Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DFeatureControlDefGuest.h64 FEATURE_CONTROL_ITEM(VulkanQueueSubmitWithCommands, 79)
/hardware/google/gfxstream/host/features/include/gfxstream/host/
DFeatures.h223 FeatureInfo VulkanQueueSubmitWithCommands = { member
/hardware/google/gfxstream/guest/vulkan_enc/
DvkQueueFlushCommandsGOOGLE_encode_impl.cpp.inl4 // We won't use the lock if this command is used (VulkanQueueSubmitWithCommands is enabled)
/hardware/google/gfxstream/host/
DRenderControl.cpp374 return shouldEnableVulkan(features) && features.VulkanQueueSubmitWithCommands.enabled; in shouldEnableQueueSubmitWithCommands()
Dvirtio-gpu-gfxstream-renderer.cpp2413 &features, VulkanQueueSubmitWithCommands, true); in parseGfxstreamFeatures()
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp79 m_state->getFeatures().VulkanQueueSubmitWithCommands.enabled) {} in Impl()