Home
last modified time | relevance | path

Searched refs:VulkanSnapshots (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/
DRenderThreadInfo.cpp72 if (FrameBuffer::getFB()->getFeatures().VulkanSnapshots.enabled) { in onSave()
83 if (FrameBuffer::getFB()->getFeatures().VulkanSnapshots.enabled) { in onLoad()
DColorBuffer.cpp104 bool vkSnapshotEnabled = emulationVk && emulationVk->features.VulkanSnapshots.enabled; in create()
DFrameBuffer.cpp2318 if (m_features.VulkanSnapshots.enabled) { in onSave()
2327 if (m_features.VulkanSnapshots.enabled && vk::VkDecoderGlobalState::get()) { in onSave()
2562 if (m_features.VulkanSnapshots.enabled) { in onLoad()
2604 if (m_features.VulkanSnapshots.enabled && vk::VkDecoderGlobalState::get()) { in onLoad()
Dvirtio-gpu-gfxstream-renderer.cpp2417 &features, VulkanSnapshots, in parseGfxstreamFeatures()
/hardware/google/gfxstream/host/vulkan/
DColorBufferVk.cpp33 if (getGlobalVkEmulation()->features.VulkanSnapshots.enabled && stream) { in create()
41 if (!getGlobalVkEmulation()->features.VulkanSnapshots.enabled) { in onSave()
DVkDecoderGlobalState.cpp356 mSnapshotsEnabled = m_emu->features.VulkanSnapshots.enabled; in Impl()
974 get_emugl_vm_operations().setSkipSnapshotSave(!m_emu->features.VulkanSnapshots.enabled); in on_vkCreateInstance()
/hardware/google/aemu/host-common/include/host-common/
DFeatureControlDefHost.h59 FEATURE_CONTROL_ITEM(VulkanSnapshots, 26)
/hardware/google/gfxstream/host/features/include/gfxstream/host/
DFeatures.h234 FeatureInfo VulkanSnapshots = { member