Searched refs:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT (Results 1 – 21 of 21) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkEmulatedPhysicalDeviceMemoryTests.cpp | 91 .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()
|
D | VkEmulatedPhysicalDeviceMemory.cpp | 58 if (!(guestMemoryProperties & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)) { in EmulatedPhysicalDeviceMemoryProperties() 88 ahbMemoryType.propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in EmulatedPhysicalDeviceMemoryProperties()
|
D | BufferVk.cpp | 24 if (!setupVkBuffer(size, handle, vulkanOnly, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)) { in create()
|
D | CompositorVk.cpp | 431 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()
|
D | VkCommonOperations.cpp | 2065 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/ |
D | ComputePipelineRestoration_integrationtest.cpp | 98 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT), in createImage()
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 151 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in setUpImage()
|
/hardware/google/gfxstream/host/ |
D | ColorBuffer.cpp | 85 uint32_t memoryProperty = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in create()
|
D | RenderControl.cpp | 1394 return rcCreateBuffer2(size, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in rcCreateBuffer() 1423 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in rcSetColorBufferVulkanMode()
|
D | FrameBuffer.cpp | 1226 createBufferWithHandleLocked(size, handle, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT); in createBufferWithHandle()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 1639 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()
|
D | wsi_common_drm.c | 290 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in prime_select_buffer_memory_type()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 575 * 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 …]
|
D | resources.adoc | 8018 has the ename:VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT bit set.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_descriptor_buffer.adoc | 893 .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/ |
D | ResourceTracker.cpp | 1618 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/ |
D | overlay.cpp | 1653 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 1175 eDeviceLocal = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT,
|
D | vk_enum_string_helper.h | 2668 case VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT: in string_VkMemoryPropertyFlagBits()
|
D | vulkan_enums.hpp | 2030 eDeviceLocal = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT,
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2369 VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT = 0x00000001, enumerator
|