Searched refs:GetPhysicalDeviceFeatures2 (Results 1 - 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.cpp | 106 GET_INSTANCE_PROC(GetPhysicalDeviceFeatures2); in LoadInstanceProcs() 114 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceFeatures2, KHR); in LoadInstanceProcs()
|
H A D | VulkanFunctions.h | 107 PFN_vkGetPhysicalDeviceFeatures2 GetPhysicalDeviceFeatures2 = nullptr; member
|
H A D | VulkanInfo.cpp | 259 vkFunctions.GetPhysicalDeviceFeatures2(physicalDevice, &features2); in GatherDeviceInfo()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 59 MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetPhysicalDeviceFeatures2) \
|
H A D | hwcontext_vulkan.c | 1358 vk->GetPhysicalDeviceFeatures2(hwctx->phys_dev, &dev_features); in vulkan_device_create_internal()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_physical_device.c | 111 pdevice->dispatch_table.GetPhysicalDeviceFeatures2(physicalDevice, in vk_common_GetPhysicalDeviceFeatures()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.cpp | 174 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 D | vk_loader_extensions.h | 233 PFN_vkGetPhysicalDeviceFeatures2 GetPhysicalDeviceFeatures2; member
|
H A D | vk_layer_dispatch_table.h | 60 PFN_vkGetPhysicalDeviceFeatures2 GetPhysicalDeviceFeatures2; member
|
H A D | vk_dispatch_table_helper.h | 772 table->GetPhysicalDeviceFeatures2 = (PFN_vkGetPhysicalDeviceFeatures2)gpa(instance, "vkGetPhysicalDeviceFeatures2"); in layer_init_instance_dispatch_table()
|
H A D | vk_loader_extensions.c | 84 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 D | VkTestUtils.cpp | 405 ACQUIRE_VK_PROC_LOCAL(GetPhysicalDeviceFeatures2, inst, VK_NULL_HANDLE); in setup_features()
|
/third_party/vulkan-loader/loader/ |
H A D | terminator.c | 141 fpGetPhysicalDeviceFeatures2 = icd_term->dispatch.GetPhysicalDeviceFeatures2; in terminator_GetPhysicalDeviceFeatures2()
|
H A D | trampoline.c | 2655 disp->GetPhysicalDeviceFeatures2(unwrapped_phys_dev, pFeatures); in vkGetPhysicalDeviceFeatures2()
|
H A D | loader.c | 5815 // 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 D | vk_dispatch_table_helper.h | 757 table->GetPhysicalDeviceFeatures2 = (PFN_vkGetPhysicalDeviceFeatures2)gpa(instance, "vkGetPhysicalDeviceFeatures2"); in layer_init_instance_dispatch_table()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_layer_tests.cpp | 2046 layer.instance_dispatch_table.GetPhysicalDeviceFeatures2(phys_dev, &features2); in TEST()
|
Completed in 66 milliseconds