Searched refs:dummy_vbo_bound_at (Results 1 – 2 of 2) sorted by relevance
801 if (context->dummy_vbo_bound_at != dummy_vbo_stream) { in update_vertex_elements()802 if (context->dummy_vbo_bound_at >= 0) in update_vertex_elements()803 context->changed.vtxbuf |= 1 << context->dummy_vbo_bound_at; in update_vertex_elements()808 context->dummy_vbo_bound_at = dummy_vbo_stream; in update_vertex_elements()825 if (context->dummy_vbo_bound_at >= 0) { in update_vertex_buffers()831 pipe->set_vertex_buffers(pipe, context->dummy_vbo_bound_at, in update_vertex_buffers()835 mask &= ~(1 << context->dummy_vbo_bound_at); in update_vertex_buffers()3003 context->dummy_vbo_bound_at = -1; in nine_state_set_defaults()
299 int dummy_vbo_bound_at; /* -1 = not bound , >= 0 = bound index */ member