Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceFeatures2 (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.cpp106 GET_INSTANCE_PROC(GetPhysicalDeviceFeatures2); in LoadInstanceProcs()
114 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceFeatures2, KHR); in LoadInstanceProcs()
H A DVulkanFunctions.h107 PFN_vkGetPhysicalDeviceFeatures2 GetPhysicalDeviceFeatures2 = nullptr; member
H A DVulkanInfo.cpp259 vkFunctions.GetPhysicalDeviceFeatures2(physicalDevice, &features2); in GatherDeviceInfo()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h59 MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetPhysicalDeviceFeatures2) \
H A Dhwcontext_vulkan.c1358 vk->GetPhysicalDeviceFeatures2(hwctx->phys_dev, &dev_features); in vulkan_device_create_internal()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device.c111 pdevice->dispatch_table.GetPhysicalDeviceFeatures2(physicalDevice, in vk_common_GetPhysicalDeviceFeatures()
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp174 ACQUIRE_PROC(GetPhysicalDeviceFeatures2, instance, VK_NULL_HANDLE); in GrVkInterface()
183 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceFeatures2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h233 PFN_vkGetPhysicalDeviceFeatures2 GetPhysicalDeviceFeatures2; member
H A Dvk_layer_dispatch_table.h60 PFN_vkGetPhysicalDeviceFeatures2 GetPhysicalDeviceFeatures2; member
H A Dvk_dispatch_table_helper.h772 table->GetPhysicalDeviceFeatures2 = (PFN_vkGetPhysicalDeviceFeatures2)gpa(instance, "vkGetPhysicalDeviceFeatures2"); in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c84 LOOKUP_GIPA(GetPhysicalDeviceFeatures2); in loader_icd_init_entries()
1242 table->GetPhysicalDeviceFeatures2 = (PFN_vkGetPhysicalDeviceFeatures2)gpa(inst, "vkGetPhysicalDeviceFeatures2"); in loader_init_instance_core_dispatch_table()
3023 if (!strcmp(name, "GetPhysicalDeviceFeatures2")) return (void *)table->GetPhysicalDeviceFeatures2; in loader_lookup_instance_dispatch_table()
12080 .GetPhysicalDeviceFeatures2 = terminator_GetPhysicalDeviceFeatures2,
/third_party/skia/tools/gpu/vk/
H A DVkTestUtils.cpp405 ACQUIRE_VK_PROC_LOCAL(GetPhysicalDeviceFeatures2, inst, VK_NULL_HANDLE); in setup_features()
/third_party/vulkan-loader/loader/
H A Dterminator.c141 fpGetPhysicalDeviceFeatures2 = icd_term->dispatch.GetPhysicalDeviceFeatures2; in terminator_GetPhysicalDeviceFeatures2()
H A Dtrampoline.c2655 disp->GetPhysicalDeviceFeatures2(unwrapped_phys_dev, pFeatures); in vkGetPhysicalDeviceFeatures2()
H A Dloader.c5815 // if (icd_term->dispatch.GetPhysicalDeviceFeatures2 == NULL && icd_term->dispatch.GetPhysicalDeviceFeatures2KHR == NULL) {
5823 if (icd_term->dispatch.GetPhysicalDeviceFeatures2 == NULL &&
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h757 table->GetPhysicalDeviceFeatures2 = (PFN_vkGetPhysicalDeviceFeatures2)gpa(instance, "vkGetPhysicalDeviceFeatures2"); in layer_init_instance_dispatch_table()
/third_party/vulkan-loader/tests/
H A Dloader_layer_tests.cpp2046 layer.instance_dispatch_table.GetPhysicalDeviceFeatures2(phys_dev, &features2); in TEST()

Completed in 68 milliseconds