Searched refs:GetPhysicalDeviceMemoryProperties (Results 1 – 20 of 20) 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/flutter/skia/tests/ |
D | VkYcbcrSamplerTest.cpp | 67 DECLARE_VK_PROC(GetPhysicalDeviceMemoryProperties); 158 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceMemoryProperties) in init()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 61 GET_INSTANCE_PROC(GetPhysicalDeviceMemoryProperties); in LoadInstanceProcs()
|
D | VulkanInfo.cpp | 159 vkFunctions.GetPhysicalDeviceMemoryProperties(physicalDevice, &memory); in GatherDeviceInfo()
|
D | VulkanFunctions.h | 60 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties = nullptr; member
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 25 GR_COPY_FUNCTION(GetPhysicalDeviceMemoryProperties); in GrVkAMDMemoryAllocator()
|
D | GrVkInterface.cpp | 41 ACQUIRE_PROC(GetPhysicalDeviceMemoryProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
|
D | GrVkCaps.cpp | 271 GR_VK_CALL(vkInterface, GetPhysicalDeviceMemoryProperties(physDev, &memoryProperties)); in init()
|
D | GrVkGpu.cpp | 220 VK_CALL(GetPhysicalDeviceMemoryProperties(backendContext.fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()
|
/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 | 299 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 | VulkanInfo.cpp | 152 vkFunctions.GetPhysicalDeviceMemoryProperties(physicalDevice, &memory); in GatherDeviceInfo()
|
D | VulkanFunctions.h | 63 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties = nullptr; member
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.c | 60 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/ |
D | overlay.cpp | 1015 data->instance->pd_vtable.GetPhysicalDeviceMemoryProperties(data->physical_device, &prop); in vk_memory_type()
|