Lines Matching defs:nvc0
166 nvc0_set_constant_vertex_attrib(struct nvc0_context *nvc0, const unsigned a) in nvc0_set_constant_vertex_attrib()
199 nvc0_user_vbuf_range(struct nvc0_context *nvc0, int vbi, in nvc0_user_vbuf_range()
217 nvc0_release_user_vbufs(struct nvc0_context *nvc0) in nvc0_release_user_vbufs()
226 nvc0_update_user_vbufs(struct nvc0_context *nvc0) in nvc0_update_user_vbufs()
269 nvc0_update_user_vbufs_shared(struct nvc0_context *nvc0) in nvc0_update_user_vbufs_shared()
307 nvc0_validate_vertex_buffers(struct nvc0_context *nvc0) in nvc0_validate_vertex_buffers()
370 nvc0_validate_vertex_buffers_shared(struct nvc0_context *nvc0) in nvc0_validate_vertex_buffers_shared()
409 nvc0_vertex_arrays_validate(struct nvc0_context *nvc0) in nvc0_vertex_arrays_validate()
504 nvc0_idxbuf_validate(struct nvc0_context *nvc0) in nvc0_idxbuf_validate()
560 nvc0_draw_arrays(struct nvc0_context *nvc0, in nvc0_draw_arrays()
686 nvc0_draw_elements(struct nvc0_context *nvc0, boolean shorten, in nvc0_draw_elements()
751 nvc0_draw_stream_output(struct nvc0_context *nvc0, in nvc0_draw_stream_output()
787 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_draw_vbo() local