Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceMemoryProperties (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/tools/gpu/vk/
H A DVkTestHelper.h44 DECLARE_VK_PROC(GetPhysicalDeviceMemoryProperties);
H A DVkTestHelper.cpp67 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceMemoryProperties) in init()
H A DVkYcbcrSamplerHelper.cpp96 GR_VK_CALL(vkGpu->vkInterface(), GetPhysicalDeviceMemoryProperties(vkGpu->physicalDevice(), in createBackendTexture()
/third_party/vulkan-loader/loader/
H A Dterminator.c64 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 Dtrampoline.c993 disp->GetPhysicalDeviceMemoryProperties(unwrapped_phys_dev, pMemoryProperties); in vkGetPhysicalDeviceMemoryProperties()
/third_party/ffmpeg/libavfilter/
H A Dvulkan_filter.c89 vk->GetPhysicalDeviceMemoryProperties(s->hwctx->phys_dev, &s->mprops); in ff_vk_filter_config_input()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h68 MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetPhysicalDeviceMemoryProperties) \
H A Dhwcontext_vulkan.c1521 vk->GetPhysicalDeviceMemoryProperties(hwctx->phys_dev, &p->mprops); in vulkan_device_init()
/third_party/skia/src/gpu/vk/
H A DGrVkMemory.cpp28 VK_CALL(gpu, GetPhysicalDeviceMemoryProperties(physicalDevice, &memProperties)); in FindMemoryType()
H A DGrVkAMDMemoryAllocator.cpp55 GR_COPY_FUNCTION(GetPhysicalDeviceMemoryProperties); in Make()
H A DGrVkInterface.cpp41 ACQUIRE_PROC(GetPhysicalDeviceMemoryProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
H A DGrVkCaps.cpp305 GR_VK_CALL(vkInterface, GetPhysicalDeviceMemoryProperties(physDev, &memoryProperties)); in init()
H A DGrVkGpu.cpp246 VK_CALL(GetPhysicalDeviceMemoryProperties(backendContext.fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h63 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties = nullptr; member
H A DVulkanFunctions.cpp72 GET_INSTANCE_PROC(GetPhysicalDeviceMemoryProperties); in LoadInstanceProcs()
H A DVulkanInfo.cpp152 vkFunctions.GetPhysicalDeviceMemoryProperties(physicalDevice, &memory); in GatherDeviceInfo()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h222 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties; member
H A Dvk_layer_dispatch_table.h48 PFN_vkGetPhysicalDeviceMemoryProperties GetPhysicalDeviceMemoryProperties; member
H A Dvk_dispatch_table_helper.h763 table->GetPhysicalDeviceMemoryProperties = in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c76 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 Dwsi_common.c83 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 Dvk_dispatch_table_helper.h748 table->GetPhysicalDeviceMemoryProperties = in layer_init_instance_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1015 data->instance->pd_vtable.GetPhysicalDeviceMemoryProperties(data->physical_device, &prop); in vk_memory_type()

Completed in 66 milliseconds