Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_state.h636 struct pipe_draw_info struct
638 boolean indexed; /**< use index buffer */
640 enum pipe_prim_type mode; /**< the mode of the primitive */
641 unsigned start; /**< the index of the first vertex */
642 unsigned count; /**< number of vertices */
644 unsigned start_instance; /**< first instance id */
645 unsigned instance_count; /**< number of instances */
670 * account, all the other variables from pipe_draw_info are ignored. argument
678 struct pipe_stream_output_target *count_from_stream_output;
699 struct pipe_resource *indirect;
[all …]