/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_image.c | 88 img->requirements[0].dedicated.prefersDedicatedAllocation = VK_TRUE; in vn_image_init_memory_requirements() 407 u.dedicated->prefersDedicatedAllocation = in vn_GetImageMemoryRequirements2() 408 img->requirements[plane].dedicated.prefersDedicatedAllocation; in vn_GetImageMemoryRequirements2()
|
H A D | vn_buffer.c | 447 u.dedicated->prefersDedicatedAllocation = in vn_GetBufferMemoryRequirements2() 448 buf->requirements.dedicated.prefersDedicatedAllocation; in vn_GetBufferMemoryRequirements2()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 7563 bool prefersDedicatedAllocation, 7569 bool prefersDedicatedAllocation, 7825 bool& prefersDedicatedAllocation) const; 7830 bool& prefersDedicatedAllocation) const; 7836 bool prefersDedicatedAllocation, 7855 bool prefersDedicatedAllocation, 15209 bool prefersDedicatedAllocation, 15223 prefersDedicatedAllocation ? 1 : 0, 15238 bool prefersDedicatedAllocation, 15252 prefersDedicatedAllocation [all...] |
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_structs.h | 802 size += vn_sizeof_VkBool32(&val->prefersDedicatedAllocation); in vn_sizeof_VkMemoryDedicatedRequirements_self() 831 vn_decode_VkBool32(dec, &val->prefersDedicatedAllocation); in vn_decode_VkMemoryDedicatedRequirements_self() 859 /* skip val->prefersDedicatedAllocation */ in vn_sizeof_VkMemoryDedicatedRequirements_self_partial() 887 /* skip val->prefersDedicatedAllocation */ in vn_encode_VkMemoryDedicatedRequirements_self_partial()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDevice.cpp | 383 requirements->prefersDedicatedAllocation = VK_FALSE; in getRequirements()
|
H A D | libVulkan.cpp | 3107 requirements->prefersDedicatedAllocation = VK_TRUE; in vkGetImageMemoryRequirements2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryRequirementsTests.cpp | 645 invalidVkBool32, // VkBool32 prefersDedicatedAllocation in updateMemoryRequirements() 652 m_allUsageFlagsPrefersDedicatedAllocation = dedicatedRequirements.prefersDedicatedAllocation; in updateMemoryRequirements() 662 m_currentTestPrefersDedicatedAllocation = dedicatedRequirements.prefersDedicatedAllocation; in updateMemoryRequirements() 1706 invalidVkBool32, // VkBool32 prefersDedicatedAllocation in updateMemoryRequirements() 1711 m_currentTestPrefersDedicatedAllocation = dedicatedRequirements.prefersDedicatedAllocation; in updateMemoryRequirements()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryRequirementsTests.cpp | 650 invalidVkBool32, // VkBool32 prefersDedicatedAllocation in updateMemoryRequirements() 657 m_allUsageFlagsPrefersDedicatedAllocation = dedicatedRequirements.prefersDedicatedAllocation; in updateMemoryRequirements() 667 m_currentTestPrefersDedicatedAllocation = dedicatedRequirements.prefersDedicatedAllocation; in updateMemoryRequirements() 1690 invalidVkBool32, // VkBool32 prefersDedicatedAllocation in updateMemoryRequirements() 1695 m_currentTestPrefersDedicatedAllocation = dedicatedRequirements.prefersDedicatedAllocation; in updateMemoryRequirements()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_image.c | 695 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation; in tu_get_image_memory_requirements()
|
H A D | tu_device.c | 2437 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation; in tu_get_buffer_memory_requirements()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1894 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation; in lvp_GetBufferMemoryRequirements2() 1929 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation; in lvp_GetImageMemoryRequirements2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 2466 req->prefersDedicatedAllocation = image->vk.external_handle_types != 0; in v3dv_GetImageMemoryRequirements2() 2542 req->prefersDedicatedAllocation = false; in v3dv_GetBufferMemoryRequirements2()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_image.c | 1731 requirements->prefersDedicatedAllocation = true; in anv_image_get_memory_requirements() 1734 requirements->prefersDedicatedAllocation = false; in anv_image_get_memory_requirements()
|
H A D | anv_device.c | 4471 requirements->prefersDedicatedAllocation = false; in anv_get_buffer_memory_requirements()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 1843 use_ded_mem = ded_req.prefersDedicatedAllocation | in alloc_bind_mem() 2842 (ded_req.prefersDedicatedAllocation || in vulkan_map_from_drm_frame_desc() 3542 use_ded_mem = ded_req.prefersDedicatedAllocation | in create_buf()
|
H A D | vulkan.c | 237 use_ded_mem = ded_req.prefersDedicatedAllocation | in ff_vk_create_buf()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_image.c | 751 requirements->prefersDedicatedAllocation = false; in dzn_GetImageMemoryRequirements2()
|
H A D | dzn_device.c | 2661 requirements->prefersDedicatedAllocation = false; in dzn_GetBufferMemoryRequirements2()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.c | 887 need_dedicated |= ded.prefersDedicatedAllocation || ded.requiresDedicatedAllocation; in resource_object_create()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 5745 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation; in radv_get_buffer_memory_requirements() 5797 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation; in radv_GetImageMemoryRequirements2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3876 VkBool32 prefersDedicatedAllocation; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3662 VkBool32 prefersDedicatedAllocation; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4592 VkBool32 prefersDedicatedAllocation; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 35421 VULKAN_HPP_NAMESPACE::Bool32 prefersDedicatedAllocation = {}; global() member [all...] |
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4950 VkBool32 prefersDedicatedAllocation; member
|