Home
last modified time | relevance | path

Searched refs:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkEmulatedPhysicalDeviceMemoryTests.cpp91 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in TEST()
128 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in TEST()
162 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in TEST()
167 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in TEST()
207 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in TEST()
239 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in TEST()
DVkEmulatedPhysicalDeviceMemory.cpp58 if (!(guestMemoryProperties & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)) { in EmulatedPhysicalDeviceMemoryProperties()
88 ahbMemoryType.propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in EmulatedPhysicalDeviceMemoryProperties()
DBufferVk.cpp24 if (!setupVkBuffer(size, handle, vulkanOnly, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)) { in create()
DCompositorVk.cpp431 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) in setUpVertexBuffers()
445 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) in setUpVertexBuffers()
578 findMemoryType(imageMemoryRequirements.memoryTypeBits, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in setUpDefaultImage()
DVkCommonOperations.cpp2065 infoPtr->memoryProperty = infoPtr->memoryProperty & (VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | in initializeVkColorBufferLocked()
3017 (VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT); in setupVkBuffer()
3645 kArbitraryHandle, true, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)) { in findRepresentativeColorBufferMemoryTypeIndexLocked()
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp98 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT), in createImage()
/hardware/google/gfxstream/host/tests/
DVkTestUtils.h151 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in setUpImage()
/hardware/google/gfxstream/host/
DColorBuffer.cpp85 uint32_t memoryProperty = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in create()
DRenderControl.cpp1394 return rcCreateBuffer2(size, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in rcCreateBuffer()
1423 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in rcSetColorBufferVulkanMode()
DFrameBuffer.cpp1226 createBufferWithHandleLocked(size, handle, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in createBufferWithHandle()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1639 if ((deny_props & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) && in wsi_select_memory_type()
1640 (common_props & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)) { in wsi_select_memory_type()
1645 deny_props &= ~VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in wsi_select_memory_type()
1656 return wsi_select_memory_type(wsi, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in wsi_select_device_memory_type()
Dwsi_common_drm.c290 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in prime_select_buffer_memory_type()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc575 * ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
576 * ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | +
579 * ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | +
582 * ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | +
586 * ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | +
591 ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
601 * ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | +
603 * ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | +
607 * ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | +
621 * ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | +
[all …]
Dresources.adoc8018 has the ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT bit set.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc893 .properties = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT });
898 .properties = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT });
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp1618 VkMemoryPropertyFlags memoryProperty = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in getColorBufferMemoryIndex()
2321 (info.memProps.memoryTypes[i].propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)) || in on_vkGetMemoryZirconHandlePropertiesFUCHSIA()
2769 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)) || in on_vkGetBufferCollectionPropertiesFUCHSIA()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1653 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1175 eDeviceLocal = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT,
Dvk_enum_string_helper.h2668 case VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT: in string_VkMemoryPropertyFlagBits()
Dvulkan_enums.hpp2030 eDeviceLocal = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2369 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT = 0x00000001, enumerator