Home
last modified time | relevance | path

Searched refs:dummy_vbo_bound_at (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.h311 int dummy_vbo_bound_at; /* -1 = not bound , >= 0 = bound index */ member
H A Dnine_state.c905 if (context->dummy_vbo_bound_at != dummy_vbo_stream) { in update_vertex_elements()
906 if (context->dummy_vbo_bound_at >= 0) in update_vertex_elements()
907 context->changed.vtxbuf |= 1 << context->dummy_vbo_bound_at; in update_vertex_elements()
912 context->dummy_vbo_bound_at = dummy_vbo_stream; in update_vertex_elements()
930 if (context->dummy_vbo_bound_at >= 0) { in update_vertex_buffers()
936 pipe->set_vertex_buffers(pipe, context->dummy_vbo_bound_at, in update_vertex_buffers()
940 mask &= ~(1 << context->dummy_vbo_bound_at); in update_vertex_buffers()
2924 context->dummy_vbo_bound_at = -1; in nine_state_set_defaults()
3131 /* TODO: handle dummy_vbo_bound_at */ in update_vertex_buffers_sw()

Completed in 7 milliseconds