Home
last modified time | relevance | path

Searched refs:si_pipe_shader (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.h40 struct si_pipe_shader;
43 struct si_pipe_shader *current;
71 struct si_pipe_shader { struct
73 struct si_pipe_shader *next_variant; argument
86 int si_pipe_shader_create(struct pipe_context *ctx, struct si_pipe_shader *shader); argument
87 void si_pipe_shader_destroy(struct pipe_context *ctx, struct si_pipe_shader *shader);
Dradeonsi_shader.c76 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()
Dradeonsi_pipe.h182 struct si_pipe_shader *dummy_pixel_shader;
Dsi_state_draw.c40 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()
Dsi_state.c1809 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()