/third_party/vulkan-loader/loader/ |
D | terminator.c | 43 if (NULL != icd_term->dispatch.GetPhysicalDeviceProperties) { in terminator_GetPhysicalDeviceProperties() 44 icd_term->dispatch.GetPhysicalDeviceProperties(phys_dev_term->phys_dev, pProperties); in terminator_GetPhysicalDeviceProperties() 209 … icd_term->dispatch.GetPhysicalDeviceProperties(phys_dev_term->phys_dev, &pProperties->properties); in terminator_GetPhysicalDeviceProperties2() 636 if (icd_term->dispatch.GetPhysicalDeviceProperties) { in terminator_GetPhysicalDeviceToolProperties() 637 icd_term->dispatch.GetPhysicalDeviceProperties(phys_dev_term->phys_dev, &properties); in terminator_GetPhysicalDeviceToolProperties()
|
D | loader_linux.c | 263 …icd_term->dispatch.GetPhysicalDeviceProperties(sorted_device_info[index].physical_device, &dev_pro… in linux_read_sorted_physical_devices() 365 …icd_term->dispatch.GetPhysicalDeviceProperties(sorted_group_term[group].internal_device_info[gpu].… in linux_sort_physical_device_groups()
|
/third_party/mesa3d/src/vulkan/device-select-layer/ |
D | device_select_layer.c | 51 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties; member 173 DEVSEL_GET_CB(GetPhysicalDeviceProperties); in device_select_CreateInstance() 195 info->GetPhysicalDeviceProperties(device, &properties->properties); in get_device_properties() 584 info->GetPhysicalDeviceProperties(physical_device, &properties.properties); in device_select_EnumeratePhysicalDeviceGroups()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 62 GET_INSTANCE_PROC(GetPhysicalDeviceProperties); in LoadInstanceProcs()
|
D | VulkanInfo.cpp | 153 vkFunctions.GetPhysicalDeviceProperties(physicalDevice, &info.properties); in GatherDeviceInfo()
|
D | VulkanFunctions.h | 61 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties = nullptr; member
|
/third_party/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 123 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/third_party/flutter/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 123 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 24 GR_COPY_FUNCTION(GetPhysicalDeviceProperties); in GrVkAMDMemoryAllocator()
|
D | GrVkInterface.cpp | 39 ACQUIRE_PROC(GetPhysicalDeviceProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
|
D | GrVkCaps.cpp | 268 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &properties)); in init()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 39 GR_COPY_FUNCTION(GetPhysicalDeviceProperties); in Make()
|
D | GrVkInterface.cpp | 39 ACQUIRE_PROC(GetPhysicalDeviceProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
|
D | GrVkCaps.cpp | 296 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &properties)); in init()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 73 GET_INSTANCE_PROC(GetPhysicalDeviceProperties); in LoadInstanceProcs()
|
D | VulkanFunctions.h | 64 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties = nullptr; member
|
D | VulkanInfo.cpp | 147 vkFunctions.GetPhysicalDeviceProperties(physicalDevice, &info.properties); in GatherDeviceInfo()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.h | 218 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties; member
|
D | vk_layer_dispatch_table.h | 41 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties; member
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 595 device->physical->dispatch_table.GetPhysicalDeviceProperties( in vk_pipeline_cache_create()
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 527 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 542 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/third_party/vulkan-loader/tests/framework/layer/ |
D | test_layer.cpp | 353 layer.instance_dispatch_table.GetPhysicalDeviceProperties(physicalDevice, pProperties); in test_vkGetPhysicalDeviceProperties()
|
D | wrap_objects.cpp | 392 phys_dev->inst->layer_disp.GetPhysicalDeviceProperties(vk_phys_dev, pProperties); in vkGetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 1349 VKSCR(GetPhysicalDeviceProperties)(pdevs[i], &props); in choose_pdev() 1371 VKSCR(GetPhysicalDeviceProperties)(screen->pdev, &screen->info.props); in choose_pdev()
|