OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERT_COPY_SPEC
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h
30
#define
VERT_COPY_SPEC
( v0, v1 )
57
VERT_COPY_SPEC
(v[0], v[2]);
58
VERT_COPY_SPEC
(v[1], v[2]);
128
VERT_COPY_SPEC
(v[0], v[3]);
129
VERT_COPY_SPEC
(v[1], v[3]);
130
VERT_COPY_SPEC
(v[2], v[3]);
165
#undef
VERT_COPY_SPEC
t_dd_tritmp.h
73
#define
VERT_COPY_SPEC
( v0, v1 )
254
VERT_COPY_SPEC
( v[0], v[2] );
255
VERT_COPY_SPEC
( v[1], v[2] );
490
VERT_COPY_SPEC
( v[0], v[3] );
491
VERT_COPY_SPEC
( v[1], v[3] );
492
VERT_COPY_SPEC
( v[2], v[3] );
615
VERT_COPY_SPEC
( v[0], v[1] );
682
#undef
VERT_COPY_SPEC
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c
454
#define
VERT_COPY_SPEC
( v0, v1 ) \
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c
576
#define
VERT_COPY_SPEC
( v0, v1 ) \
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c
659
#define
VERT_COPY_SPEC
( v0, v1 ) if (specoffset) COPY_3V(v0->ub4[specoffset], v1->ub4[specoffset])
[
all
...]
Completed in 115 milliseconds