HomeSort by relevance Sort by last modified time
    Searched refs:num_vtxbufs (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 101 uint8_t num_vtxbufs; member in struct:nv50_context::__anon19093
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) {
nv50_state.c 906 for (; i < nv50->num_vtxbufs; ++i)
909 nv50->num_vtxbufs = count;
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 101 uint8_t num_vtxbufs; member in struct:nvc0_context::__anon19102
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;
nvc0_vbo_translate.c 64 for (i = 0; i < nvc0->num_vtxbufs; ++i) {
536 for (i = 0; i < nvc0->num_vtxbufs; ++i)
  /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;
nv30_vbo.c 100 for (i = 0; i < nv30->num_vtxbufs; i++) {

Completed in 383 milliseconds