Searched defs:si_pipe_shader (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A 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;
86 int si_pipe_shader_create(struct pipe_context *ctx, struct si_pipe_shader *shader);
87 void si_pipe_shader_destroy(struct pipe_context *ctx, struct si_pipe_shader *shader);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A 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;
86 int si_pipe_shader_create(struct pipe_context *ctx, struct si_pipe_shader *shader);
87 void si_pipe_shader_destroy(struct pipe_context *ctx, struct si_pipe_shader *shader);

Completed in 91 milliseconds