Lines Matching defs:vrend_shader_selector
302 struct vrend_shader_selector { struct
303 struct pipe_reference reference;
305 unsigned num_shaders;
306 unsigned type;
307 struct vrend_shader_info sinfo;
309 struct vrend_shader *current;
310 struct tgsi_token *tokens;
312 uint32_t req_local_mem;
313 char *tmp_buf;
314 uint32_t buf_len;
315 uint32_t buf_offset;