Searched refs:num_vtxbufs (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_context.h101 uint8_t num_vtxbufs; member in struct:nv50_context::__anon12988
123 unsigned num_vtxbufs; member in struct:nv50_context
H A Dnv50_context.c80 for (i = 0; i < nv50->num_vtxbufs; ++i)
H A Dnv50_push.c222 for (i = 0; i < nv50->num_vtxbufs; ++i) {
H A Dnv50_vbo.c203 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/
H A Dnvc0_context.h101 uint8_t num_vtxbufs; member in struct:nvc0_context::__anon12997
128 unsigned num_vtxbufs; member in struct:nvc0_context
H A Dnvc0_push.c308 for (i = 0; i < nvc0->num_vtxbufs; ++i) {
407 for (i = 0; i < nvc0->num_vtxbufs; ++i)
H A Dnvc0_context.c66 for (i = 0; i < nvc0->num_vtxbufs; ++i)
H A Dnvc0_vbo.c274 PUSH_SPACE(push, nvc0->num_vtxbufs * 8);
376 PUSH_SPACE(push, nvc0->num_vtxbufs * 8);
377 for (b = 0; b < nvc0->num_vtxbufs; ++b) {
H A Dnvc0_state.c790 if (count != nvc0->num_vtxbufs) {
803 for (; i < nvc0->num_vtxbufs; ++i)
806 nvc0->num_vtxbufs = count;
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_context.h101 uint8_t num_vtxbufs; member in struct:nv50_context::__anon23473
123 unsigned num_vtxbufs; member in struct:nv50_context
H A Dnv50_context.c80 for (i = 0; i < nv50->num_vtxbufs; ++i)
H A Dnv50_push.c222 for (i = 0; i < nv50->num_vtxbufs; ++i) {
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h101 uint8_t num_vtxbufs; member in struct:nvc0_context::__anon23482
128 unsigned num_vtxbufs; member in struct:nvc0_context
H A Dnvc0_push.c308 for (i = 0; i < nvc0->num_vtxbufs; ++i) {
407 for (i = 0; i < nvc0->num_vtxbufs; ++i)
H A Dnvc0_context.c66 for (i = 0; i < nvc0->num_vtxbufs; ++i)
H A Dnvc0_vbo.c274 PUSH_SPACE(push, nvc0->num_vtxbufs * 8);
376 PUSH_SPACE(push, nvc0->num_vtxbufs * 8);
377 for (b = 0; b < nvc0->num_vtxbufs; ++b) {
H A Dnvc0_state.c790 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/
H A Dnv30_context.h109 unsigned num_vtxbufs; member in struct:nv30_context
H A Dnv30_push.c209 for (i = 0; i < nv30->num_vtxbufs; ++i) {
279 for (i = 0; i < nv30->num_vtxbufs; ++i)
H A Dnv30_draw.c382 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++)
H A Dnv30_state.c406 for (; i < nv30->num_vtxbufs; ++i)
410 nv30->num_vtxbufs = count;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_context.h109 unsigned num_vtxbufs; member in struct:nv30_context
H A Dnv30_push.c209 for (i = 0; i < nv30->num_vtxbufs; ++i) {
279 for (i = 0; i < nv30->num_vtxbufs; ++i)
H A Dnv30_draw.c382 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++)
H A Dnv30_state.c406 for (; i < nv30->num_vtxbufs; ++i)
410 nv30->num_vtxbufs = count;

Completed in 766 milliseconds

12