Searched refs:unbind_vb_count (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 1164 unsigned unbind_vb_count = vb_count + unbind_trailing_vb_count; in cso_set_vertex_buffers_and_elements() local 1165 if (unbind_vb_count) in cso_set_vertex_buffers_and_elements() 1166 pipe->set_vertex_buffers(pipe, 0, 0, unbind_vb_count, false, NULL); in cso_set_vertex_buffers_and_elements() 1185 unsigned unbind_vb_count = vb_count + unbind_trailing_vb_count; in cso_set_vertex_buffers_and_elements() local 1186 if (unbind_vb_count) in cso_set_vertex_buffers_and_elements() 1187 u_vbuf_set_vertex_buffers(vbuf, 0, 0, unbind_vb_count, false, NULL); in cso_set_vertex_buffers_and_elements()
|