Searched defs:pipe_draw_info (Results 1 – 1 of 1) sorted by relevance
838 struct pipe_draw_info struct842 enum pipe_prim_type mode; /**< the mode of the primitive */847 uint8_t index_size; /**< if 0, the draw is not indexed. */848 uint8_t view_mask; /**< mask of multiviews for this draw */849 bool primitive_restart:1;850 bool has_user_indices:1; /**< if true, use index.user_buffer */851 bool index_bounds_valid:1; /**< whether min_index and max_index are valid;853 bool increment_draw_id:1; /**< whether drawid increments for direct draws */854 bool take_index_buffer_ownership:1; /**< callee inherits caller's refcount856 bool index_bias_varies:1; /**< true if index_bias varies between draws */[all …]