Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceProperties2 (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanExtensions.cpp35 {InstanceExt::GetPhysicalDeviceProperties2, "VK_KHR_get_physical_device_properties2",
89 case InstanceExt::GetPhysicalDeviceProperties2: in EnsureDependencies()
98 hasDependencies = HasDep(InstanceExt::GetPhysicalDeviceProperties2); in EnsureDependencies()
136 {DeviceExt::GetPhysicalDeviceProperties2, "VK_KHR_get_physical_device_properties2",
210 case DeviceExt::GetPhysicalDeviceProperties2: in EnsureDependencies()
211 hasDependencies = instanceExts[InstanceExt::GetPhysicalDeviceProperties2]; in EnsureDependencies()
215 HasDep(DeviceExt::GetPhysicalDeviceProperties2); in EnsureDependencies()
219 HasDep(DeviceExt::GetPhysicalDeviceProperties2); in EnsureDependencies()
224 HasDep(DeviceExt::GetPhysicalDeviceProperties2) && in EnsureDependencies()
237 HasDep(DeviceExt::GetPhysicalDeviceProperties2); in EnsureDependencies()
[all …]
DVulkanExtensions.h28 GetPhysicalDeviceProperties2, enumerator
78 GetPhysicalDeviceProperties2, enumerator
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()
DVulkanInfo.cpp257 if (info.extensions[DeviceExt::GetPhysicalDeviceProperties2]) { in GatherDeviceInfo()
258 vkFunctions.GetPhysicalDeviceProperties2(physicalDevice, &properties2); in GatherDeviceInfo()
DVulkanFunctions.h108 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2 = nullptr; member
DDeviceVk.cpp445 if (mDeviceInfo.HasExt(DeviceExt::GetPhysicalDeviceProperties2)) { in CreateDevice()
/third_party/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_layer.c54 PFN_vkGetPhysicalDeviceProperties2 GetPhysicalDeviceProperties2; member
179 DEVSEL_GET_CB(GetPhysicalDeviceProperties2); in device_select_CreateInstance()
200 … if (info->GetPhysicalDeviceProperties2 && properties->properties.apiVersion >= VK_API_VERSION_1_1) in get_device_properties()
201 info->GetPhysicalDeviceProperties2(device, properties); in get_device_properties()
/third_party/mesa3d/src/vulkan/util/
Dvk_physical_device.c124 pdevice->dispatch_table.GetPhysicalDeviceProperties2(physicalDevice, in vk_common_GetPhysicalDeviceProperties()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp173 ACQUIRE_PROC(GetPhysicalDeviceProperties2, instance, VK_NULL_HANDLE); in GrVkInterface()
182 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface()
DGrVkCaps.cpp660 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties2(physDev, &props)); in initGrCaps()
/third_party/flutter/skia/src/gpu/vk/
DGrVkInterface.cpp173 ACQUIRE_PROC(GetPhysicalDeviceProperties2, instance, VK_NULL_HANDLE); in GrVkInterface()
182 ACQUIRE_PROC_SUFFIX(GetPhysicalDeviceProperties2, KHR, instance, VK_NULL_HANDLE); in GrVkInterface()
DGrVkCaps.cpp534 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties2(physDev, &props)); in initGrCaps()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c59 WSI_GET_CB(GetPhysicalDeviceProperties2); in wsi_device_init()
70 GetPhysicalDeviceProperties2(pdevice, &pdp2); in wsi_device_init()
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp54 ITEM(GetPhysicalDeviceProperties2)\