/third_party/skia/tools/gpu/vk/ |
H A D | VkTestHelper.h | 44 DECLARE_VK_PROC(GetPhysicalDeviceMemoryProperties);
|
H A D | VkTestHelper.cpp | 67 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceMemoryProperties) in init()
|
H A D | VkYcbcrSamplerHelper.cpp | 96 GR_VK_CALL(vkGpu->vkInterface(), GetPhysicalDeviceMemoryProperties(vkGpu->physicalDevice(), in createBackendTexture()
|
/third_party/vulkan-loader/loader/ |
H A D | terminator.c | 64 if (NULL != icd_term->dispatch.GetPhysicalDeviceMemoryProperties) { in terminator_GetPhysicalDeviceMemoryProperties() 65 icd_term->dispatch.GetPhysicalDeviceMemoryProperties(phys_dev_term->phys_dev, pProperties); in terminator_GetPhysicalDeviceMemoryProperties() 412 icd_term->dispatch.GetPhysicalDeviceMemoryProperties(phys_dev_term->phys_dev, &pMemoryProperties->memoryProperties); in terminator_GetPhysicalDeviceMemoryProperties2()
|
H A D | trampoline.c | 993 disp->GetPhysicalDeviceMemoryProperties(unwrapped_phys_dev, pMemoryProperties); in vkGetPhysicalDeviceMemoryProperties()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vulkan_filter.c | 89 vk->GetPhysicalDeviceMemoryProperties(s->hwctx->phys_dev, &s->mprops); in ff_vk_filter_config_input()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 68 MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetPhysicalDeviceMemoryProperties) \
|
H A D | hwcontext_vulkan.c | 1521 vk->GetPhysicalDeviceMemoryProperties(hwctx->phys_dev, &p->mprops); in vulkan_device_init()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMemory.cpp | 28 VK_CALL(gpu, GetPhysicalDeviceMemoryProperties(physicalDevice, &memProperties)); in FindMemoryType()
|
H A D | GrVkAMDMemoryAllocator.cpp | 55 GR_COPY_FUNCTION(GetPhysicalDeviceMemoryProperties); in Make()
|
H A D | GrVkInterface.cpp | 41 ACQUIRE_PROC(GetPhysicalDeviceMemoryProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
|
H A D | GrVkCaps.cpp | 305 GR_VK_CALL(vkInterface, GetPhysicalDeviceMemoryProperties(physDev, &memoryProperties)); in init()
|
H A D | GrVkGpu.cpp | 246 VK_CALL(GetPhysicalDeviceMemoryProperties(backendContext.fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 63 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties = nullptr; member
|
H A D | VulkanFunctions.cpp | 72 GET_INSTANCE_PROC(GetPhysicalDeviceMemoryProperties); in LoadInstanceProcs()
|
H A D | VulkanInfo.cpp | 152 vkFunctions.GetPhysicalDeviceMemoryProperties(physicalDevice, &memory); in GatherDeviceInfo()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 222 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties; member
|
H A D | vk_layer_dispatch_table.h | 48 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties; member
|
H A D | vk_dispatch_table_helper.h | 763 table->GetPhysicalDeviceMemoryProperties = in layer_init_instance_dispatch_table()
|
H A D | vk_loader_extensions.c | 76 LOOKUP_REQUIRED_GIPA(GetPhysicalDeviceMemoryProperties); in loader_icd_init_entries() 1234 table->GetPhysicalDeviceMemoryProperties = (PFN_vkGetPhysicalDeviceMemoryProperties)gpa(inst, "vkGetPhysicalDeviceMemoryProperties"); in loader_init_instance_core_dispatch_table() 3015 if (!strcmp(name, "GetPhysicalDeviceMemoryProperties")) return (void *)table->GetPhysicalDeviceMemoryProperties; in loader_lookup_instance_dispatch_table() 12072 .GetPhysicalDeviceMemoryProperties = terminator_GetPhysicalDeviceMemoryProperties,
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A 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/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 748 table->GetPhysicalDeviceMemoryProperties = in layer_init_instance_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 1015 data->instance->pd_vtable.GetPhysicalDeviceMemoryProperties(data->physical_device, &prop); in vk_memory_type()
|