OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERT_SAVE_SPEC
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h
31
#define
VERT_SAVE_SPEC
( idx )
55
VERT_SAVE_SPEC
(0);
56
VERT_SAVE_SPEC
(1);
125
VERT_SAVE_SPEC
(0);
126
VERT_SAVE_SPEC
(1);
127
VERT_SAVE_SPEC
(2);
166
#undef
VERT_SAVE_SPEC
t_dd_tritmp.h
74
#define
VERT_SAVE_SPEC
( idx )
170
VERT_SAVE_SPEC
( 0 );
171
VERT_SAVE_SPEC
( 1 );
175
VERT_SAVE_SPEC
( 2 );
211
VERT_SAVE_SPEC
( 0 );
212
VERT_SAVE_SPEC
( 1 );
216
VERT_SAVE_SPEC
( 2 );
252
VERT_SAVE_SPEC
( 0 );
253
VERT_SAVE_SPEC
( 1 );
400
VERT_SAVE_SPEC
( 0 )
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c
470
#define
VERT_SAVE_SPEC
( idx ) if (specoffset) spec[idx] = v[idx]->ui[specoffset]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c
592
#define
VERT_SAVE_SPEC
( idx ) if (specoffset) spec[idx] = v[idx]->ui[specoffset]
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c
660
#define
VERT_SAVE_SPEC
( idx ) if (specoffset) spec[idx] = v[idx]->ui[specoffset]
[
all
...]
Completed in 171 milliseconds