Searched refs:pfnSoFunc (Results 1 – 4 of 4) sorted by relevance
274 PFN_SO_FUNC pfnSoFunc[MAX_SO_STREAMS]; in OSALIGNLINE() local
398 SWR_FUNC(void, SwrSetSoFunc, HANDLE hContext, PFN_SO_FUNC pfnSoFunc, uint32_t streamIndex);
600 void SwrSetSoFunc(HANDLE hContext, PFN_SO_FUNC pfnSoFunc, uint32_t streamIndex) in SwrSetSoFunc() argument606 pState->pfnSoFunc[streamIndex] = pfnSoFunc; in SwrSetSoFunc()
569 SWR_ASSERT(state.pfnSoFunc[streamIndex] != nullptr, in StreamOut()571 state.pfnSoFunc[streamIndex](GetPrivateState(pDC), pWorkerData, soContext); in StreamOut()