Searched refs:pContextMem (Results 1 – 2 of 2) sorted by relevance
152 void* pContextMem, ///< [IN] Memory to use for the context in TSInitCtx() argument163 if (nullptr == pContextMem || memSize > origMemSize) in TSInitCtx()168 HANDLE tsCtx = pContextMem; in TSInitCtx()
68 void* pContextMem = AlignedMalloc(sizeof(SWR_CONTEXT), KNOB_SIMD_WIDTH * 4); in SwrCreateContext() local69 memset(pContextMem, 0, sizeof(SWR_CONTEXT)); in SwrCreateContext()70 SWR_CONTEXT* pContext = new (pContextMem) SWR_CONTEXT(); in SwrCreateContext()