OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vbo_push_hint
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_context.h
115
boolean
vbo_push_hint
;
member in struct:nv30_context
nv30_vbo.c
108
if (nv30->
vbo_push_hint
) {
549
nv30->
vbo_push_hint
= /* the 64 is heuristic */
556
if (nv30->
vbo_push_hint
!= !!nv30->vbo_fifo)
/external/mesa3d/src/gallium/drivers/nv30/
nv30_context.h
115
boolean
vbo_push_hint
;
member in struct:nv30_context
nv30_vbo.c
108
if (nv30->
vbo_push_hint
) {
549
nv30->
vbo_push_hint
= /* the 64 is heuristic */
556
if (nv30->
vbo_push_hint
!= !!nv30->vbo_fifo)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.h
152
boolean
vbo_push_hint
;
member in struct:nv50_context
nv50_vbo.c
292
nv50->vbo_fifo = nv50->
vbo_push_hint
? ~0 : 0;
730
nv50->
vbo_push_hint
= /* the 64 is heuristic */
734
if (!!nv50->vbo_fifo != nv50->
vbo_push_hint
)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.h
156
boolean
vbo_push_hint
;
member in struct:nvc0_context
nvc0_vbo.c
425
vbo_mode = (nvc0->vbo_user && nvc0->
vbo_push_hint
) ? 1 : 0;
799
nvc0->
vbo_push_hint
=
804
if (nvc0->
vbo_push_hint
!= !!nvc0->state.vbo_mode)
/external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h
152
boolean
vbo_push_hint
;
member in struct:nv50_context
nv50_vbo.c
292
nv50->vbo_fifo = nv50->
vbo_push_hint
? ~0 : 0;
730
nv50->
vbo_push_hint
= /* the 64 is heuristic */
734
if (!!nv50->vbo_fifo != nv50->
vbo_push_hint
)
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h
156
boolean
vbo_push_hint
;
member in struct:nvc0_context
nvc0_vbo.c
425
vbo_mode = (nvc0->vbo_user && nvc0->
vbo_push_hint
) ? 1 : 0;
799
nvc0->
vbo_push_hint
=
804
if (nvc0->
vbo_push_hint
!= !!nvc0->state.vbo_mode)
Completed in 186 milliseconds