Searched refs:GetPhysicalDeviceFormatProperties (Results 1 – 20 of 20) sorted by relevance
/third_party/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 43 DECLARE_VK_PROC(GetPhysicalDeviceFormatProperties);
|
D | VkTestHelper.cpp | 66 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceFormatProperties) in init()
|
D | VkYcbcrSamplerHelper.cpp | 59 GetPhysicalDeviceFormatProperties(vkGpu->physicalDevice(), in createBackendTexture()
|
/third_party/vulkan-loader/loader/ |
D | terminator.c | 80 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()
|
D | trampoline.c | 782 disp->GetPhysicalDeviceFormatProperties(unwrapped_phys_dev, format, pFormatInfo); in vkGetPhysicalDeviceFormatProperties()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 217 WSI_CB(GetPhysicalDeviceFormatProperties);
|
D | wsi_common_wayland.c | 123 display->wsi_wl->wsi->GetPhysicalDeviceFormatProperties(display->wsi_wl->physical_device, in wsi_wl_display_add_vk_format()
|
D | wsi_common.c | 156 WSI_GET_CB(GetPhysicalDeviceFormatProperties); in wsi_device_init()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 70 GET_INSTANCE_PROC(GetPhysicalDeviceFormatProperties); in LoadInstanceProcs()
|
D | AdapterVk.cpp | 50 mVulkanInstance->GetFunctions().GetPhysicalDeviceFormatProperties(mPhysicalDevice, format, in IsDepthStencilFormatSupported()
|
D | VulkanFunctions.h | 60 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties = nullptr; member
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.h | 216 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties; member
|
D | vk_layer_dispatch_table.h | 39 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties; member
|
D | vk_loader_extensions.c | 67 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,
|
D | vk_dispatch_table_helper.h | 1336 …table->GetPhysicalDeviceFormatProperties = (PFN_vkGetPhysicalDeviceFormatProperties) gpa(instance,… in layer_init_instance_dispatch_table()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 37 ACQUIRE_PROC(GetPhysicalDeviceFormatProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
|
D | GrVkCaps.cpp | 745 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/ |
D | zink_screen.c | 1473 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/ |
D | 21.3.0.rst | 2081 - anv: Use the common wrapper for GetPhysicalDeviceFormatProperties
|
D | 22.2.0.rst | 309 - v3dv/format: no need for GetPhysicalDeviceFormatProperties
|