Home
last modified time | relevance | path

Searched refs:CopyPV (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h169 tnl->Driver.Render.CopyPV( ctx, newvert, v1 ); in TAG()
241 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv ); in TAG()
303 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv ); in TAG()
Dt_context.h441 tnl_copy_pv_func CopyPV; member
Dt_vb_render.c288 assert(tnl->Driver.Render.CopyPV); in run_render()
/external/mesa3d/src/mesa/swrast_setup/
Dss_context.c241 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in _swsetup_Wakeup()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_render.c269 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in nv04_render_init()
Dnouveau_swtnl_t.c322 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in TAG()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c824 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in radeonFallback()
870 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in radeonInitSwtcl()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c716 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in r200Fallback()
943 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in r200InitSwtcl()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c1246 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in intelFallback()
1283 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in intelInitTriFuncs()