Searched refs:AllocateMemory (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
H A DCD_Definitions.h42 VOID *AllocateMemory(DEVICE_DATA *, UINT16);
H A DCD_binding.h41 #define AllocateWorkSpace(x,y) AllocateMemory(pDeviceData,y)
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common.h179 WSI_CB(AllocateMemory);
H A Dwsi_common_drm.c349 result = wsi->AllocateMemory(chain->device, &memory_info,
520 result = wsi->AllocateMemory(chain->device, &prime_memory_info,
578 result = wsi->AllocateMemory(chain->device, &memory_info,
H A Dwsi_common_win32.c425 result = wsi->AllocateMemory(chain->device, &memory_info,
H A Dwsi_common.c80 WSI_GET_CB(AllocateMemory);
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/
H A Dhwserv_drv.c297 VOID *AllocateMemory(DEVICE_DATA *pDeviceData , UINT16 MemSize) function in typeref:typename:VOID *
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common.h121 WSI_CB(AllocateMemory);
H A Dwsi_common.c75 WSI_GET_CB(AllocateMemory);
481 result = wsi->AllocateMemory(chain->device, &memory_info,
631 result = wsi->AllocateMemory(chain->device, &prime_memory_info,
682 result = wsi->AllocateMemory(chain->device, &memory_info,
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp816 VK_CHECK(device_data->vtable.AllocateMemory(device_data->device,
917 VK_CHECK(data->vtable.AllocateMemory(data->device, &alloc_info, NULL, buffer_memory));
1367 VK_CHECK(device_data->vtable.AllocateMemory(device_data->device, &image_alloc_info,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_bo.c274 VkResult ret = VKSCR(AllocateMemory)(screen->dev, &mai, NULL, &bo->mem);
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1055 VK_CHECK(device_data->vtable.AllocateMemory(device_data->device,
1156 VK_CHECK(data->vtable.AllocateMemory(data->device, &alloc_info, NULL, buffer_memory));
1648 VK_CHECK(device_data->vtable.AllocateMemory(device_data->device, &image_alloc_info,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst2349 - anv: refactor, remove else block in AllocateMemory
H A D20.0.0.rst1646 - anv: Use a pNext loop in AllocateMemory

Completed in 27 milliseconds