Searched refs:dummy_vbo_bound_at (Results 1 – 2 of 2) sorted by relevance
875 if (context->dummy_vbo_bound_at != dummy_vbo_stream) { in update_vertex_elements()876 if (context->dummy_vbo_bound_at >= 0) in update_vertex_elements()877 context->changed.vtxbuf |= 1 << context->dummy_vbo_bound_at; in update_vertex_elements()882 context->dummy_vbo_bound_at = dummy_vbo_stream; in update_vertex_elements()899 if (context->dummy_vbo_bound_at >= 0) { in update_vertex_buffers()905 pipe->set_vertex_buffers(pipe, context->dummy_vbo_bound_at, in update_vertex_buffers()909 mask &= ~(1 << context->dummy_vbo_bound_at); in update_vertex_buffers()3083 context->dummy_vbo_bound_at = -1; in nine_state_set_defaults()
297 int dummy_vbo_bound_at; /* -1 = not bound , >= 0 = bound index */ member