Searched refs:GetPhysicalDeviceFormatProperties2 (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
D | MemoryServiceDmaBuf.cpp | 45 fn.GetPhysicalDeviceFormatProperties2(physicalDevice, format, &formatProps); in GetModifierPlaneCount() 51 fn.GetPhysicalDeviceFormatProperties2(physicalDevice, format, &formatProps); in GetModifierPlaneCount()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 108 GET_INSTANCE_PROC(GetPhysicalDeviceFormatProperties2); in LoadInstanceProcs() 116 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceFormatProperties2, KHR); in LoadInstanceProcs()
|
D | VulkanFunctions.h | 109 PFN_vkGetPhysicalDeviceFormatProperties2 GetPhysicalDeviceFormatProperties2 = nullptr; member
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_physical_device.c | 171 pdevice->dispatch_table.GetPhysicalDeviceFormatProperties2(physicalDevice, in vk_common_GetPhysicalDeviceFormatProperties()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 174 ACQUIRE_PROC(GetPhysicalDeviceFormatProperties2, instance, VK_NULL_HANDLE); in GrVkInterface() 183 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceFormatProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 174 ACQUIRE_PROC(GetPhysicalDeviceFormatProperties2, instance, VK_NULL_HANDLE); in GrVkInterface() 183 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceFormatProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 1521 if (VKSCR(GetPhysicalDeviceFormatProperties2)) { in populate_format_props() 1534 VKSCR(GetPhysicalDeviceFormatProperties2)(screen->pdev, format, &props); in populate_format_props()
|