Searched defs:pipe_draw_info (Results 1 – 2 of 2) sorted by relevance
683 struct pipe_draw_info struct685 ubyte index_size; /**< if 0, the draw is not indexed. */686 enum pipe_prim_type mode:8; /**< the mode of the primitive */687 unsigned primitive_restart:1;688 unsigned has_user_indices:1; /**< if true, use index.user_buffer */689 ubyte vertices_per_patch; /**< the number of vertices per patch */696 unsigned start;697 unsigned count; /**< number of vertices */699 unsigned start_instance; /**< first instance id */700 unsigned instance_count; /**< number of instances */[all …]
568 struct pipe_draw_info struct570 boolean indexed; /**< use index buffer */571 ubyte vertices_per_patch; /**< the number of vertices per patch */573 unsigned mode; /**< the mode of the primitive */574 unsigned start; /**< the index of the first vertex */575 unsigned count; /**< number of vertices */577 unsigned start_instance; /**< first instance id */601 * account, all the other variables from pipe_draw_info are ignored. argument609 struct pipe_stream_output_target *count_from_stream_output;