OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NV30_NEW_CLIP
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/drivers/nv30/
nv30_context.h
28
#define
NV30_NEW_CLIP
(1 << 9)
nv30_state_validate.c
276
if (nv30->dirty &
NV30_NEW_CLIP
) {
392
{ nv30_validate_clip,
NV30_NEW_CLIP
},
405
NV30_NEW_CLIP
| \
nv30_draw.c
379
if (nv30->draw_dirty &
NV30_NEW_CLIP
)
nv30_state.c
306
nv30->dirty |=
NV30_NEW_CLIP
;
nv30_transfer.c
280
nv30->dirty |=
NV30_NEW_CLIP
;
Completed in 2647 milliseconds