Searched defs:draw_geometry_shader (Results 1 – 1 of 1) sorted by relevance
67 struct draw_geometry_shader { struct68 struct draw_context *draw;70 struct tgsi_exec_machine *machine;73 struct pipe_shader_state state;75 struct tgsi_shader_info info;76 unsigned position_output;77 unsigned viewport_index_output;78 unsigned ccdistance_output[PIPE_MAX_CLIP_OR_CULL_DISTANCE_ELEMENT_COUNT];80 unsigned max_output_vertices;81 unsigned primitive_boundary;[all …]