Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c66 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()
H A Dnv50_screen.h50 uint8_t num_vtxbufs; member
H A Dnv50_push.c264 assert(nv50->num_vtxbufs <= PIPE_MAX_ATTRIBS); in nv50_push_vbo()
265 for (i = 0; i < nv50->num_vtxbufs; ++i) { in nv50_push_vbo()
H A Dnv50_vbo.c212 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()
H A Dnv50_context.h171 unsigned num_vtxbufs; member
H A Dnv50_state.c1083 util_set_vertex_buffers_count(nv50->vtxbuf, &nv50->num_vtxbufs, vb, in nv50_set_vertex_buffers()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c41 for (i = 0; i < nv30->num_vtxbufs; ++i) { in nv30_memory_barrier()
H A Dnv30_push.c210 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()
H A Dnv30_draw.c398 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()
H A Dnv30_context.h112 unsigned num_vtxbufs; member
H A Dnv30_vbo.c102 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) {
H A Dnv30_context.c117 for (i = 0; i < nv30->num_vtxbufs; ++i) { in nv30_invalidate_resource_storage()
H A Dnv30_state.c448 util_set_vertex_buffers_count(nv30->vtxbuf, &nv30->num_vtxbufs, in nv30_set_vertex_buffers()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c114 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()
H A Dnvc0_screen.h51 uint8_t num_vtxbufs; member
H A Dnvc0_context.h215 unsigned num_vtxbufs; member
H A Dnvc0_vbo.c280 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()
H A Dnvc0_vbo_translate.c69 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()
H A Dnvc0_state.c1027 util_set_vertex_buffers_count(nvc0->vtxbuf, &nvc0->num_vtxbufs, vb, in nvc0_set_vertex_buffers()

Completed in 19 milliseconds