Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceSurfaceFormatsKHR (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanInfo.cpp301 VkResult result = VkResult::WrapUnsafe(vkFunctions.GetPhysicalDeviceSurfaceFormatsKHR( in GatherSurfaceInfo()
308 DAWN_TRY(CheckVkSuccess(vkFunctions.GetPhysicalDeviceSurfaceFormatsKHR( in GatherSurfaceInfo()
H A DVulkanFunctions.h91 PFN_vkGetPhysicalDeviceSurfaceFormatsKHR GetPhysicalDeviceSurfaceFormatsKHR = nullptr; member
H A DVulkanFunctions.cpp127 GET_INSTANCE_PROC(GetPhysicalDeviceSurfaceFormatsKHR); in LoadInstanceProcs()
/third_party/vulkan-loader/loader/
H A Dwsi.c331 // This is the trampoline entrypoint for GetPhysicalDeviceSurfaceFormatsKHR
345 return disp->GetPhysicalDeviceSurfaceFormatsKHR(unwrapped_phys_dev, surface, pSurfaceFormatCount, pSurfaceFormats); in vkGetPhysicalDeviceSurfaceFormatsKHR()
349 // GetPhysicalDeviceSurfaceFormatsKHR
369 if (NULL == icd_term->dispatch.GetPhysicalDeviceSurfaceFormatsKHR) { in terminator_GetPhysicalDeviceSurfaceFormatsKHR()
380 return icd_term->dispatch.GetPhysicalDeviceSurfaceFormatsKHR(phys_dev_term->phys_dev, in terminator_GetPhysicalDeviceSurfaceFormatsKHR()
385 return icd_term->dispatch.GetPhysicalDeviceSurfaceFormatsKHR(phys_dev_term->phys_dev, surface, pSurfaceFormatCount, in terminator_GetPhysicalDeviceSurfaceFormatsKHR()
2803 if (NULL == icd_term->dispatch.GetPhysicalDeviceSurfaceFormatsKHR) { in terminator_GetPhysicalDeviceSurfaceFormats2KHR()
2812 return icd_term->dispatch.GetPhysicalDeviceSurfaceFormatsKHR(phys_dev_term->phys_dev, surface, pSurfaceFormatCount, in terminator_GetPhysicalDeviceSurfaceFormats2KHR()
2821 VkResult res = icd_term->dispatch.GetPhysicalDeviceSurfaceFormatsKHR(phys_dev_term->phys_dev, surface, in terminator_GetPhysicalDeviceSurfaceFormats2KHR()
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp109 GET_PROC(GetPhysicalDeviceSurfaceFormatsKHR); in initializeContext()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h251 PFN_vkGetPhysicalDeviceSurfaceFormatsKHR GetPhysicalDeviceSurfaceFormatsKHR; member
H A Dvk_layer_dispatch_table.h78 PFN_vkGetPhysicalDeviceSurfaceFormatsKHR GetPhysicalDeviceSurfaceFormatsKHR; member
H A Dvk_dispatch_table_helper.h797 table->GetPhysicalDeviceSurfaceFormatsKHR = in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c102 LOOKUP_GIPA(GetPhysicalDeviceSurfaceFormatsKHR); in loader_icd_init_entries()
1265 table->GetPhysicalDeviceSurfaceFormatsKHR = (PFN_vkGetPhysicalDeviceSurfaceFormatsKHR)gpa(inst, "vkGetPhysicalDeviceSurfaceFormatsKHR"); in loader_init_instance_extension_dispatch_table()
3041 if (!strcmp(name, "GetPhysicalDeviceSurfaceFormatsKHR")) return (void *)table->GetPhysicalDeviceSurfaceFormatsKHR; in loader_lookup_instance_dispatch_table()
12098 .GetPhysicalDeviceSurfaceFormatsKHR = terminator_GetPhysicalDeviceSurfaceFormatsKHR,
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp3562 PFN_vkGetPhysicalDeviceSurfaceFormatsKHR GetPhysicalDeviceSurfaceFormatsKHR = in TEST() local
3564 ASSERT_NE(GetPhysicalDeviceSurfaceFormatsKHR, nullptr); in TEST()
3584 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceSurfaceFormatsKHR(physical_device, surface, &count_1, nullptr)); in TEST()
3587 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceSurfaceFormatsKHR(physical_device, surface, &count_1, props.data())); in TEST()
3666 PFN_vkGetPhysicalDeviceSurfaceFormatsKHR GetPhysicalDeviceSurfaceFormatsKHR = in TEST() local
3668 ASSERT_NE(GetPhysicalDeviceSurfaceFormatsKHR, nullptr); in TEST()
3689 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceSurfaceFormatsKHR(physical_devices[dev], surface, &count_1, nullptr)); in TEST()
3692 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceSurfaceFormatsKHR(physical_devices[dev], surface, &count_1, props.data())); in TEST()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h782 table->GetPhysicalDeviceSurfaceFormatsKHR = in layer_init_instance_dispatch_table()

Completed in 47 milliseconds