Home
last modified time | relevance | path

Searched refs:hasVulkanQueueSubmitWithCommands (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/guest/renderControl_enc/
DEmulatorFeatureInfo.h171 hasVulkanQueueSubmitWithCommands(false), in EmulatorFeatureInfo()
200 bool hasVulkanQueueSubmitWithCommands; member
222 bool hasVulkanQueueSubmitWithCommands; member
DExtendedRenderControl.cpp235 this->featureInfo()->hasVulkanQueueSubmitWithCommands = true; in queryAndSetVulkanQueueSubmitWithCommandsSupport()
301 featureInfo->hasVulkanQueueSubmitWithCommands = in setVulkanFeatureInfo()
302 this->featureInfo()->hasVulkanQueueSubmitWithCommands; in setVulkanFeatureInfo()
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResourceTracker.h95 bool hasVulkanQueueSubmitWithCommands; member
H A DResourceTracker.cpp1399 mFeatureInfo.hasVulkanQueueSubmitWithCommands = true; in setupCaps()
1469 if (mFeatureInfo.hasVulkanQueueSubmitWithCommands) { in setupFeatures()
7130 if (!mFeatureInfo.hasVulkanQueueSubmitWithCommands) { in on_vkCmdExecuteCommands()