Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceMemoryProperties2 (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp111 GET_INSTANCE_PROC(GetPhysicalDeviceMemoryProperties2); in LoadInstanceProcs()
119 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceMemoryProperties2, KHR); in LoadInstanceProcs()
DVulkanFunctions.h114 PFN_vkGetPhysicalDeviceMemoryProperties2 GetPhysicalDeviceMemoryProperties2 = nullptr; member
/third_party/mesa3d/src/vulkan/runtime/
Dvk_physical_device.c174 pdevice->dispatch_table.GetPhysicalDeviceMemoryProperties2(physicalDevice, in vk_common_GetPhysicalDeviceMemoryProperties()
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp60 GR_COPY_FUNCTION_KHR(GetPhysicalDeviceMemoryProperties2); in Make()
DGrVkInterface.cpp177 ACQUIRE_PROC(GetPhysicalDeviceMemoryProperties2, instance, VK_NULL_HANDLE); in GrVkInterface()
186 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceMemoryProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h236 PFN_vkGetPhysicalDeviceMemoryProperties2 GetPhysicalDeviceMemoryProperties2; member
Dvk_layer_dispatch_table.h60 PFN_vkGetPhysicalDeviceMemoryProperties2 GetPhysicalDeviceMemoryProperties2; member
Dvk_loader_extensions.c84 LOOKUP_GIPA(GetPhysicalDeviceMemoryProperties2, false); in loader_icd_init_entries()
1163 …table->GetPhysicalDeviceMemoryProperties2 = (PFN_vkGetPhysicalDeviceMemoryProperties2)gpa(inst, "v… in loader_init_instance_core_dispatch_table()
2221 …e, "GetPhysicalDeviceMemoryProperties2")) return (void *)table->GetPhysicalDeviceMemoryProperties2; in loader_lookup_instance_dispatch_table()
9802 .GetPhysicalDeviceMemoryProperties2 = terminator_GetPhysicalDeviceMemoryProperties2,
Dvk_dispatch_table_helper.h1351 …table->GetPhysicalDeviceMemoryProperties2 = (PFN_vkGetPhysicalDeviceMemoryProperties2) gpa(instanc… in layer_init_instance_dispatch_table()
/third_party/skia/tests/
DVkHardwareBufferTest.cpp475 DECLARE_VK_PROC(GetPhysicalDeviceMemoryProperties2);
561 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceMemoryProperties2); in init()
/third_party/skia/src/gpu/
DGrAHardwareBufferUtils.cpp420 VK_CALL(GetPhysicalDeviceMemoryProperties2(physicalDevice, &phyDevMemProps)); in make_vk_backend_texture()
/third_party/vulkan-loader/loader/
Dterminator.c392 … fpGetPhysicalDeviceMemoryProperties2 = icd_term->dispatch.GetPhysicalDeviceMemoryProperties2; in terminator_GetPhysicalDeviceMemoryProperties2()
Dtrampoline.c2602 disp->GetPhysicalDeviceMemoryProperties2(unwrapped_phys_dev, pMemoryProperties); in vkGetPhysicalDeviceMemoryProperties2()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1834 if (screen->info.have_EXT_memory_budget && VKSCR(GetPhysicalDeviceMemoryProperties2)) { in zink_query_memory_info()
1841 VKSCR(GetPhysicalDeviceMemoryProperties2)(screen->pdev, &mem); in zink_query_memory_info()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3768 - zink: grab GetPhysicalDeviceMemoryProperties2 from instance