Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1745 state.pfnFetchFunc(GetPrivateState(pDC), fetchInfo_lo, vin); in ProcessDraw()
1747 state.pfnFetchFunc(GetPrivateState(pDC), fetchInfo_lo, vin_lo); in ProcessDraw()
1751 state.pfnFetchFunc(GetPrivateState(pDC), fetchInfo_hi, vin_hi); in ProcessDraw()
1998 state.pfnFetchFunc(GetPrivateState(pDC), fetchInfo, vout); in ProcessDraw()
Dcontext.h234 PFN_FETCH_FUNC pfnFetchFunc; in OSALIGNLINE() local
Dapi.h347 PFN_FETCH_FUNC pfnFetchFunc);
Dapi.cpp560 PFN_FETCH_FUNC pfnFetchFunc) in SwrSetFetchFunc() argument
564 pState->pfnFetchFunc = pfnFetchFunc; in SwrSetFetchFunc()