Home
last modified time | relevance | path

Searched defs:pipe_draw_info (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h827 struct pipe_draw_info struct
831 enum pipe_prim_type mode; /**< the mode of the primitive */
836 uint8_t index_size; /**< if 0, the draw is not indexed. */
837 uint8_t view_mask; /**< mask of multiviews for this draw */
838 bool primitive_restart:1;
839 bool has_user_indices:1; /**< if true, use index.user_buffer */
840 bool index_bounds_valid:1; /**< whether min_index and max_index are valid;
842 bool increment_draw_id:1; /**< whether drawid increments for direct draws */
843 bool take_index_buffer_ownership:1; /**< callee inherits caller's refcount
845 bool index_bias_varies:1; /**< true if index_bias varies between draws */
[all …]