Searched refs:si_pipe_shader (Results 1 – 5 of 5) sorted by relevance
40 struct si_pipe_shader;43 struct si_pipe_shader *current;71 struct si_pipe_shader { struct73 struct si_pipe_shader *next_variant; argument86 int si_pipe_shader_create(struct pipe_context *ctx, struct si_pipe_shader *shader); argument87 void si_pipe_shader_destroy(struct pipe_context *ctx, struct si_pipe_shader *shader);
76 struct si_pipe_shader *shader;661 struct si_pipe_shader *shader) in si_pipe_shader_create()755 void si_pipe_shader_destroy(struct pipe_context *ctx, struct si_pipe_shader *shader) in si_pipe_shader_destroy()
182 struct si_pipe_shader *dummy_pixel_shader;
40 static void si_pipe_shader_vs(struct pipe_context *ctx, struct si_pipe_shader *shader) in si_pipe_shader_vs()98 static void si_pipe_shader_ps(struct pipe_context *ctx, struct si_pipe_shader *shader) in si_pipe_shader_ps()
1809 struct si_pipe_shader * shader = NULL; in si_shader_select()1824 struct si_pipe_shader *p = sel->current, *c = p->next_variant; in si_shader_select()1838 shader = CALLOC(1, sizeof(struct si_pipe_shader)); in si_shader_select()1942 struct si_pipe_shader *p = sel->current, *c; in si_delete_shader_selector()