Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceFormatProperties (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/tools/gpu/vk/
H A DVkTestHelper.h43 DECLARE_VK_PROC(GetPhysicalDeviceFormatProperties);
H A DVkTestHelper.cpp66 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceFormatProperties) in init()
H A DVkYcbcrSamplerHelper.cpp59 GetPhysicalDeviceFormatProperties(vkGpu->physicalDevice(), in createBackendTexture()
/third_party/vulkan-loader/loader/
H A Dterminator.c82 if (NULL != icd_term->dispatch.GetPhysicalDeviceFormatProperties) { in terminator_GetPhysicalDeviceFormatProperties()
83 icd_term->dispatch.GetPhysicalDeviceFormatProperties(phys_dev_term->phys_dev, format, pFormatInfo); in terminator_GetPhysicalDeviceFormatProperties()
276 icd_term->dispatch.GetPhysicalDeviceFormatProperties(phys_dev_term->phys_dev, format, &pFormatProperties->formatProperties); in terminator_GetPhysicalDeviceFormatProperties2()
H A Dtrampoline.c934 disp->GetPhysicalDeviceFormatProperties(unwrapped_phys_dev, format, pFormatInfo); in vkGetPhysicalDeviceFormatProperties()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h217 WSI_CB(GetPhysicalDeviceFormatProperties);
H A Dwsi_common_wayland.c123 display->wsi_wl->wsi->GetPhysicalDeviceFormatProperties(display->wsi_wl->physical_device, in wsi_wl_display_add_vk_format()
H A Dwsi_common.c156 WSI_GET_CB(GetPhysicalDeviceFormatProperties); in wsi_device_init()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp50 mVulkanInstance->GetFunctions().GetPhysicalDeviceFormatProperties(mPhysicalDevice, format, in IsDepthStencilFormatSupported()
H A DVulkanFunctions.h60 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties = nullptr; member
H A DVulkanFunctions.cpp70 GET_INSTANCE_PROC(GetPhysicalDeviceFormatProperties); in LoadInstanceProcs()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h218 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties; member
H A Dvk_layer_dispatch_table.h44 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties; member
H A Dvk_dispatch_table_helper.h756 table->GetPhysicalDeviceFormatProperties = in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c72 LOOKUP_REQUIRED_GIPA(GetPhysicalDeviceFormatProperties); in loader_icd_init_entries()
1230 table->GetPhysicalDeviceFormatProperties = (PFN_vkGetPhysicalDeviceFormatProperties)gpa(inst, "vkGetPhysicalDeviceFormatProperties"); in loader_init_instance_core_dispatch_table()
3011 if (!strcmp(name, "GetPhysicalDeviceFormatProperties")) return (void *)table->GetPhysicalDeviceFormatProperties; in loader_lookup_instance_dispatch_table()
12068 .GetPhysicalDeviceFormatProperties = terminator_GetPhysicalDeviceFormatProperties,
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp37 ACQUIRE_PROC(GetPhysicalDeviceFormatProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
H A DGrVkCaps.cpp747 GR_VK_CALL(interface, GetPhysicalDeviceFormatProperties(physDev, format, &props)); in stencil_format_supported()
1415 GR_VK_CALL(interface, GetPhysicalDeviceFormatProperties(physDev, format, &props)); in init()
/third_party/mesa3d/src/gallium/drivers/zink/
H A 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/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h741 table->GetPhysicalDeviceFormatProperties = in layer_init_instance_dispatch_table()

Completed in 51 milliseconds