Searched refs:memSize (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | tessellator.h | 153 … size_t& memSize) ///< [INOUT] In: Amount of memory in pContextMem. Out: Mem required in TSInitCtx() argument 160 size_t origMemSize = memSize; in TSInitCtx() 161 memSize = AlignUp(sizeof(SWR_TS), 64); in TSInitCtx() 163 if (nullptr == pContextMem || memSize > origMemSize) in TSInitCtx()
|
D | api.h | 331 SWR_FUNC(void, SwrSaveState, HANDLE hContext, void* pOutputStateBlock, size_t memSize); 338 SWR_FUNC(void, SwrRestoreState, HANDLE hContext, const void* pStateBlock, size_t memSize);
|
D | api.cpp | 477 void SWR_API SwrSaveState(HANDLE hContext, void* pOutputStateBlock, size_t memSize) in SwrSaveState() argument 481 assert(pOutputStateBlock && memSize >= sizeof(*pSrc)); in SwrSaveState() 486 void SWR_API SwrRestoreState(HANDLE hContext, const void* pStateBlock, size_t memSize) in SwrRestoreState() argument 490 assert(pStateBlock && memSize >= sizeof(*pDst)); in SwrRestoreState()
|
/third_party/flutter/skia/third_party/externals/freetype/builds/amiga/src/base/ |
D | ftsystem.c | 75 ULONG memSize ) in Alloc_VecPooled() argument 77 ULONG newSize = memSize + sizeof ( ULONG ); in Alloc_VecPooled()
|
/third_party/freetype/builds/amiga/src/base/ |
D | ftsystem.c | 75 ULONG memSize ) in Alloc_VecPooled() argument 77 ULONG newSize = memSize + sizeof ( ULONG ); in Alloc_VecPooled()
|
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/ |
D | ftsystem.c | 75 ULONG memSize ) in Alloc_VecPooled() argument 77 ULONG newSize = memSize + sizeof ( ULONG ); in Alloc_VecPooled()
|