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

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_resource.c 41 for (i = 0; i < nv30->num_vtxbufs; ++i) {
nv30_context.h 112 unsigned num_vtxbufs; member in struct:nv30_context
nv30_push.c 209 for (i = 0; i < nv30->num_vtxbufs; ++i) {
283 for (i = 0; i < nv30->num_vtxbufs; ++i) {
nv30_draw.c 396 draw_set_vertex_buffers(draw, 0, nv30->num_vtxbufs, nv30->vtxbuf);
421 for (i = 0; i < nv30->num_vtxbufs; i++) {
450 for (i = 0; i < nv30->num_vtxbufs; i++)
nv30_context.c 116 for (i = 0; i < nv30->num_vtxbufs; ++i) {
nv30_vbo.c 102 for (i = 0; i < nv30->num_vtxbufs; i++) {
580 for (i = 0; i < nv30->num_vtxbufs && !nv30->base.vbo_dirty; ++i) {
nv30_state.c 434 util_set_vertex_buffers_count(nv30->vtxbuf, &nv30->num_vtxbufs,
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.c 63 for (i = 0; i < nv50->num_vtxbufs; ++i) {
144 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS);
145 for (i = 0; i < nv50->num_vtxbufs; ++i)
226 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS);
227 for (i = 0; i < nv50->num_vtxbufs; ++i) {
nv50_screen.h 50 uint8_t num_vtxbufs; member in struct:nv50_graph_state
nv50_push.c 262 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS);
263 for (i = 0; i < nv50->num_vtxbufs; ++i) {
nv50_context.h 144 unsigned num_vtxbufs; member in struct:nv50_context
nv50_vbo.c 219 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS);
220 for (b = 0; b < nv50->num_vtxbufs; ++b) {
318 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS);
319 for (i = 0; i < nv50->num_vtxbufs; ++i) {
nv50_state.c 1049 util_set_vertex_buffers_count(nv50->vtxbuf, &nv50->num_vtxbufs, vb,
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.h 48 uint8_t num_vtxbufs; member in struct:nvc0_graph_state
nvc0_context.c 63 for (i = 0; i < nvc0->num_vtxbufs; ++i) {
148 for (i = 0; i < nvc0->num_vtxbufs; ++i)
258 for (i = 0; i < nvc0->num_vtxbufs; ++i) {
nvc0_context.h 194 unsigned num_vtxbufs; member in struct:nvc0_context
nvc0_vbo.c 281 PUSH_SPACE(push, nvc0->num_vtxbufs * 8);
385 PUSH_SPACE(push, nvc0->num_vtxbufs * 8 + nvc0->vertex->num_elements);
386 for (b = 0; b < nvc0->num_vtxbufs; ++b) {
    [all...]
nvc0_vbo_translate.c 68 for (i = 0; i < nvc0->num_vtxbufs; ++i) {
588 for (i = 0; i < nvc0->num_vtxbufs; ++i)
nvc0_state.c 923 util_set_vertex_buffers_count(nvc0->vtxbuf, &nvc0->num_vtxbufs, vb,
    [all...]

Completed in 558 milliseconds