Searched refs:GetPhysicalDeviceImageFormatProperties2 (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 109 GET_INSTANCE_PROC(GetPhysicalDeviceImageFormatProperties2); in LoadInstanceProcs() 117 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceImageFormatProperties2, KHR); in LoadInstanceProcs()
|
D | VulkanFunctions.h | 110 PFN_vkGetPhysicalDeviceImageFormatProperties2 GetPhysicalDeviceImageFormatProperties2 = member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
D | MemoryServiceZirconHandle.cpp | 68 VkResult result = mDevice->fn.GetPhysicalDeviceImageFormatProperties2( in SupportsImportMemory()
|
D | MemoryServiceOpaqueFD.cpp | 68 VkResult result = VkResult::WrapUnsafe(mDevice->fn.GetPhysicalDeviceImageFormatProperties2( in SupportsImportMemory()
|
D | MemoryServiceDmaBuf.cpp | 144 VkResult result = VkResult::WrapUnsafe(mDevice->fn.GetPhysicalDeviceImageFormatProperties2( in SupportsCreateImage()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 203 WSI_CB(GetPhysicalDeviceImageFormatProperties2);
|
D | wsi_common_drm.c | 244 result = wsi->GetPhysicalDeviceImageFormatProperties2(wsi->pdevice, in wsi_create_native_image()
|
D | wsi_common.c | 105 WSI_GET_CB(GetPhysicalDeviceImageFormatProperties2); in wsi_device_init()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_physical_device.c | 202 pdevice->dispatch_table.GetPhysicalDeviceImageFormatProperties2(physicalDevice, in vk_common_GetPhysicalDeviceImageFormatProperties()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 175 ACQUIRE_PROC(GetPhysicalDeviceImageFormatProperties2, instance, VK_NULL_HANDLE); in GrVkInterface() 184 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceImageFormatProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 175 ACQUIRE_PROC(GetPhysicalDeviceImageFormatProperties2, instance, VK_NULL_HANDLE); in GrVkInterface() 184 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceImageFormatProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/third_party/flutter/skia/tests/ |
D | VkHardwareBufferTest.cpp | 470 DECLARE_VK_PROC(GetPhysicalDeviceImageFormatProperties2); 558 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceImageFormatProperties2); in init()
|
/third_party/skia/tests/ |
D | VkHardwareBufferTest.cpp | 474 DECLARE_VK_PROC(GetPhysicalDeviceImageFormatProperties2); 562 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceImageFormatProperties2); in init()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 179 …(VKSCR(GetPhysicalDeviceImageFormatProperties2) && screen->info.have_EXT_image_drm_format_modifier… in check_ici() 180 if (VKSCR(GetPhysicalDeviceImageFormatProperties2)) { in check_ici() 203 ret = VKSCR(GetPhysicalDeviceImageFormatProperties2)(screen->pdev, &info, &props2); in check_ici()
|