Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceMemoryProperties (Results 1 – 20 of 20) 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/flutter/skia/tests/
DVkYcbcrSamplerTest.cpp67 DECLARE_VK_PROC(GetPhysicalDeviceMemoryProperties);
158 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceMemoryProperties) in init()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp61 GET_INSTANCE_PROC(GetPhysicalDeviceMemoryProperties); in LoadInstanceProcs()
DVulkanInfo.cpp159 vkFunctions.GetPhysicalDeviceMemoryProperties(physicalDevice, &memory); in GatherDeviceInfo()
DVulkanFunctions.h60 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties = nullptr; member
/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp25 GR_COPY_FUNCTION(GetPhysicalDeviceMemoryProperties); in GrVkAMDMemoryAllocator()
DGrVkInterface.cpp41 ACQUIRE_PROC(GetPhysicalDeviceMemoryProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
DGrVkCaps.cpp271 GR_VK_CALL(vkInterface, GetPhysicalDeviceMemoryProperties(physDev, &memoryProperties)); in init()
DGrVkGpu.cpp220 VK_CALL(GetPhysicalDeviceMemoryProperties(backendContext.fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()
/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.cpp299 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()
DVulkanInfo.cpp152 vkFunctions.GetPhysicalDeviceMemoryProperties(physicalDevice, &memory); in GatherDeviceInfo()
DVulkanFunctions.h63 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties = nullptr; member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c60 WSI_GET_CB(GetPhysicalDeviceMemoryProperties); in wsi_device_init()
75 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()