Searched refs:AllocateMemory (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/ |
| H A D | CD_Definitions.h | 42 VOID *AllocateMemory(DEVICE_DATA *, UINT16);
|
| H A D | CD_binding.h | 41 #define AllocateWorkSpace(x,y) AllocateMemory(pDeviceData,y)
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common.h | 179 WSI_CB(AllocateMemory);
|
| H A D | wsi_common_drm.c | 349 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 D | wsi_common_win32.c | 425 result = wsi->AllocateMemory(chain->device, &memory_info,
|
| H A D | wsi_common.c | 80 WSI_GET_CB(AllocateMemory);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/ |
| H A D | hwserv_drv.c | 297 VOID *AllocateMemory(DEVICE_DATA *pDeviceData , UINT16 MemSize) function in typeref:typename:VOID *
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common.h | 121 WSI_CB(AllocateMemory);
|
| H A D | wsi_common.c | 75 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 D | overlay.cpp | 816 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 D | zink_bo.c | 274 VkResult ret = VKSCR(AllocateMemory)(screen->dev, &mai, NULL, &bo->mem);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1055 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 D | 19.0.0.rst | 2349 - anv: refactor, remove else block in AllocateMemory
|
| H A D | 20.0.0.rst | 1646 - anv: Use a pNext loop in AllocateMemory
|
Completed in 27 milliseconds