Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceImageFormatProperties (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp60 GET_INSTANCE_PROC(GetPhysicalDeviceImageFormatProperties); in LoadInstanceProcs()
DVulkanFunctions.h58 PFN_vkGetPhysicalDeviceImageFormatProperties GetPhysicalDeviceImageFormatProperties = member
DTextureVk.cpp199 if (device->fn.GetPhysicalDeviceImageFormatProperties( in IsSampleCountSupported()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp71 GET_INSTANCE_PROC(GetPhysicalDeviceImageFormatProperties); in LoadInstanceProcs()
DVulkanFunctions.h61 PFN_vkGetPhysicalDeviceImageFormatProperties GetPhysicalDeviceImageFormatProperties = member
DTextureVk.cpp581 if (device->fn.GetPhysicalDeviceImageFormatProperties( in IsSampleCountSupported()
/third_party/flutter/skia/src/gpu/vk/
DGrVkInterface.cpp38 ACQUIRE_PROC(GetPhysicalDeviceImageFormatProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
DGrVkCaps.cpp1155 GR_VK_CALL(interface, GetPhysicalDeviceImageFormatProperties(physDev, in initSampleCounts()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp38 ACQUIRE_PROC(GetPhysicalDeviceImageFormatProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
DGrVkCaps.cpp1331 GR_VK_CALL(interface, GetPhysicalDeviceImageFormatProperties(physDev, in initSampleCounts()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c206 ret = VKSCR(GetPhysicalDeviceImageFormatProperties)(screen->pdev, ici->format, ici->imageType, in check_ici()