Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c69 struct u_vbuf *vbuf_current; member
303 cso->vbuf_current = cso->vbuf; in cso_init_vbuf()
1094 struct u_vbuf *vbuf = ctx->vbuf_current; in cso_set_vertex_elements()
1108 struct u_vbuf *vbuf = ctx->vbuf_current; in cso_save_vertex_elements()
1122 struct u_vbuf *vbuf = ctx->vbuf_current; in cso_restore_vertex_elements()
1163 struct u_vbuf *vbuf = ctx->vbuf_current; in cso_set_vertex_buffers()
1179 struct u_vbuf *vbuf = ctx->vbuf_current; in cso_save_vertex_buffer0()
1193 struct u_vbuf *vbuf = ctx->vbuf_current; in cso_restore_vertex_buffer0()
1227 if (!ctx->vbuf_current) { in cso_set_vertex_buffers_and_elements()
1235 ctx->vbuf_current = vbuf; in cso_set_vertex_buffers_and_elements()
[all …]