Searched refs:pp_tgsi_to_state (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_colors.c | 63 ppq->shaders[n][1] = pp_tgsi_to_state(ppq->p->pipe, nored, false, "nored"); in pp_nored_init() 71 pp_tgsi_to_state(ppq->p->pipe, nogreen, false, "nogreen"); in pp_nogreen_init() 79 pp_tgsi_to_state(ppq->p->pipe, noblue, false, "noblue"); in pp_noblue_init()
|
D | pp_mlaa.c | 261 ppq->shaders[n][1] = pp_tgsi_to_state(ppq->p->pipe, offsetvs, true, in pp_jimenezmlaa_init_run() 264 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, color1fs, in pp_jimenezmlaa_init_run() 267 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, depth1fs, in pp_jimenezmlaa_init_run() 269 ppq->shaders[n][3] = pp_tgsi_to_state(ppq->p->pipe, tmp_text, false, in pp_jimenezmlaa_init_run() 271 ppq->shaders[n][4] = pp_tgsi_to_state(ppq->p->pipe, neigh3fs, false, in pp_jimenezmlaa_init_run()
|
D | pp_celshade.c | 37 pp_tgsi_to_state(ppq->p->pipe, celshade, false, "celshade"); in pp_celshade_init()
|
D | pp_filters.h | 49 void *pp_tgsi_to_state(struct pipe_context *, const char *, bool,
|
D | pp_run.c | 145 pp_tgsi_to_state(struct pipe_context *pipe, const char *text, bool isvs, in pp_tgsi_to_state() function
|