Searched defs:pipe_draw_info (Results 1 – 2 of 2) sorted by relevance
569 struct pipe_draw_info struct571 boolean indexed; /**< use index buffer */572 ubyte vertices_per_patch; /**< the number of vertices per patch */574 unsigned mode; /**< the mode of the primitive */575 unsigned start; /**< the index of the first vertex */576 unsigned count; /**< number of vertices */578 unsigned start_instance; /**< first instance id */602 * account, all the other variables from pipe_draw_info are ignored. argument610 struct pipe_stream_output_target *count_from_stream_output;
855 struct pipe_draw_info struct859 enum mesa_prim mode; /**< the mode of the primitive */864 uint8_t index_size; /**< if 0, the draw is not indexed. */865 uint8_t view_mask; /**< mask of multiviews for this draw */866 bool primitive_restart:1;867 bool has_user_indices:1; /**< if true, use index.user_buffer */868 bool index_bounds_valid:1; /**< whether min_index and max_index are valid;870 bool increment_draw_id:1; /**< whether drawid increments for direct draws */871 bool take_index_buffer_ownership:1; /**< callee inherits caller's refcount873 bool index_bias_varies:1; /**< true if index_bias varies between draws */[all …]