Searched refs:GetPhysicalDeviceMemoryProperties (Results 1 – 19 of 19) sorted by relevance
/third_party/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 44 DECLARE_VK_PROC(GetPhysicalDeviceMemoryProperties);
|
D | VkTestHelper.cpp | 67 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceMemoryProperties) in init()
|
D | VkYcbcrSamplerHelper.cpp | 96 GR_VK_CALL(vkGpu->vkInterface(), GetPhysicalDeviceMemoryProperties(vkGpu->physicalDevice(), in createBackendTexture()
|
/third_party/vulkan-loader/loader/ |
D | terminator.c | 62 if (NULL != icd_term->dispatch.GetPhysicalDeviceMemoryProperties) { in terminator_GetPhysicalDeviceMemoryProperties() 63 icd_term->dispatch.GetPhysicalDeviceMemoryProperties(phys_dev_term->phys_dev, pProperties); in terminator_GetPhysicalDeviceMemoryProperties() 408 …icd_term->dispatch.GetPhysicalDeviceMemoryProperties(phys_dev_term->phys_dev, &pMemoryProperties->… in terminator_GetPhysicalDeviceMemoryProperties2()
|
D | trampoline.c | 841 disp->GetPhysicalDeviceMemoryProperties(unwrapped_phys_dev, pMemoryProperties); in vkGetPhysicalDeviceMemoryProperties()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 40 GR_COPY_FUNCTION(GetPhysicalDeviceMemoryProperties); in Make()
|
D | GrVkInterface.cpp | 41 ACQUIRE_PROC(GetPhysicalDeviceMemoryProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
|
D | GrVkCaps.cpp | 305 GR_VK_CALL(vkInterface, GetPhysicalDeviceMemoryProperties(physDev, &memoryProperties)); in init()
|
D | GrVkGpu.cpp | 228 VK_CALL(GetPhysicalDeviceMemoryProperties(backendContext.fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 72 GET_INSTANCE_PROC(GetPhysicalDeviceMemoryProperties); in LoadInstanceProcs()
|
D | VulkanFunctions.h | 63 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties = nullptr; member
|
D | VulkanInfo.cpp | 152 vkFunctions.GetPhysicalDeviceMemoryProperties(physicalDevice, &memory); in GatherDeviceInfo()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.h | 220 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties; member
|
D | vk_layer_dispatch_table.h | 43 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties; member
|
D | vk_loader_extensions.c | 71 LOOKUP_GIPA(GetPhysicalDeviceMemoryProperties, true); in loader_icd_init_entries() 1150 …table->GetPhysicalDeviceMemoryProperties = (PFN_vkGetPhysicalDeviceMemoryProperties)gpa(inst, "vkG… in loader_init_instance_core_dispatch_table() 2208 …ame, "GetPhysicalDeviceMemoryProperties")) return (void *)table->GetPhysicalDeviceMemoryProperties; in loader_lookup_instance_dispatch_table() 9789 .GetPhysicalDeviceMemoryProperties = terminator_GetPhysicalDeviceMemoryProperties,
|
D | vk_dispatch_table_helper.h | 1340 …table->GetPhysicalDeviceMemoryProperties = (PFN_vkGetPhysicalDeviceMemoryProperties) gpa(instance,… in layer_init_instance_dispatch_table()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.c | 83 WSI_GET_CB(GetPhysicalDeviceMemoryProperties); in wsi_device_init() 101 GetPhysicalDeviceMemoryProperties(pdevice, &wsi->memory_props); in wsi_device_init()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1015 data->instance->pd_vtable.GetPhysicalDeviceMemoryProperties(data->physical_device, &prop); in vk_memory_type()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.1.0.rst | 2045 - radv: Use common GetPhysicalDeviceMemoryProperties
|