HomeSort by relevance Sort by last modified time
    Searched refs:pfnSoFunc (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.h 306 /// @param pfnSoFunc - Pointer to shader.
310 PFN_SO_FUNC pfnSoFunc,
context.h 247 PFN_SO_FUNC pfnSoFunc[MAX_SO_STREAMS];
api.cpp 526 PFN_SO_FUNC pfnSoFunc,
533 pState->pfnSoFunc[streamIndex] = pfnSoFunc;
    [all...]
frontend.cpp 553 SWR_ASSERT(state.pfnSoFunc[streamIndex] != nullptr, "Trying to execute uninitialized streamout jit function.");
554 state.pfnSoFunc[streamIndex](soContext);
    [all...]

Completed in 66 milliseconds