Searched refs:VulkanSnapshots (Results 1 – 8 of 8) sorted by relevance
72 if (FrameBuffer::getFB()->getFeatures().VulkanSnapshots.enabled) { in onSave()83 if (FrameBuffer::getFB()->getFeatures().VulkanSnapshots.enabled) { in onLoad()
104 bool vkSnapshotEnabled = emulationVk && emulationVk->features.VulkanSnapshots.enabled; in create()
2318 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()
2417 &features, VulkanSnapshots, in parseGfxstreamFeatures()
33 if (getGlobalVkEmulation()->features.VulkanSnapshots.enabled && stream) { in create()41 if (!getGlobalVkEmulation()->features.VulkanSnapshots.enabled) { in onSave()
356 mSnapshotsEnabled = m_emu->features.VulkanSnapshots.enabled; in Impl()974 get_emugl_vm_operations().setSkipSnapshotSave(!m_emu->features.VulkanSnapshots.enabled); in on_vkCreateInstance()
59 FEATURE_CONTROL_ITEM(VulkanSnapshots, 26)
234 FeatureInfo VulkanSnapshots = { member