Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceFormatProperties2 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
DMemoryServiceDmaBuf.cpp45 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/
DVulkanFunctions.cpp108 GET_INSTANCE_PROC(GetPhysicalDeviceFormatProperties2); in LoadInstanceProcs()
116 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceFormatProperties2, KHR); in LoadInstanceProcs()
DVulkanFunctions.h109 PFN_vkGetPhysicalDeviceFormatProperties2 GetPhysicalDeviceFormatProperties2 = nullptr; member
/third_party/mesa3d/src/vulkan/util/
Dvk_physical_device.c171 pdevice->dispatch_table.GetPhysicalDeviceFormatProperties2(physicalDevice, in vk_common_GetPhysicalDeviceFormatProperties()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp174 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/
DGrVkInterface.cpp174 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/
Dzink_screen.c1521 if (VKSCR(GetPhysicalDeviceFormatProperties2)) { in populate_format_props()
1534 VKSCR(GetPhysicalDeviceFormatProperties2)(screen->pdev, format, &props); in populate_format_props()