Home
last modified time | relevance | path

Searched refs:pfnMakeGfxPtr (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h539 PFN_MAKE_GFXPTR pfnMakeGfxPtr; member
Dapi.h275 PFN_MAKE_GFXPTR pfnMakeGfxPtr; member
Dapi.cpp79 pContext->pfnMakeGfxPtr = pCreateInfo->pfnMakeGfxPtr; in SwrCreateContext()
Dfrontend.cpp1858 fetchInfo_lo.xpIndices = pDC->pContext->pfnMakeGfxPtr(GetPrivateState(pDC), &vIndex); in ProcessDraw()
1859 fetchInfo_hi.xpIndices = pDC->pContext->pfnMakeGfxPtr( in ProcessDraw()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp514 createInfo.pfnMakeGfxPtr = swr_MakeGfxPtr; in swr_create_context()