Lines Matching refs:vrend_shader
378 struct vrend_shader *ss[PIPE_SHADER_TYPES];
410 struct vrend_shader { struct
411 struct vrend_shader *next_variant; argument
428 struct vrend_shader *current; argument
1072 static void vrend_shader_dump(struct vrend_shader *shader) in vrend_shader_dump()
1080 static void vrend_shader_destroy(struct vrend_shader *shader) in vrend_shader_destroy()
1095 struct vrend_shader *p = sel->current, *c; in vrend_destroy_shader_selector()
1115 struct vrend_shader *shader) in vrend_compile_shader()
1531 struct vrend_shader *cs) in add_cs_shader_program()
1570 struct vrend_shader *vs, in add_shader_program()
1571 struct vrend_shader *fs, in add_shader_program()
1572 struct vrend_shader *gs, in add_shader_program()
1573 struct vrend_shader *tcs, in add_shader_program()
1574 struct vrend_shader *tes) in add_shader_program()
3407 struct vrend_shader *fs = in vrend_fill_shader_key()
3429 struct vrend_shader *shader, in vrend_shader_create()
3470 struct vrend_shader *shader = NULL; in vrend_shader_select()
3480 struct vrend_shader *p = sel->current; in vrend_shader_select()
3481 struct vrend_shader *c = p->next_variant; in vrend_shader_select()
3493 shader = CALLOC_STRUCT(vrend_shader); in vrend_shader_select()
4453 struct vrend_shader *shader; in vrend_inject_tcs()
4454 shader = CALLOC_STRUCT(vrend_shader); in vrend_inject_tcs()