OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_vtxbufs
(Results
1 - 25
of
32
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.h
101
uint8_t
num_vtxbufs
;
member in struct:nv50_context::__anon12678
123
unsigned
num_vtxbufs
;
member in struct:nv50_context
nv50_context.c
80
for (i = 0; i < nv50->
num_vtxbufs
; ++i)
nv50_push.c
222
for (i = 0; i < nv50->
num_vtxbufs
; ++i) {
nv50_vbo.c
203
for (b = 0; b < nv50->
num_vtxbufs
; ++b) {
298
for (i = 0; i < nv50->
num_vtxbufs
; ++i) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.h
101
uint8_t
num_vtxbufs
;
member in struct:nvc0_context::__anon12687
128
unsigned
num_vtxbufs
;
member in struct:nvc0_context
nvc0_push.c
308
for (i = 0; i < nvc0->
num_vtxbufs
; ++i) {
407
for (i = 0; i < nvc0->
num_vtxbufs
; ++i)
nvc0_context.c
66
for (i = 0; i < nvc0->
num_vtxbufs
; ++i)
nvc0_vbo.c
274
PUSH_SPACE(push, nvc0->
num_vtxbufs
* 8);
376
PUSH_SPACE(push, nvc0->
num_vtxbufs
* 8);
377
for (b = 0; b < nvc0->
num_vtxbufs
; ++b) {
nvc0_state.c
790
if (count != nvc0->
num_vtxbufs
) {
803
for (; i < nvc0->
num_vtxbufs
; ++i)
806
nvc0->
num_vtxbufs
= count;
/external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h
101
uint8_t
num_vtxbufs
;
member in struct:nv50_context::__anon23145
123
unsigned
num_vtxbufs
;
member in struct:nv50_context
nv50_context.c
80
for (i = 0; i < nv50->
num_vtxbufs
; ++i)
nv50_push.c
222
for (i = 0; i < nv50->
num_vtxbufs
; ++i) {
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h
101
uint8_t
num_vtxbufs
;
member in struct:nvc0_context::__anon23154
128
unsigned
num_vtxbufs
;
member in struct:nvc0_context
nvc0_push.c
308
for (i = 0; i < nvc0->
num_vtxbufs
; ++i) {
407
for (i = 0; i < nvc0->
num_vtxbufs
; ++i)
nvc0_context.c
66
for (i = 0; i < nvc0->
num_vtxbufs
; ++i)
nvc0_vbo.c
274
PUSH_SPACE(push, nvc0->
num_vtxbufs
* 8);
376
PUSH_SPACE(push, nvc0->
num_vtxbufs
* 8);
377
for (b = 0; b < nvc0->
num_vtxbufs
; ++b) {
nvc0_state.c
790
if (count != nvc0->
num_vtxbufs
) {
803
for (; i < nvc0->
num_vtxbufs
; ++i)
806
nvc0->
num_vtxbufs
= count;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_context.h
109
unsigned
num_vtxbufs
;
member in struct:nv30_context
nv30_push.c
209
for (i = 0; i < nv30->
num_vtxbufs
; ++i) {
279
for (i = 0; i < nv30->
num_vtxbufs
; ++i)
nv30_draw.c
382
draw_set_vertex_buffers(draw, nv30->
num_vtxbufs
, nv30->vtxbuf);
405
for (i = 0; i < nv30->
num_vtxbufs
; i++) {
432
for (i = 0; i < nv30->
num_vtxbufs
; i++)
nv30_state.c
406
for (; i < nv30->
num_vtxbufs
; ++i)
410
nv30->
num_vtxbufs
= count;
/external/mesa3d/src/gallium/drivers/nv30/
nv30_context.h
109
unsigned
num_vtxbufs
;
member in struct:nv30_context
nv30_push.c
209
for (i = 0; i < nv30->
num_vtxbufs
; ++i) {
279
for (i = 0; i < nv30->
num_vtxbufs
; ++i)
nv30_draw.c
382
draw_set_vertex_buffers(draw, nv30->
num_vtxbufs
, nv30->vtxbuf);
405
for (i = 0; i < nv30->
num_vtxbufs
; i++) {
432
for (i = 0; i < nv30->
num_vtxbufs
; i++)
nv30_state.c
406
for (; i < nv30->
num_vtxbufs
; ++i)
410
nv30->
num_vtxbufs
= count;
Completed in 557 milliseconds
1
2