Searched refs:GetPhysicalDeviceMemoryProperties (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 24 GR_COPY_FUNCTION(GetPhysicalDeviceMemoryProperties); in GrVkAMDMemoryAllocator()
|
D | GrVkCaps.cpp | 273 GR_VK_CALL(vkInterface, GetPhysicalDeviceMemoryProperties(physDev, &memoryProperties)); in init()
|
D | GrVkInterface.cpp | 41 ACQUIRE_PROC(GetPhysicalDeviceMemoryProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
|
D | GrVkGpu.cpp | 193 VK_CALL(GetPhysicalDeviceMemoryProperties(backendContext.fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()
|
/external/skqp/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 24 GR_COPY_FUNCTION(GetPhysicalDeviceMemoryProperties); in GrVkAMDMemoryAllocator()
|
D | GrVkCaps.cpp | 240 GR_VK_CALL(vkInterface, GetPhysicalDeviceMemoryProperties(physDev, &memoryProperties)); in init()
|
D | GrVkInterface.cpp | 41 ACQUIRE_PROC(GetPhysicalDeviceMemoryProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
|
D | GrVkGpu.cpp | 193 VK_CALL(GetPhysicalDeviceMemoryProperties(backendContext.fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.c | 40 WSI_GET_CB(GetPhysicalDeviceMemoryProperties); in wsi_device_init() 44 GetPhysicalDeviceMemoryProperties(pdevice, &wsi->memory_props); in wsi_device_init()
|
/external/vulkan-validation-layers/layers/ |
D | gpu_validation.cpp | 127 const VkPhysicalDeviceMemoryProperties *props = dev_data_->GetPhysicalDeviceMemoryProperties(); in MemoryTypeFromProperties()
|
D | core_validation.h | 520 const VkPhysicalDeviceMemoryProperties* GetPhysicalDeviceMemoryProperties();
|
D | core_validation.cpp | 2470 … instance_dispatch_table.GetPhysicalDeviceMemoryProperties(gpu, &core_checks->phys_dev_mem_props); in PostCallRecordCreateDevice() 5014 const VkPhysicalDeviceMemoryProperties *CoreChecks::GetPhysicalDeviceMemoryProperties() { return &p… in GetPhysicalDeviceMemoryProperties() function in CoreChecks
|