OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PV_LAST
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/auxiliary/indices/
u_indices.h
33
#define
PV_LAST
1
u_primconvert.c
107
pc->api_pv = rast->flatshade_first ? PV_FIRST :
PV_LAST
;
/external/mesa3d/src/gallium/drivers/svga/
svga_draw.c
93
hwtnl->api_pv = (flatshade && !flatshade_first) ?
PV_LAST
: PV_FIRST;
Completed in 880 milliseconds