Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/features/include/gfxstream/host/
DFeatures.h83 FeatureInfo GlDirectMem = { member
/hardware/google/gfxstream/host/vulkan/
DVkEmulatedPhysicalDeviceMemory.cpp65 if (!features.GlDirectMem.enabled && !features.VirtioGpuNext.enabled) { in EmulatedPhysicalDeviceMemoryProperties()
DVkDecoderGlobalState.cpp4091 if (!m_emu->features.GlDirectMem.enabled && in mapHostVisibleMemoryToGuestPhysicalAddressLocked()
4704 return m_emu->features.GlDirectMem.enabled || in usingDirectMapping()
4896 if (!m_emu->features.GlDirectMem.enabled) { in on_vkMapMemoryIntoAddressSpaceGOOGLE()
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp45 features.GlDirectMem.enabled = true; in getGfxstreamFeatures()
/hardware/google/gfxstream/host/
DRenderControl.cpp469 bool directMemEnabled = features.GlDirectMem.enabled; in rcGetGLString()
Dvirtio-gpu-gfxstream-renderer.cpp2368 &features, GlDirectMem, false); in parseGfxstreamFeatures()