Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h569 struct pipe_draw_info struct
571 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. argument
610 struct pipe_stream_output_target *count_from_stream_output;
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h732 struct pipe_draw_info struct
739 unsigned start;
740 unsigned count; /**< number of vertices */
742 enum pipe_prim_type mode:8; /**< the mode of the primitive */
743 ubyte vertices_per_patch; /**< the number of vertices per patch */
744 ubyte index_size; /**< if 0, the draw is not indexed. */
745 bool primitive_restart:1;
746 bool has_user_indices:1; /**< if true, use index.user_buffer */
747 char _pad:6; /**< padding for memcmp */
749 unsigned start_instance; /**< first instance id */
[all …]