Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceFormatProperties (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/tools/gpu/vk/
DVkTestHelper.h43 DECLARE_VK_PROC(GetPhysicalDeviceFormatProperties);
DVkTestHelper.cpp66 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceFormatProperties) in init()
DVkYcbcrSamplerHelper.cpp59 GetPhysicalDeviceFormatProperties(vkGpu->physicalDevice(), in createBackendTexture()
/third_party/vulkan-loader/loader/
Dterminator.c80 if (NULL != icd_term->dispatch.GetPhysicalDeviceFormatProperties) { in terminator_GetPhysicalDeviceFormatProperties()
81 …icd_term->dispatch.GetPhysicalDeviceFormatProperties(phys_dev_term->phys_dev, format, pFormatInfo); in terminator_GetPhysicalDeviceFormatProperties()
272 …icd_term->dispatch.GetPhysicalDeviceFormatProperties(phys_dev_term->phys_dev, format, &pFormatProp… in terminator_GetPhysicalDeviceFormatProperties2()
Dtrampoline.c782 disp->GetPhysicalDeviceFormatProperties(unwrapped_phys_dev, format, pFormatInfo); in vkGetPhysicalDeviceFormatProperties()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h217 WSI_CB(GetPhysicalDeviceFormatProperties);
Dwsi_common_wayland.c123 display->wsi_wl->wsi->GetPhysicalDeviceFormatProperties(display->wsi_wl->physical_device, in wsi_wl_display_add_vk_format()
Dwsi_common.c156 WSI_GET_CB(GetPhysicalDeviceFormatProperties); in wsi_device_init()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp70 GET_INSTANCE_PROC(GetPhysicalDeviceFormatProperties); in LoadInstanceProcs()
DAdapterVk.cpp50 mVulkanInstance->GetFunctions().GetPhysicalDeviceFormatProperties(mPhysicalDevice, format, in IsDepthStencilFormatSupported()
DVulkanFunctions.h60 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h216 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties; member
Dvk_layer_dispatch_table.h39 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties; member
Dvk_loader_extensions.c67 LOOKUP_GIPA(GetPhysicalDeviceFormatProperties, true); in loader_icd_init_entries()
1146 …table->GetPhysicalDeviceFormatProperties = (PFN_vkGetPhysicalDeviceFormatProperties)gpa(inst, "vkG… in loader_init_instance_core_dispatch_table()
2204 …ame, "GetPhysicalDeviceFormatProperties")) return (void *)table->GetPhysicalDeviceFormatProperties; in loader_lookup_instance_dispatch_table()
9785 .GetPhysicalDeviceFormatProperties = terminator_GetPhysicalDeviceFormatProperties,
Dvk_dispatch_table_helper.h1336 …table->GetPhysicalDeviceFormatProperties = (PFN_vkGetPhysicalDeviceFormatProperties) gpa(instance,… in layer_init_instance_dispatch_table()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp37 ACQUIRE_PROC(GetPhysicalDeviceFormatProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
DGrVkCaps.cpp745 GR_VK_CALL(interface, GetPhysicalDeviceFormatProperties(physDev, format, &props)); in stencil_format_supported()
1413 GR_VK_CALL(interface, GetPhysicalDeviceFormatProperties(physDev, format, &props)); in init()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1473 VKSCR(GetPhysicalDeviceFormatProperties)(screen->pdev, format, &props); in zink_is_depth_format_supported()
1754 VKSCR(GetPhysicalDeviceFormatProperties)(screen->pdev, format, &screen->format_props[i]); in populate_format_props()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2081 - anv: Use the common wrapper for GetPhysicalDeviceFormatProperties
D22.2.0.rst309 - v3dv/format: no need for GetPhysicalDeviceFormatProperties