Searched defs:vrend_linked_shader_program (Results 1 – 1 of 1) sorted by relevance
258 struct vrend_linked_shader_program { struct259 struct list_head head;260 struct list_head sl[PIPE_SHADER_TYPES];261 GLuint id;263 bool dual_src_linked;264 struct vrend_shader *ss[PIPE_SHADER_TYPES];266 uint32_t samplers_used_mask[PIPE_SHADER_TYPES];267 GLuint *samp_locs[PIPE_SHADER_TYPES];269 GLuint *shadow_samp_mask_locs[PIPE_SHADER_TYPES];270 GLuint *shadow_samp_add_locs[PIPE_SHADER_TYPES];[all …]