Searched refs:GetPhysicalDeviceFeatures (Results 1 - 14 of 14) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | terminator.c | 73 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 D | trampoline.c | 920 disp->GetPhysicalDeviceFeatures(unwrapped_phys_dev, pFeatures); in vkGetPhysicalDeviceFeatures()
|
/third_party/skia/tests/ |
H A D | VkPriorityExtensionTest.cpp | 125 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 59 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures = nullptr; member
|
H A D | VulkanFunctions.cpp | 69 GET_INSTANCE_PROC(GetPhysicalDeviceFeatures); in LoadInstanceProcs()
|
H A D | VulkanInfo.cpp | 263 vkFunctions.GetPhysicalDeviceFeatures(physicalDevice, &info.features); in GatherDeviceInfo()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 217 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures; member
|
H A D | vk_layer_dispatch_table.h | 43 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures; member
|
H A D | vk_dispatch_table_helper.h | 755 table->GetPhysicalDeviceFeatures = (PFN_vkGetPhysicalDeviceFeatures)gpa(instance, "vkGetPhysicalDeviceFeatures"); in layer_init_instance_dispatch_table()
|
H A D | vk_loader_extensions.c | 71 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 D | GrVkInterface.cpp | 36 ACQUIRE_PROC(GetPhysicalDeviceFeatures, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/third_party/skia/tools/gpu/vk/ |
H A D | VkTestUtils.cpp | 544 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 740 table->GetPhysicalDeviceFeatures = (PFN_vkGetPhysicalDeviceFeatures)gpa(instance, "vkGetPhysicalDeviceFeatures"); in layer_init_instance_dispatch_table()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1911 pdev->vk.dispatch_table.GetPhysicalDeviceFeatures(physicalDevice, &supported_features); in check_physical_device_features()
|
Completed in 47 milliseconds