Searched refs:num_vtxbufs (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.c | 66 for (i = 0; i < nv50->num_vtxbufs; ++i) { in nv50_memory_barrier() 159 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS); in nv50_context_unreference_resources() 160 for (i = 0; i < nv50->num_vtxbufs; ++i) in nv50_context_unreference_resources() 243 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS); in nv50_invalidate_resource_storage() 244 for (i = 0; i < nv50->num_vtxbufs; ++i) { in nv50_invalidate_resource_storage()
|
D | nv50_push.c | 264 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS); in nv50_push_vbo() 265 for (i = 0; i < nv50->num_vtxbufs; ++i) { in nv50_push_vbo()
|
D | nv50_vbo.c | 212 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS); in nv50_upload_user_buffers() 213 for (b = 0; b < nv50->num_vtxbufs; ++b) { in nv50_upload_user_buffers() 311 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS); in nv50_vertex_arrays_validate() 312 for (i = 0; i < nv50->num_vtxbufs; ++i) { in nv50_vertex_arrays_validate()
|
D | nv50_screen.h | 50 uint8_t num_vtxbufs; member
|
D | nv50_context.h | 171 unsigned num_vtxbufs; member
|
D | nv50_state.c | 1083 util_set_vertex_buffers_count(nv50->vtxbuf, &nv50->num_vtxbufs, vb, in nv50_set_vertex_buffers()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_push.c | 210 for (i = 0; i < nv30->num_vtxbufs; ++i) { in nv30_push_vbo() 284 for (i = 0; i < nv30->num_vtxbufs; ++i) { in nv30_push_vbo()
|
D | nv30_resource.c | 41 for (i = 0; i < nv30->num_vtxbufs; ++i) { in nv30_memory_barrier()
|
D | nv30_draw.c | 398 draw_set_vertex_buffers(draw, 0, nv30->num_vtxbufs, 0, nv30->vtxbuf); in nv30_render_vbo() 423 for (i = 0; i < nv30->num_vtxbufs; i++) { in nv30_render_vbo() 453 for (i = 0; i < nv30->num_vtxbufs; i++) in nv30_render_vbo()
|
D | nv30_context.h | 112 unsigned num_vtxbufs; member
|
D | nv30_vbo.c | 102 for (i = 0; i < nv30->num_vtxbufs; i++) { in nv30_prevalidate_vbufs() 603 for (i = 0; i < nv30->num_vtxbufs && !nv30->base.vbo_dirty; ++i) {
|
D | nv30_context.c | 117 for (i = 0; i < nv30->num_vtxbufs; ++i) { in nv30_invalidate_resource_storage()
|
D | nv30_state.c | 448 util_set_vertex_buffers_count(nv30->vtxbuf, &nv30->num_vtxbufs, in nv30_set_vertex_buffers()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 114 for (i = 0; i < nvc0->num_vtxbufs; ++i) { in nvc0_memory_barrier() 201 for (i = 0; i < nvc0->num_vtxbufs; ++i) in nvc0_context_unreference_resources() 322 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 | 280 PUSH_SPACE(push, nvc0->num_vtxbufs * 8); in nvc0_update_user_vbufs_shared() 388 PUSH_SPACE(push, nvc0->num_vtxbufs * 8 + nvc0->vertex->num_elements); in nvc0_validate_vertex_buffers_shared() 389 for (b = 0; b < nvc0->num_vtxbufs; ++b) { in nvc0_validate_vertex_buffers_shared()
|
D | nvc0_vbo_translate.c | 69 for (i = 0; i < nvc0->num_vtxbufs; ++i) { in nvc0_vertex_configure_translate() 681 for (i = 0; i < nvc0->num_vtxbufs; ++i) in nvc0_push_vbo()
|
D | nvc0_state.c | 1027 util_set_vertex_buffers_count(nvc0->vtxbuf, &nvc0->num_vtxbufs, vb, in nvc0_set_vertex_buffers()
|