Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_unfilled.h32 #define VERT_RESTORE_SPEC( idx ) macro
91 VERT_RESTORE_SPEC(0); in TAG()
92 VERT_RESTORE_SPEC(1); in TAG()
155 VERT_RESTORE_SPEC(0); in TAG()
156 VERT_RESTORE_SPEC(1); in TAG()
157 VERT_RESTORE_SPEC(2); in TAG()
167 #undef VERT_RESTORE_SPEC
Dt_dd_tritmp.h75 #define VERT_RESTORE_SPEC( idx ) macro
318 VERT_RESTORE_SPEC( 0 ); in TAG()
319 VERT_RESTORE_SPEC( 1 ); in TAG()
321 VERT_RESTORE_SPEC( 2 ); in TAG()
330 VERT_RESTORE_SPEC( 0 ); in TAG()
331 VERT_RESTORE_SPEC( 1 ); in TAG()
558 VERT_RESTORE_SPEC( 0 ); in TAG()
559 VERT_RESTORE_SPEC( 1 ); in TAG()
560 VERT_RESTORE_SPEC( 2 ); in TAG()
562 VERT_RESTORE_SPEC( 3 ); in TAG()
[all …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c595 #define VERT_RESTORE_SPEC( idx ) if (specoffset) v[idx]->ui[specoffset] = spec[idx] macro
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c473 #define VERT_RESTORE_SPEC( idx ) if (specoffset) v[idx]->ui[specoffset] = spec[idx] macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c655 #define VERT_RESTORE_SPEC( idx ) if (specoffset) v[idx]->ui[specoffset] = spec[idx] macro