Home
last modified time | relevance | path

Searched refs:pfnSoFunc (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h274 PFN_SO_FUNC pfnSoFunc[MAX_SO_STREAMS]; in OSALIGNLINE() local
Dapi.h398 SWR_FUNC(void, SwrSetSoFunc, HANDLE hContext, PFN_SO_FUNC pfnSoFunc, uint32_t streamIndex);
Dapi.cpp600 void SwrSetSoFunc(HANDLE hContext, PFN_SO_FUNC pfnSoFunc, uint32_t streamIndex) in SwrSetSoFunc() argument
606 pState->pfnSoFunc[streamIndex] = pfnSoFunc; in SwrSetSoFunc()
Dfrontend.cpp569 SWR_ASSERT(state.pfnSoFunc[streamIndex] != nullptr, in StreamOut()
571 state.pfnSoFunc[streamIndex](GetPrivateState(pDC), pWorkerData, soContext); in StreamOut()