Searched defs:r600_pipe_shader (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.c60 static int r600_pipe_shader(struct pipe_context *ctx, struct r600_pipe_shader *shader) function
106 static int r600_shader_from_tgsi(struct r600_context * rctx, struct r600_pipe_shader *pipeshader);
108 int r600_pipe_shader_create(struct pipe_context *ctx, struct r600_pipe_shader *shader)
153 return r600_pipe_shader(ctx, shader);
156 void r600_pipe_shader_destroy(struct pipe_context *ctx, struct r600_pipe_shader *shader)
1163 static int r600_shader_from_tgsi(struct r600_context * rctx, struct r600_pipe_shader *pipeshader)
H A Dr600_pipe.h219 struct r600_pipe_shader;
222 struct r600_pipe_shader *current;
235 struct r600_pipe_shader { struct
237 struct r600_pipe_shader *next_variant;
495 void evergreen_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shader *shader);
496 void evergreen_pipe_shader_vs(struct pipe_context *ctx, struct r600_pipe_shader *shader);
551 int r600_pipe_shader_create(struct pipe_context *ctx, struct r600_pipe_shader *shader);
556 void r600_pipe_shader_destroy(struct pipe_context *ctx, struct r600_pipe_shader *shader);
563 void r600_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shader *shader);
564 void r600_pipe_shader_vs(struct pipe_context *ctx, struct r600_pipe_shader *shade
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c60 static int r600_pipe_shader(struct pipe_context *ctx, struct r600_pipe_shader *shader) function
106 static int r600_shader_from_tgsi(struct r600_context * rctx, struct r600_pipe_shader *pipeshader);
108 int r600_pipe_shader_create(struct pipe_context *ctx, struct r600_pipe_shader *shader)
153 return r600_pipe_shader(ctx, shader);
156 void r600_pipe_shader_destroy(struct pipe_context *ctx, struct r600_pipe_shader *shader)
1163 static int r600_shader_from_tgsi(struct r600_context * rctx, struct r600_pipe_shader *pipeshader)
H A Dr600_pipe.h219 struct r600_pipe_shader;
222 struct r600_pipe_shader *current;
235 struct r600_pipe_shader { struct
237 struct r600_pipe_shader *next_variant;
495 void evergreen_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shader *shader);
496 void evergreen_pipe_shader_vs(struct pipe_context *ctx, struct r600_pipe_shader *shader);
551 int r600_pipe_shader_create(struct pipe_context *ctx, struct r600_pipe_shader *shader);
556 void r600_pipe_shader_destroy(struct pipe_context *ctx, struct r600_pipe_shader *shader);
563 void r600_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shader *shader);
564 void r600_pipe_shader_vs(struct pipe_context *ctx, struct r600_pipe_shader *shade
[all...]

Completed in 191 milliseconds