Searched refs:GetPhysicalDeviceProperties (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/src/vulkan/device-select-layer/ |
D | device_select_layer.c | 53 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties; member 176 DEVSEL_GET_CB(GetPhysicalDeviceProperties); in device_select_CreateInstance() 198 info->GetPhysicalDeviceProperties(device, &properties->properties); in get_device_properties() 519 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/flutter/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 123 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/third_party/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()
|
D | GrVkGpu.cpp | 219 VK_CALL(GetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &fPhysDevProps)); in GrVkGpu()
|
/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()
|
D | GrVkGpu.cpp | 227 VK_CALL(GetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &fPhysDevProps)); in GrVkGpu()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 73 GET_INSTANCE_PROC(GetPhysicalDeviceProperties); in LoadInstanceProcs()
|
D | VulkanInfo.cpp | 147 vkFunctions.GetPhysicalDeviceProperties(physicalDevice, &info.properties); in GatherDeviceInfo()
|
D | VulkanFunctions.h | 64 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties = nullptr; member
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 542 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 527 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2510 instance_data->pd_vtable.GetPhysicalDeviceProperties(device_data->physical_device, in overlay_CreateDevice()
|