Searched defs:draw_geometry_shader (Results 1 – 1 of 1) sorted by relevance
60 struct draw_geometry_shader { struct61 struct draw_context *draw;63 struct tgsi_exec_machine *machine;66 struct pipe_shader_state state;68 struct tgsi_shader_info info;69 unsigned position_output;70 unsigned viewport_index_output;71 unsigned ccdistance_output[PIPE_MAX_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT];73 unsigned max_output_vertices;74 unsigned primitive_boundary;[all …]