Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceProperties2 (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanExtensions.cpp35 {InstanceExt::GetPhysicalDeviceProperties2, "VK_KHR_get_physical_device_properties2", member in dawn_native::vulkan::InstanceExt
89 case InstanceExt::GetPhysicalDeviceProperties2:
98 hasDependencies = HasDep(InstanceExt::GetPhysicalDeviceProperties2);
136 {DeviceExt::GetPhysicalDeviceProperties2, "VK_KHR_get_physical_device_properties2",
210 case DeviceExt::GetPhysicalDeviceProperties2:
211 hasDependencies = instanceExts[InstanceExt::GetPhysicalDeviceProperties2];
215 HasDep(DeviceExt::GetPhysicalDeviceProperties2);
219 HasDep(DeviceExt::GetPhysicalDeviceProperties2);
224 HasDep(DeviceExt::GetPhysicalDeviceProperties2) &&
237 HasDep(DeviceExt::GetPhysicalDeviceProperties2);
[all...]
H A DVulkanExtensions.h28 GetPhysicalDeviceProperties2, member in dawn_native::vulkan::InstanceExt
78 GetPhysicalDeviceProperties2, member in dawn_native::vulkan::DeviceExt
H A DVulkanFunctions.cpp107 GET_INSTANCE_PROC(GetPhysicalDeviceProperties2); in LoadInstanceProcs()
113 } else if (globalInfo.HasExt(InstanceExt::GetPhysicalDeviceProperties2)) { in LoadInstanceProcs()
115 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceProperties2, KHR); in LoadInstanceProcs()
H A DVulkanInfo.cpp218 // the extensions. DeviceExt::GetPhysicalDeviceProperties2 is guaranteed to be available in GatherDeviceInfo()
251 // If we have DeviceExt::GetPhysicalDeviceProperties2, use features2 and properties2 so in GatherDeviceInfo()
257 if (info.extensions[DeviceExt::GetPhysicalDeviceProperties2]) { in GatherDeviceInfo()
258 vkFunctions.GetPhysicalDeviceProperties2(physicalDevice, &properties2); in GatherDeviceInfo()
H A DVulkanFunctions.h108 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2 = nullptr; member
H A DDeviceVk.cpp320 // if HasExt(DeviceExt::GetPhysicalDeviceProperties2) is true. in CreateDevice()
443 // When we have DeviceExt::GetPhysicalDeviceProperties2, use features2 so that features not in CreateDevice()
445 if (mDeviceInfo.HasExt(DeviceExt::GetPhysicalDeviceProperties2)) { in CreateDevice()
/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c52 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2; member
176 DEVSEL_GET_CB(GetPhysicalDeviceProperties2); in device_select_CreateInstance()
197 if (info->GetPhysicalDeviceProperties2 && properties->properties.apiVersion >= VK_API_VERSION_1_1) in get_device_properties()
198 info->GetPhysicalDeviceProperties2(device, properties); in get_device_properties()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h67 MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetPhysicalDeviceProperties2) \
H A Dhwcontext_vulkan.c818 vk->GetPhysicalDeviceProperties2(devices[i], &prop[i]); in find_device()
1455 vk->GetPhysicalDeviceProperties2(hwctx->phys_dev, &p->props); in vulkan_device_init()
/third_party/vulkan-loader/loader/
H A Dloader_linux.c301 GetPhysDevProps2 = icd_term->dispatch.GetPhysicalDeviceProperties2; in linux_read_sorted_physical_devices()
404 GetPhysDevProps2 = icd_term->dispatch.GetPhysicalDeviceProperties2; in linux_sort_physical_device_groups()
H A Dterminator.c197 fpGetPhysicalDeviceProperties2 = icd_term->dispatch.GetPhysicalDeviceProperties2; in terminator_GetPhysicalDeviceProperties2()
H A Dloader_windows.c903 GetPhysDevProps2 = icd_phys_devs_array[i].icd_term->dispatch.GetPhysicalDeviceProperties2; in sort_physical_devices_with_same_luid()
H A Dtrampoline.c2674 disp->GetPhysicalDeviceProperties2(unwrapped_phys_dev, pProperties); in vkGetPhysicalDeviceProperties2()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device.c127 pdevice->dispatch_table.GetPhysicalDeviceProperties2(physicalDevice, in vk_common_GetPhysicalDeviceProperties()
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp175 ACQUIRE_PROC(GetPhysicalDeviceProperties2, instance, VK_NULL_HANDLE); in GrVkInterface()
184 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface()
H A DGrVkCaps.cpp671 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties2(physDev, &props)); in initGrCaps()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h234 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2; member
H A Dvk_layer_dispatch_table.h61 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2; member
H A Dvk_dispatch_table_helper.h773 table->GetPhysicalDeviceProperties2 = (PFN_vkGetPhysicalDeviceProperties2)gpa(instance, "vkGetPhysicalDeviceProperties2"); in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c85 LOOKUP_GIPA(GetPhysicalDeviceProperties2); in loader_icd_init_entries()
1243 table->GetPhysicalDeviceProperties2 = (PFN_vkGetPhysicalDeviceProperties2)gpa(inst, "vkGetPhysicalDeviceProperties2"); in loader_init_instance_core_dispatch_table()
3024 if (!strcmp(name, "GetPhysicalDeviceProperties2")) return (void *)table->GetPhysicalDeviceProperties2; in loader_lookup_instance_dispatch_table()
12081 .GetPhysicalDeviceProperties2 = terminator_GetPhysicalDeviceProperties2,
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c82 WSI_GET_CB(GetPhysicalDeviceProperties2); in wsi_device_init()
93 GetPhysicalDeviceProperties2(pdevice, &pdp2); in wsi_device_init()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp54 ITEM(GetPhysicalDeviceProperties2)\
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h758 table->GetPhysicalDeviceProperties2 = (PFN_vkGetPhysicalDeviceProperties2)gpa(instance, "vkGetPhysicalDeviceProperties2"); in layer_init_instance_dispatch_table()
/third_party/vulkan-loader/tests/
H A Dloader_layer_tests.cpp2014 // This test makes sure that any layer calling GetPhysicalDeviceProperties2 inside of CreateInstance
2016 TEST(LayerCreateInstance, GetPhysicalDeviceProperties2) { in TEST()
2042 layer.instance_dispatch_table.GetPhysicalDeviceProperties2(phys_dev, &props2); in TEST()

Completed in 112 milliseconds