Searched refs:num_vtxbufs (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.c | 64 for (i = 0; i < nv50->num_vtxbufs; ++i) { in nv50_memory_barrier() 141 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS); in nv50_context_unreference_resources() 142 for (i = 0; i < nv50->num_vtxbufs; ++i) in nv50_context_unreference_resources() 225 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS); in nv50_invalidate_resource_storage() 226 for (i = 0; i < nv50->num_vtxbufs; ++i) { in nv50_invalidate_resource_storage()
|
D | nv50_push.c | 262 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS); in nv50_push_vbo() 263 for (i = 0; i < nv50->num_vtxbufs; ++i) { in nv50_push_vbo()
|
D | nv50_screen.h | 50 uint8_t num_vtxbufs; member
|
D | nv50_vbo.c | 209 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS); in nv50_upload_user_buffers() 210 for (b = 0; b < nv50->num_vtxbufs; ++b) { in nv50_upload_user_buffers() 308 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS); in nv50_vertex_arrays_validate() 309 for (i = 0; i < nv50->num_vtxbufs; ++i) { in nv50_vertex_arrays_validate()
|
D | nv50_context.h | 144 unsigned num_vtxbufs; member
|
D | nv50_state.c | 1079 util_set_vertex_buffers_count(nv50->vtxbuf, &nv50->num_vtxbufs, vb, in nv50_set_vertex_buffers()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_resource.c | 41 for (i = 0; i < nv30->num_vtxbufs; ++i) { in nv30_memory_barrier()
|
D | nv30_push.c | 209 for (i = 0; i < nv30->num_vtxbufs; ++i) { in nv30_push_vbo() 283 for (i = 0; i < nv30->num_vtxbufs; ++i) { in nv30_push_vbo()
|
D | nv30_draw.c | 396 draw_set_vertex_buffers(draw, 0, nv30->num_vtxbufs, nv30->vtxbuf); in nv30_render_vbo() 421 for (i = 0; i < nv30->num_vtxbufs; i++) { in nv30_render_vbo() 451 for (i = 0; i < nv30->num_vtxbufs; i++) in nv30_render_vbo()
|
D | nv30_context.h | 112 unsigned num_vtxbufs; member
|
D | nv30_context.c | 117 for (i = 0; i < nv30->num_vtxbufs; ++i) { in nv30_invalidate_resource_storage()
|
D | nv30_vbo.c | 101 for (i = 0; i < nv30->num_vtxbufs; i++) { in nv30_prevalidate_vbufs() 584 for (i = 0; i < nv30->num_vtxbufs && !nv30->base.vbo_dirty; ++i) {
|
D | nv30_state.c | 435 util_set_vertex_buffers_count(nv30->vtxbuf, &nv30->num_vtxbufs, in nv30_set_vertex_buffers()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 67 for (i = 0; i < nvc0->num_vtxbufs; ++i) { in nvc0_memory_barrier() 154 for (i = 0; i < nvc0->num_vtxbufs; ++i) in nvc0_context_unreference_resources() 275 for (i = 0; i < nvc0->num_vtxbufs; ++i) { in nvc0_invalidate_resource_storage()
|
D | nvc0_screen.h | 51 uint8_t num_vtxbufs; member
|
D | nvc0_context.h | 215 unsigned num_vtxbufs; member
|
D | nvc0_vbo.c | 279 PUSH_SPACE(push, nvc0->num_vtxbufs * 8); in nvc0_update_user_vbufs_shared() 387 PUSH_SPACE(push, nvc0->num_vtxbufs * 8 + nvc0->vertex->num_elements); in nvc0_validate_vertex_buffers_shared() 388 for (b = 0; b < nvc0->num_vtxbufs; ++b) { in nvc0_validate_vertex_buffers_shared()
|
D | nvc0_vbo_translate.c | 68 for (i = 0; i < nvc0->num_vtxbufs; ++i) { in nvc0_vertex_configure_translate() 674 for (i = 0; i < nvc0->num_vtxbufs; ++i) in nvc0_push_vbo()
|
D | nvc0_state.c | 1000 util_set_vertex_buffers_count(nvc0->vtxbuf, &nvc0->num_vtxbufs, vb, in nvc0_set_vertex_buffers()
|