OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vbo_mode
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_vbo.c
416
uint8_t
vbo_mode
;
local
423
vbo_mode
= 3;
425
vbo_mode
= (nvc0->vbo_user && nvc0->vbo_push_hint) ? 1 : 0;
427
const_vbos =
vbo_mode
? 0 : nvc0->constant_vbos;
431
(
vbo_mode
!= nvc0->state.
vbo_mode
);
439
nvc0->state.
vbo_mode
=
vbo_mode
;
441
if (unlikely(
vbo_mode
)) {
494
if (nvc0->state.
vbo_mode
) /* using translate, don't set up arrays here *
[
all
...]
nvc0_context.h
100
uint8_t
vbo_mode
; /* 0 = normal, 1 = translate, 3 = translate, forced */
member in struct:nvc0_context::__anon20544
Completed in 50 milliseconds