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/
Dapi.h301 PFN_FETCH_FUNC pfnFetchFunc);
Dcontext.h229 PFN_FETCH_FUNC pfnFetchFunc; in OSALIGNLINE() local
Dapi.cpp517 PFN_FETCH_FUNC pfnFetchFunc) in SwrSetFetchFunc() argument
521 pState->pfnFetchFunc = pfnFetchFunc; in SwrSetFetchFunc()
Dfrontend.cpp1299 state.pfnFetchFunc(fetchInfo, vin); in ProcessDraw()