OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_vbos
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_vbo.c
414
uint32_t
const_vbos
;
local
427
const_vbos
= vbo_mode ? 0 : nvc0->constant_vbos;
430
(
const_vbos
!= nvc0->state.constant_vbos) ||
436
nvc0->state.constant_vbos =
const_vbos
;
482
if (unlikely(
const_vbos
& (1 << ve->pipe.vertex_buffer_index))) {
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_vbo.c
414
uint32_t
const_vbos
;
local
427
const_vbos
= vbo_mode ? 0 : nvc0->constant_vbos;
430
(
const_vbos
!= nvc0->state.constant_vbos) ||
436
nvc0->state.constant_vbos =
const_vbos
;
482
if (unlikely(
const_vbos
& (1 << ve->pipe.vertex_buffer_index))) {
Completed in 237 milliseconds