Searched refs:memSize (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.h36 size_t& memSize); ///< [INOUT] In: Amount of memory in pContextMem. Out: Mem required
68 size_t& memSize)
63 TSInitCtx( SWR_TS_DOMAIN tsDomain, SWR_TS_PARTITIONING tsPartitioning, SWR_TS_OUTPUT_TOPOLOGY tsOutputTopology, void* pContextMem, size_t& memSize) argument
H A Dapi.h236 /// @param memSize - Size of memory pointed to by pOutputStateBlock
240 size_t memSize);
246 /// @param memSize - Size of memory pointed to by pStateBlock
250 size_t memSize);
H A Dapi.cpp407 size_t memSize)
411 SWR_ASSERT(pOutputStateBlock && memSize >= sizeof(*pSrc));
419 size_t memSize)
423 SWR_ASSERT(pStateBlock && memSize >= sizeof(*pDst));
404 SwrSaveState( HANDLE hContext, void* pOutputStateBlock, size_t memSize) argument
416 SwrRestoreState( HANDLE hContext, const void* pStateBlock, size_t memSize) argument
/external/lzma/CPP/7zip/Compress/
H A DPpmdDecoder.cpp37 UInt32 memSize = GetUi32(props + 1); local
40 memSize < PPMD7_MIN_MEM_SIZE ||
41 memSize > PPMD7_MAX_MEM_SIZE)
45 if (!Ppmd7_Alloc(&_ppmd, memSize, &g_BigAlloc))
/external/freetype/builds/amiga/src/base/
H A Dftsystem.c75 ULONG memSize )
77 ULONG newSize = memSize + sizeof ( ULONG );
/external/lzma/C/
H A D7zDec.c92 UInt32 memSize = GetUi32(props + 1); local
95 memSize < PPMD7_MIN_MEM_SIZE ||
96 memSize > PPMD7_MAX_MEM_SIZE)
99 if (!Ppmd7_Alloc(&ppmd, memSize, allocMain))
/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp321 int memSize = ((64) - targetStopBand) * sizeof(FIXP_DBL); local
325 FDKmemclear(&qmfBufferReal[i][targetStopBand], memSize);
326 FDKmemclear(&qmfBufferImag[i][targetStopBand], memSize);
330 FDKmemclear(&qmfBufferReal[i][targetStopBand], memSize);
899 int memSize = ((64) - targetStopBand) * sizeof(FIXP_DBL); local
902 FDKmemclear(&qmfBufferReal[i][targetStopBand], memSize);
903 FDKmemclear(&qmfBufferImag[i][targetStopBand], memSize);
/external/aac/libFDK/src/
H A DFDK_qmf_domain.cpp418 memory memSize i: size of requested memory
436 USHORT workBufferSectSize, USHORT memSize) {
456 FDK_ASSERT((idx2 + memSize) <= workBufferSectSize);
434 FDK_getWorkBuffer(FIXP_DBL **pWorkBuffer, USHORT workBufferOffset, USHORT workBufferSectSize, USHORT memSize) argument
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c2190 const VkDeviceSize memSize = props->memoryHeaps[i].size; local
2191 char *mem_size_human_readable = HumanReadable((const size_t)memSize);
2196 (size_t)memSize, memSize, mem_size_human_readable);
2199 printf("\t\tsize = " PRINTF_SIZE_T_SPECIFIER " (0x%" PRIxLEAST64 ") (%s)\n", (size_t)memSize, memSize,
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 6123 milliseconds