Searched defs:r600_pipe_shader_selector (Results 1 – 1 of 1) sorted by relevance
339 struct r600_pipe_shader_selector { struct340 struct r600_pipe_shader *current;342 struct tgsi_token *tokens;343 struct pipe_stream_output_info so;344 struct tgsi_shader_info info;346 unsigned num_shaders;348 enum pipe_shader_type type;351 enum pipe_prim_type gs_output_prim;352 unsigned gs_max_out_vertices;353 unsigned gs_num_invocations;[all …]