Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h132 bool guestVulkanOnly = false; member
461 bool guestVulkanOnly = false; member
DVkAndroidNativeBuffer.cpp157 (emu && emu->live && emu->guestVulkanOnly) || colorBufferExportedToGl; in prepareAndroidNativeBufferImage()
DVkCommonOperations.cpp1603 INFO(" guestVulkanOnly: %s", features->guestVulkanOnly ? "true" : "false"); in initVkEmulationFeatures()
1612 sVkEmulation->guestVulkanOnly = features->guestVulkanOnly; in initVkEmulationFeatures()
/aosp_15_r20/hardware/google/gfxstream/host/
DFrameBuffer.cpp404 .guestVulkanOnly = fb->m_features.GuestVulkanOnly.enabled, in initialize()