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.h254 PFN_SO_FUNC pfnSoFunc[MAX_SO_STREAMS]; in OSALIGNLINE() local
Dapi.h356 PFN_SO_FUNC pfnSoFunc,
Dapi.cpp569 PFN_SO_FUNC pfnSoFunc, in SwrSetSoFunc() argument
576 pState->pfnSoFunc[streamIndex] = pfnSoFunc; in SwrSetSoFunc()
Dfrontend.cpp563 …SWR_ASSERT(state.pfnSoFunc[streamIndex] != nullptr, "Trying to execute uninitialized streamout jit… in StreamOut()
564 state.pfnSoFunc[streamIndex](soContext); in StreamOut()