/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
pp_celshade.c | 37 pp_tgsi_to_state(ppq->p->pipe, celshade, false, "celshade");
|
pp_filters.h | 49 void *pp_tgsi_to_state(struct pipe_context *, const char *, bool,
|
pp_colors.c | 63 ppq->shaders[n][1] = pp_tgsi_to_state(ppq->p->pipe, nored, false, "nored"); 71 pp_tgsi_to_state(ppq->p->pipe, nogreen, false, "nogreen"); 79 pp_tgsi_to_state(ppq->p->pipe, noblue, false, "noblue");
|
pp_mlaa.c | 261 ppq->shaders[n][1] = pp_tgsi_to_state(ppq->p->pipe, offsetvs, true, 264 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, color1fs, 267 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, depth1fs, 269 ppq->shaders[n][3] = pp_tgsi_to_state(ppq->p->pipe, tmp_text, false, 271 ppq->shaders[n][4] = pp_tgsi_to_state(ppq->p->pipe, neigh3fs, false,
|
pp_run.c | 145 pp_tgsi_to_state(struct pipe_context *pipe, const char *text, bool isvs, function
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_celshade.c | 37 pp_tgsi_to_state(ppq->p->pipe, celshade, false, "celshade");
|
pp_filters.h | 49 void *pp_tgsi_to_state(struct pipe_context *, const char *, bool,
|
pp_colors.c | 63 ppq->shaders[n][1] = pp_tgsi_to_state(ppq->p->pipe, nored, false, "nored"); 71 pp_tgsi_to_state(ppq->p->pipe, nogreen, false, "nogreen"); 79 pp_tgsi_to_state(ppq->p->pipe, noblue, false, "noblue");
|
pp_mlaa.c | 261 ppq->shaders[n][1] = pp_tgsi_to_state(ppq->p->pipe, offsetvs, true, 264 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, color1fs, 267 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, depth1fs, 269 ppq->shaders[n][3] = pp_tgsi_to_state(ppq->p->pipe, tmp_text, false, 271 ppq->shaders[n][4] = pp_tgsi_to_state(ppq->p->pipe, neigh3fs, false,
|
pp_run.c | 145 pp_tgsi_to_state(struct pipe_context *pipe, const char *text, bool isvs, function
|