| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_intel.h | 45 typedef VkResult (VKAPI_PTR *PFN_vkCreateDmaBufImageINTEL)(VkDevice device, const VkDmaBufImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMem, VkImage* pImage); 53 VkDeviceMemory* pMem,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/ |
| H A D | addrobject.h | 65 VOID* operator new(size_t size, VOID* pMem); 70 VOID operator delete(VOID* pObj, VOID* pMem) { ADDR_ASSERT_ALWAYS(); } argument
|
| H A D | addrobject.cpp | 180 VOID* pMem) ///< [in] Pre-allocated pointer 182 return pMem; 178 operator new(size_t objSize,VOID * pMem) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/ |
| H A D | addrobject.h | 65 VOID* operator new(size_t size, VOID* pMem); 70 VOID operator delete(VOID* pObj, VOID* pMem) { ADDR_ASSERT_ALWAYS(); } argument
|
| H A D | addrobject.cpp | 180 VOID* pMem) ///< [in] Pre-allocated pointer 182 return pMem; 178 operator new(size_t objSize,VOID * pMem) argument
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/ |
| H A D | addrobject.h | 65 VOID* operator new(size_t size, VOID* pMem) noexcept; 70 VOID operator delete(VOID* pObj, VOID* pMem) { ADDR_ASSERT_ALWAYS(); } argument
|
| H A D | addrobject.cpp | 180 VOID* pMem ///< [in] Pre-allocated pointer 183 return pMem; 178 operator new(size_t objSize,VOID * pMem) argument
|
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| H A D | set.c | 186 void *pMem, int memsize) 194 if (pMem) 196 memset(pMem, 0, memsize); 197 pbvs = (BitVectorSetPtr)pMem; 296 void *pMem, int memsize) 348 if (pMem) 350 prls = (IntervalListSetPtr)pMem; 370 void *pMem, 417 RecordCreateSet(RecordSetInterval *pIntervals, int nIntervals, void *pMem, int memsize) argument 425 if (pMem) 185 BitVectorCreateSet(RecordSetInterval * pIntervals,int nIntervals,void * pMem,int memsize) argument 295 IntervalListCreateSet(RecordSetInterval * pIntervals,int nIntervals,void * pMem,int memsize) argument [all...] |
| H A D | set.h | 92 void *pMem,
|
| /xsrc/external/mit/xorg-server/dist/record/ |
| H A D | set.c | 189 void *pMem, int memsize) 197 if (pMem) { 198 memset(pMem, 0, memsize); 199 pbvs = (BitVectorSetPtr) pMem; 298 void *pMem, int memsize) 343 if (pMem) { 344 prls = (IntervalListSetPtr) pMem; 364 void *pMem, int memsize); 409 RecordCreateSet(RecordSetInterval * pIntervals, int nIntervals, void *pMem, argument 418 if (pMem) { 188 BitVectorCreateSet(RecordSetInterval * pIntervals,int nIntervals,void * pMem,int memsize) argument 297 IntervalListCreateSet(RecordSetInterval * pIntervals,int nIntervals,void * pMem,int memsize) argument [all...] |
| H A D | set.h | 83 int nintervals, void *pMem, int memsize);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | arena.h | 61 void Free(ArenaBlock* pMem) argument 63 if (pMem) 65 SWR_ASSUME_ASSERT(pMem->blockSize < size_t(0xdddddddd)); 66 AlignedFree(pMem); 141 void Free(ArenaBlock* pMem) argument 143 if (pMem) 146 InsertCachedBlock(GetBucketId(pMem->blockSize), pMem); 394 void* pMem = PtrAdd(pCurBlock, offset); local in function:TArena::AllocAligned 396 return pMem; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_intel.c | 36 VkDeviceMemory* pMem, 108 *pMem = anv_device_memory_to_handle(mem); 32 anv_CreateDmaBufImageINTEL(VkDevice _device,const VkDmaBufImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkDeviceMemory * pMem,VkImage * pImage) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/ |
| H A D | ciaddrlib.h | 57 VOID* pMem = Object::ClientAlloc(sizeof(CiLib), pClient); local in function:Addr::V1::CiLib::CreateObj 58 return (pMem != NULL) ? new (pMem) CiLib(pClient) : NULL;
|
| H A D | siaddrlib.h | 106 VOID* pMem = Object::ClientAlloc(sizeof(SiLib), pClient); local in function:Addr::V1::SiLib::CreateObj 107 return (pMem != NULL) ? new (pMem) SiLib(pClient) : NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/ |
| H A D | ciaddrlib.h | 57 VOID* pMem = Object::ClientAlloc(sizeof(CiLib), pClient); local in function:Addr::V1::CiLib::CreateObj 58 return (pMem != NULL) ? new (pMem) CiLib(pClient) : NULL;
|
| H A D | siaddrlib.h | 105 VOID* pMem = Object::ClientAlloc(sizeof(SiLib), pClient); local in function:Addr::V1::SiLib::CreateObj 106 return (pMem != NULL) ? new (pMem) SiLib(pClient) : NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.h | 271 VOID* pMem = Object::ClientAlloc(sizeof(Gfx9Lib), pClient); local in function:Addr::V2::Gfx9Lib::CreateObj 272 return (pMem != NULL) ? new (pMem) Gfx9Lib(pClient) : NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ |
| H A D | gfx10addrlib.h | 212 VOID* pMem = Object::ClientAlloc(sizeof(Gfx10Lib), pClient); local in function:Addr::V2::Gfx10Lib::CreateObj 213 return (pMem != NULL) ? new (pMem) Gfx10Lib(pClient) : NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.h | 263 VOID* pMem = Object::ClientAlloc(sizeof(Gfx9Lib), pClient); local in function:Addr::V2::Gfx9Lib::CreateObj 264 return (pMem != NULL) ? new (pMem) Gfx9Lib(pClient) : NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_device.c | 1389 VkDeviceMemory *pMem) 1398 *pMem = VK_NULL_HANDLE; 1445 *pMem = tu_device_memory_to_handle(mem); 1454 VkDeviceMemory *pMem) 1457 return tu_alloc_memory(device, pAllocateInfo, pAllocator, pMem); 1386 tu_alloc_memory(struct tu_device * device,const VkMemoryAllocateInfo * pAllocateInfo,const VkAllocationCallbacks * pAllocator,VkDeviceMemory * pMem) argument 1451 tu_AllocateMemory(VkDevice _device,const VkMemoryAllocateInfo * pAllocateInfo,const VkAllocationCallbacks * pAllocator,VkDeviceMemory * pMem) argument
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_device.c | 1127 VkDeviceMemory *pMem) 1136 *pMem = VK_NULL_HANDLE; 1174 *pMem = panvk_device_memory_to_handle(mem); 1124 panvk_AllocateMemory(VkDevice _device,const VkMemoryAllocateInfo * pAllocateInfo,const VkAllocationCallbacks * pAllocator,VkDeviceMemory * pMem) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.cpp | 386 Value* pMem = ALLOCA(mSimdInt32Ty); local in function:FetchJit::CreateGatherOddFormats 387 STORE(VIMMED1(0u), pMem); 389 Value* pDstMem = POINTER_CAST(pMem, mInt32PtrTy); 450 pGather = LOAD(pMem);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.cpp | 392 Value* pMem = ALLOCA(mSimdInt32Ty); local in function:FetchJit::CreateGatherOddFormats 393 STORE(VIMMED1(0u), pMem); 395 Value* pDstMem = POINTER_CAST(pMem, mInt32PtrTy); 457 pGather = LOAD(pMem);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_device.c | 1633 VkDeviceMemory* pMem) 1645 *pMem = VK_NULL_HANDLE; 1727 *pMem = lvp_device_memory_to_handle(mem); 1629 lvp_AllocateMemory(VkDevice _device,const VkMemoryAllocateInfo * pAllocateInfo,const VkAllocationCallbacks * pAllocator,VkDeviceMemory * pMem) argument
|