Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_colors.c65 pp_tgsi_to_state(ppq->p->pipe, nored, false, "nored"); in pp_nored_init()
75 pp_tgsi_to_state(ppq->p->pipe, nogreen, false, "nogreen"); in pp_nogreen_init()
85 pp_tgsi_to_state(ppq->p->pipe, noblue, false, "noblue"); in pp_noblue_init()
Dpp_mlaa.c283 ppq->shaders[n][1] = pp_tgsi_to_state(ppq->p->pipe, offsetvs, true, in pp_jimenezmlaa_init_run()
286 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, color1fs, in pp_jimenezmlaa_init_run()
289 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, depth1fs, in pp_jimenezmlaa_init_run()
291 ppq->shaders[n][3] = pp_tgsi_to_state(ppq->p->pipe, tmp_text, false, in pp_jimenezmlaa_init_run()
293 ppq->shaders[n][4] = pp_tgsi_to_state(ppq->p->pipe, neigh3fs, false, in pp_jimenezmlaa_init_run()
Dpp_filters.h49 void *pp_tgsi_to_state(struct pipe_context *, const char *, bool,
Dpp_celshade.c38 pp_tgsi_to_state(ppq->p->pipe, celshade, false, "celshade"); in pp_celshade_init()
Dpp_run.c235 pp_tgsi_to_state(struct pipe_context *pipe, const char *text, bool isvs, in pp_tgsi_to_state() function