Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_state.h683 struct pipe_draw_info struct
685 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 …]
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h568 struct pipe_draw_info struct
570 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. argument
609 struct pipe_stream_output_target *count_from_stream_output;