Home
last modified time | relevance | path

Searched refs:pMem (Results 1 - 21 of 21) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrobject.h65 VOID* operator new(size_t size, VOID* pMem) noexcept;
70 VOID operator delete(VOID* pObj, VOID* pMem) { ADDR_ASSERT_ALWAYS(); } in operator delete() argument
H A Daddrobject.cpp180 VOID* pMem ///< [in] Pre-allocated pointer
183 return pMem;
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dciaddrlib.h56 VOID* pMem = Object::ClientAlloc(sizeof(CiLib), pClient); in CreateObj() local
57 return (pMem != NULL) ? new (pMem) CiLib(pClient) : NULL; in CreateObj()
H A Dsiaddrlib.h104 VOID* pMem = Object::ClientAlloc(sizeof(SiLib), pClient); in CreateObj() local
105 return (pMem != NULL) ? new (pMem) SiLib(pClient) : NULL; in CreateObj()
/third_party/python/PC/
H A Dpyshellext.cpp190 HWND *pMem; in GetDragWindow() local
211 pMem = (HWND*)GlobalLock(medium.hGlobal); in GetDragWindow()
212 if (!pMem) { in GetDragWindow()
218 *phWnd = *pMem; in GetDragWindow()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.h211 VOID* pMem = Object::ClientAlloc(sizeof(Gfx10Lib), pClient); in CreateObj() local
212 return (pMem != NULL) ? new (pMem) Gfx10Lib(pClient) : NULL; in CreateObj()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H A Dgfx11addrlib.h194 VOID* pMem = Object::ClientAlloc(sizeof(Gfx11Lib), pClient); in CreateObj() local
195 return (pMem != NULL) ? new (pMem) Gfx11Lib(pClient) : NULL; in CreateObj()
/third_party/sqlite/src/
H A Dsqlite3.c2194 ** 8-byte aligned memory (pMem), the size of each page cache line (sz),
2201 ** for the sz parameter to be larger than necessary. The pMem
2205 ** ^When pMem is not NULL, SQLite will strive to use the memory provided
2207 ** a page cache line is larger than sz bytes or if all of the pMem buffer
2209 ** ^If pMem is NULL and N is non-zero, then each database connection
15898 Mem *pMem; /* Used when p4type is P4_MEM */ member
22781 Mem *pMem; /* Memory cell used to store aggregate context */ member
33243 sqlite3VdbeMemTranslate(Mem *pMem, u8 desiredEnc) sqlite3VdbeMemTranslate() argument
33438 sqlite3VdbeMemHandleBom(Mem *pMem) sqlite3VdbeMemHandleBom() argument
41719 void *pMem; unixShmMap() local
80747 sqlite3VdbeChangeEncoding(Mem *pMem, int desiredEnc) global() argument
80786 sqlite3VdbeMemGrow(Mem *pMem, int n, int bPreserve) global() argument
80849 sqlite3VdbeMemClearAndResize(Mem *pMem, int szNew) global() argument
80870 vdbeMemAddTerminator(Mem *pMem) global() argument
80887 sqlite3VdbeMemMakeWriteable(Mem *pMem) global() argument
80911 sqlite3VdbeMemExpandBlob(Mem *pMem) global() argument
80942 sqlite3VdbeMemNulTerminate(Mem *pMem) global() argument
80968 sqlite3VdbeMemStringify(Mem *pMem, u8 enc, u8 bForce) global() argument
81003 sqlite3VdbeMemFinalize(Mem *pMem, FuncDef *pFunc) global() argument
81163 memIntValue(const Mem *pMem) global() argument
81168 sqlite3VdbeIntValue(const Mem *pMem) global() argument
81192 memRealValue(Mem *pMem) global() argument
81198 sqlite3VdbeRealValue(Mem *pMem) global() argument
81219 sqlite3VdbeBooleanValue(Mem *pMem, int ifNull) global() argument
81230 sqlite3VdbeIntegerAffinity(Mem *pMem) global() argument
81259 sqlite3VdbeMemIntegerify(Mem *pMem) global() argument
81274 sqlite3VdbeMemRealify(Mem *pMem) global() argument
81318 sqlite3VdbeMemNumerify(Mem *pMem) global() argument
81351 sqlite3VdbeMemCast(Mem *pMem, u8 aff, u8 encoding) global() argument
81395 sqlite3VdbeMemInit(Mem *pMem, sqlite3 *db, u16 flags) global() argument
81415 sqlite3VdbeMemSetNull(Mem *pMem) global() argument
81431 sqlite3VdbeMemSetZeroBlob(Mem *pMem, int n) global() argument
81441 sqlite3VdbeMemSetZeroBlob(Mem *pMem, int n) global() argument
81461 vdbeReleaseAndSetInt64(Mem *pMem, i64 val) global() argument
81471 sqlite3VdbeMemSetInt64(Mem *pMem, i64 val) global() argument
81487 sqlite3VdbeMemSetPointer( Mem *pMem, void *pPtr, const char *zPType, void (*xDestructor)(void*) ) global() argument
81507 sqlite3VdbeMemSetDouble(Mem *pMem, double val) global() argument
81521 sqlite3VdbeMemIsRowSet(const Mem *pMem) global() argument
81534 sqlite3VdbeMemSetRowSet(Mem *pMem) global() argument
81573 sqlite3VdbeMemAboutToChange(Vdbe *pVdbe, Mem *pMem) global() argument
81685 sqlite3VdbeMemSetStr( Mem *pMem, const char *z, i64 n, u8 enc, void (*xDel)(void*) ) global() argument
82437 Mem *pMem = *ppVal; /* Write result into this Mem object */ global() local
84343 Mem *pMem = pOp->p4.pMem; global() local
84779 Mem *pMem = &p->aMem[1]; /* First Mem of result set */ global() local
86607 Mem *pMem = p->aMem; global() local
87687 Mem *pMem = &v->aVar[iVar-1]; global() local
87782 Mem *pMem = &p->aMem[i]; global() local
88065 Mem *pMem = (Mem*)pVal; global() local
88874 Mem *pMem = p->pMem; global() local
89832 Mem *pMem; global() local
89937 Mem *pMem; global() local
90534 Mem *pMem = iCur>0 ? &p->aMem[p->nMem-iCur] : p->aMem; global() local
90693 Mem *pMem = (Mem*)pVal; global() local
90718 computeNumericType(Mem *pMem) global() argument
90749 numericType(Mem *pMem) global() argument
90769 sqlite3VdbeMemPrettyPrint(Mem *pMem, StrAccum *pStr) global() argument
90864 sqlite3PrintMem(Mem *pMem) global() argument
90921 copySharedBlockRow( Vdbe *p, Op *pOp, Mem *pMem, void *pCtx ) global() argument
91024 vdbeMemTypeName(Mem *pMem) global() argument
91932 Mem *pMem = &aMem[pOp->p1]; global() local
91967 Mem *pMem = p->pResultSet; global() local
95744 Mem *pMem; /* Register holding largest rowid for AUTOINCREMENT */ global() local
97470 Mem *pMem; /* Used to iterate through memory cells */ global() local
97883 Mem *pMem; global() local
97976 Mem *pMem; global() local
98016 Mem *pMem; /* Write results here */ global() local
99090 Mem *pMem; global() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp45 static VKAPI_ATTR void VKAPI_CALL systemFree (void*, void* pMem) in systemFree() argument
47 deAlignedFree(pMem); in systemFree()
90 static VKAPI_ATTR void VKAPI_CALL freeCallback (void* pUserData, void* pMem) in freeCallback() argument
92 reinterpret_cast<AllocationCallbacks*>(pUserData)->free(pMem); in freeCallback()
H A DvkDefs.hpp175 void* pMem);
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h262 VOID* pMem = Object::ClientAlloc(sizeof(Gfx9Lib), pClient); in CreateObj() local
263 return (pMem != NULL) ? new (pMem) Gfx9Lib(pClient) : NULL; in CreateObj()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c1157 VkDeviceMemory *pMem) in panvk_AllocateMemory()
1166 *pMem = VK_NULL_HANDLE; in panvk_AllocateMemory()
1204 *pMem = panvk_device_memory_to_handle(mem); in panvk_AllocateMemory()
1154 panvk_AllocateMemory(VkDevice _device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMem) panvk_AllocateMemory() argument
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12Sample.cpp351 void* pMem = HeapAlloc(GetProcessHeap(), 0, static_cast<SIZE_T>(MemToAlloc)); in UpdateSubresources() local
352 if (pMem == NULL) in UpdateSubresources()
356 D3D12_PLACED_SUBRESOURCE_FOOTPRINT* pLayouts = reinterpret_cast<D3D12_PLACED_SUBRESOURCE_FOOTPRINT*>(pMem); in UpdateSubresources()
367 HeapFree(GetProcessHeap(), 0, pMem); in UpdateSubresources() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1627 VkDeviceMemory* pMem) in lvp_AllocateMemory()
1639 *pMem = VK_NULL_HANDLE; in lvp_AllocateMemory()
1724 *pMem = lvp_device_memory_to_handle(mem); in lvp_AllocateMemory()
1623 lvp_AllocateMemory( VkDevice _device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMem) lvp_AllocateMemory() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c2269 VkDeviceMemory *pMem) in tu_AllocateMemory()
2279 *pMem = VK_NULL_HANDLE; in tu_AllocateMemory()
2351 *pMem = tu_device_memory_to_handle(mem); in tu_AllocateMemory()
2266 tu_AllocateMemory(VkDevice _device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMem) tu_AllocateMemory() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c1739 VkDeviceMemory *pMem) in pvr_AllocateMemory()
1838 *pMem = pvr_device_memory_to_handle(mem); in pvr_AllocateMemory()
1736 pvr_AllocateMemory(VkDevice _device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMem) pvr_AllocateMemory() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c2267 VkDeviceMemory *pMem) in v3dv_AllocateMemory()
2361 *pMem = v3dv_device_memory_to_handle(mem); in v3dv_AllocateMemory()
2264 v3dv_AllocateMemory(VkDevice _device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMem) v3dv_AllocateMemory() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c2364 VkDeviceMemory *pMem) in dzn_AllocateMemory()
2367 pAllocateInfo, pAllocator, pMem); in dzn_AllocateMemory()
2361 dzn_AllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMem) dzn_AllocateMemory() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c5432 const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMem) in radv_alloc_memory()
5459 *pMem = VK_NULL_HANDLE; in radv_alloc_memory()
5630 *pMem = radv_device_memory_to_handle(mem); in radv_alloc_memory()
5642 const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMem) in radv_AllocateMemory()
5645 return radv_alloc_memory(device, pAllocateInfo, pAllocator, pMem); in radv_AllocateMemory()
5431 radv_alloc_memory(struct radv_device *device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMem) radv_alloc_memory() argument
5641 radv_AllocateMemory(VkDevice _device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMem) radv_AllocateMemory() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c3777 VkDeviceMemory* pMem) in anv_AllocateMemory()
4033 *pMem = anv_device_memory_to_handle(mem); in anv_AllocateMemory()
3773 anv_AllocateMemory( VkDevice _device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMem) anv_AllocateMemory() argument
/third_party/astc-encoder/Source/
H A Dtinyexr.h1372 mz_bool mz_zip_reader_init_mem(mz_zip_archive *pZip, const void *pMem,
5189 mz_bool mz_zip_reader_init_mem(mz_zip_archive *pZip, const void *pMem, in mz_zip_reader_init_mem() argument
5196 pZip->m_pState->m_pMem = const_cast<void *>(pMem); in mz_zip_reader_init_mem()
5198 pZip->m_pState->m_pMem = (void *)pMem; in mz_zip_reader_init_mem()

Completed in 235 milliseconds