Home
last modified time | relevance | path

Searched refs:vbuf_current (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c69 struct u_vbuf *vbuf_current; member
242 cso->vbuf_current = cso->vbuf; in cso_init_vbuf()
1085 struct u_vbuf *vbuf = ctx->vbuf_current; in cso_set_vertex_elements()
1099 struct u_vbuf *vbuf = ctx->vbuf_current; in cso_save_vertex_elements()
1113 struct u_vbuf *vbuf = ctx->vbuf_current; in cso_restore_vertex_elements()
1135 struct u_vbuf *vbuf = ctx->vbuf_current; in cso_set_vertex_buffers()
1176 if (!ctx->vbuf_current) { in cso_set_vertex_buffers_and_elements()
1184 ctx->vbuf_current = vbuf; in cso_set_vertex_buffers_and_elements()
1197 if (ctx->vbuf_current) { in cso_set_vertex_buffers_and_elements()
1205 ctx->vbuf_current = NULL; in cso_set_vertex_buffers_and_elements()
[all …]