Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceFeatures (Results 1 - 14 of 14) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dterminator.c73 if (NULL != icd_term->dispatch.GetPhysicalDeviceFeatures) { in terminator_GetPhysicalDeviceFeatures()
74 icd_term->dispatch.GetPhysicalDeviceFeatures(phys_dev_term->phys_dev, pFeatures); in terminator_GetPhysicalDeviceFeatures()
157 icd_term->dispatch.GetPhysicalDeviceFeatures(phys_dev_term->phys_dev, &pFeatures->features); in terminator_GetPhysicalDeviceFeatures2()
H A Dtrampoline.c920 disp->GetPhysicalDeviceFeatures(unwrapped_phys_dev, pFeatures); in vkGetPhysicalDeviceFeatures()
/third_party/skia/tests/
H A DVkPriorityExtensionTest.cpp125 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h59 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures = nullptr; member
H A DVulkanFunctions.cpp69 GET_INSTANCE_PROC(GetPhysicalDeviceFeatures); in LoadInstanceProcs()
H A DVulkanInfo.cpp263 vkFunctions.GetPhysicalDeviceFeatures(physicalDevice, &info.features); in GatherDeviceInfo()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h217 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures; member
H A Dvk_layer_dispatch_table.h43 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures; member
H A Dvk_dispatch_table_helper.h755 table->GetPhysicalDeviceFeatures = (PFN_vkGetPhysicalDeviceFeatures)gpa(instance, "vkGetPhysicalDeviceFeatures"); in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c71 LOOKUP_REQUIRED_GIPA(GetPhysicalDeviceFeatures); in loader_icd_init_entries()
1229 table->GetPhysicalDeviceFeatures = (PFN_vkGetPhysicalDeviceFeatures)gpa(inst, "vkGetPhysicalDeviceFeatures"); in loader_init_instance_core_dispatch_table()
3010 if (!strcmp(name, "GetPhysicalDeviceFeatures")) return (void *)table->GetPhysicalDeviceFeatures; in loader_lookup_instance_dispatch_table()
12067 .GetPhysicalDeviceFeatures = terminator_GetPhysicalDeviceFeatures,
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp36 ACQUIRE_PROC(GetPhysicalDeviceFeatures, instance, VK_NULL_HANDLE); in GrVkInterface()
/third_party/skia/tools/gpu/vk/
H A DVkTestUtils.cpp544 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h740 table->GetPhysicalDeviceFeatures = (PFN_vkGetPhysicalDeviceFeatures)gpa(instance, "vkGetPhysicalDeviceFeatures"); in layer_init_instance_dispatch_table()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1911 pdev->vk.dispatch_table.GetPhysicalDeviceFeatures(physicalDevice, &supported_features); in check_physical_device_features()

Completed in 47 milliseconds