Searched defs:draw_geometry_shader (Results 1 – 1 of 1) sorted by relevance
68 struct draw_geometry_shader { struct69 struct draw_context *draw;71 struct tgsi_exec_machine *machine;74 struct pipe_shader_state state;76 struct tgsi_shader_info info;77 unsigned position_output;78 unsigned viewport_index_output;79 unsigned clipvertex_output;80 unsigned ccdistance_output[PIPE_MAX_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT];82 unsigned max_output_vertices;[all …]