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.h170 tnl->Driver.Render.CopyPV( ctx, newvert, v1 ); in TAG()
243 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv ); in TAG()
306 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv ); in TAG()
Dt_context.h442 tnl_copy_pv_func CopyPV; member
Dt_vb_render.c286 ASSERT(tnl->Driver.Render.CopyPV); in run_render()
/external/mesa3d/src/mesa/swrast_setup/
Dss_context.c240 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.c815 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in radeonFallback()
861 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in radeonInitSwtcl()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c707 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in r200Fallback()
934 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in r200InitSwtcl()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c1245 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in intelFallback()
1288 tnl->Driver.Render.CopyPV = _tnl_copy_pv; in intelInitTriFuncs()