Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceProperties (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_layer.c53 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/
DVulkanFunctions.cpp62 GET_INSTANCE_PROC(GetPhysicalDeviceProperties); in LoadInstanceProcs()
DVulkanInfo.cpp153 vkFunctions.GetPhysicalDeviceProperties(physicalDevice, &info.properties); in GatherDeviceInfo()
DVulkanFunctions.h61 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties = nullptr; member
/third_party/flutter/skia/tests/
DVkPriorityExtensionTest.cpp123 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/skia/tests/
DVkPriorityExtensionTest.cpp123 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp24 GR_COPY_FUNCTION(GetPhysicalDeviceProperties); in GrVkAMDMemoryAllocator()
DGrVkInterface.cpp39 ACQUIRE_PROC(GetPhysicalDeviceProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
DGrVkCaps.cpp268 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &properties)); in init()
DGrVkGpu.cpp219 VK_CALL(GetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &fPhysDevProps)); in GrVkGpu()
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp39 GR_COPY_FUNCTION(GetPhysicalDeviceProperties); in Make()
DGrVkInterface.cpp39 ACQUIRE_PROC(GetPhysicalDeviceProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
DGrVkCaps.cpp296 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &properties)); in init()
DGrVkGpu.cpp227 VK_CALL(GetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &fPhysDevProps)); in GrVkGpu()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp73 GET_INSTANCE_PROC(GetPhysicalDeviceProperties); in LoadInstanceProcs()
DVulkanInfo.cpp147 vkFunctions.GetPhysicalDeviceProperties(physicalDevice, &info.properties); in GatherDeviceInfo()
DVulkanFunctions.h64 PFN_vkGetPhysicalDeviceProperties GetPhysicalDeviceProperties = nullptr; member
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp542 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp527 ACQUIRE_VK_PROC(GetPhysicalDeviceProperties, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp2510 instance_data->pd_vtable.GetPhysicalDeviceProperties(device_data->physical_device, in overlay_CreateDevice()