Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceMemoryProperties (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/tools/gpu/vk/
DVkTestHelper.h44 DECLARE_VK_PROC(GetPhysicalDeviceMemoryProperties);
DVkTestHelper.cpp67 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceMemoryProperties) in init()
DVkYcbcrSamplerHelper.cpp96 GR_VK_CALL(vkGpu->vkInterface(), GetPhysicalDeviceMemoryProperties(vkGpu->physicalDevice(), in createBackendTexture()
/third_party/vulkan-loader/loader/
Dterminator.c62 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()
Dtrampoline.c841 disp->GetPhysicalDeviceMemoryProperties(unwrapped_phys_dev, pMemoryProperties); in vkGetPhysicalDeviceMemoryProperties()
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp40 GR_COPY_FUNCTION(GetPhysicalDeviceMemoryProperties); in Make()
DGrVkInterface.cpp41 ACQUIRE_PROC(GetPhysicalDeviceMemoryProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
DGrVkCaps.cpp305 GR_VK_CALL(vkInterface, GetPhysicalDeviceMemoryProperties(physDev, &memoryProperties)); in init()
DGrVkGpu.cpp228 VK_CALL(GetPhysicalDeviceMemoryProperties(backendContext.fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp72 GET_INSTANCE_PROC(GetPhysicalDeviceMemoryProperties); in LoadInstanceProcs()
DVulkanFunctions.h63 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties = nullptr; member
DVulkanInfo.cpp152 vkFunctions.GetPhysicalDeviceMemoryProperties(physicalDevice, &memory); in GatherDeviceInfo()
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h220 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties; member
Dvk_layer_dispatch_table.h43 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties; member
Dvk_loader_extensions.c71 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,
Dvk_dispatch_table_helper.h1340 …table->GetPhysicalDeviceMemoryProperties = (PFN_vkGetPhysicalDeviceMemoryProperties) gpa(instance,… in layer_init_instance_dispatch_table()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c83 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/
Doverlay.cpp1015 data->instance->pd_vtable.GetPhysicalDeviceMemoryProperties(data->physical_device, &prop); in vk_memory_type()
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst2045 - radv: Use common GetPhysicalDeviceMemoryProperties