Home | History | Annotate | Download | only in postprocess

Lines Matching refs:shaders

132    cso_set_vertex_shader_handle(p->cso, ppq->shaders[n][1]);    /* offsetvs */
133 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][2]);
163 cso_set_vertex_shader_handle(p->cso, ppq->shaders[n][0]); /* passvs */
164 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][3]);
194 cso_set_vertex_shader_handle(p->cso, ppq->shaders[n][1]); /* offsetvs */
195 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][4]);
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,