Searched refs:dummy_vbo_bound_at (Results 1 – 2 of 2) sorted by relevance
877 if (context->dummy_vbo_bound_at != dummy_vbo_stream) { in update_vertex_elements()878 if (context->dummy_vbo_bound_at >= 0) in update_vertex_elements()879 context->changed.vtxbuf |= 1 << context->dummy_vbo_bound_at; in update_vertex_elements()884 context->dummy_vbo_bound_at = dummy_vbo_stream; in update_vertex_elements()902 if (context->dummy_vbo_bound_at >= 0) { in update_vertex_buffers()908 pipe->set_vertex_buffers(pipe, context->dummy_vbo_bound_at, in update_vertex_buffers()912 mask &= ~(1 << context->dummy_vbo_bound_at); in update_vertex_buffers()2859 context->dummy_vbo_bound_at = -1; in nine_state_set_defaults()
304 int dummy_vbo_bound_at; /* -1 = not bound , >= 0 = bound index */ member