HomeSort by relevance Sort by last modified time
    Searched refs:pp_tgsi_to_state (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_celshade.c 38 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 65 pp_tgsi_to_state(ppq->p->pipe, nored, false, "nored");
75 pp_tgsi_to_state(ppq->p->pipe, nogreen, false, "nogreen");
85 pp_tgsi_to_state(ppq->p->pipe, noblue, false, "noblue");
pp_mlaa.c 283 ppq->shaders[n][1] = pp_tgsi_to_state(ppq->p->pipe, offsetvs, true,
286 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, color1fs,
289 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, depth1fs,
291 ppq->shaders[n][3] = pp_tgsi_to_state(ppq->p->pipe, tmp_text, false,
293 ppq->shaders[n][4] = pp_tgsi_to_state(ppq->p->pipe, neigh3fs, false,
pp_run.c 235 pp_tgsi_to_state(struct pipe_context *pipe, const char *text, bool isvs, function

Completed in 2055 milliseconds