Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceImageFormatProperties2 (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp109 GET_INSTANCE_PROC(GetPhysicalDeviceImageFormatProperties2); in LoadInstanceProcs()
117 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceImageFormatProperties2, KHR); in LoadInstanceProcs()
DVulkanFunctions.h110 PFN_vkGetPhysicalDeviceImageFormatProperties2 GetPhysicalDeviceImageFormatProperties2 = member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
DMemoryServiceZirconHandle.cpp68 VkResult result = mDevice->fn.GetPhysicalDeviceImageFormatProperties2( in SupportsImportMemory()
DMemoryServiceOpaqueFD.cpp68 VkResult result = VkResult::WrapUnsafe(mDevice->fn.GetPhysicalDeviceImageFormatProperties2( in SupportsImportMemory()
DMemoryServiceDmaBuf.cpp144 VkResult result = VkResult::WrapUnsafe(mDevice->fn.GetPhysicalDeviceImageFormatProperties2( in SupportsCreateImage()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h203 WSI_CB(GetPhysicalDeviceImageFormatProperties2);
Dwsi_common_drm.c244 result = wsi->GetPhysicalDeviceImageFormatProperties2(wsi->pdevice, in wsi_create_native_image()
Dwsi_common.c105 WSI_GET_CB(GetPhysicalDeviceImageFormatProperties2); in wsi_device_init()
/third_party/mesa3d/src/vulkan/util/
Dvk_physical_device.c202 pdevice->dispatch_table.GetPhysicalDeviceImageFormatProperties2(physicalDevice, in vk_common_GetPhysicalDeviceImageFormatProperties()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp175 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/
DGrVkInterface.cpp175 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/
DVkHardwareBufferTest.cpp470 DECLARE_VK_PROC(GetPhysicalDeviceImageFormatProperties2);
558 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceImageFormatProperties2); in init()
/third_party/skia/tests/
DVkHardwareBufferTest.cpp474 DECLARE_VK_PROC(GetPhysicalDeviceImageFormatProperties2);
562 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceImageFormatProperties2); in init()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c179 …(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()