Searched refs:pp_filters (Results 1 – 6 of 6) sorted by relevance
91 ppq->pp_queue[curpos] = pp_filters[i].main; in pp_init()92 tmp_req = MAX2(tmp_req, pp_filters[i].inner_tmps); in pp_init()95 if (pp_filters[i].shaders) { in pp_init()97 CALLOC(pp_filters[i].shaders + 1, sizeof(void *)); in pp_init()105 if (!pp_filters[i].init(ppq, curpos, enabled[i])) { in pp_init()191 for (j = 0; j < pp_filters[filter].shaders; j++) { in pp_free()205 if (j >= pp_filters[filter].verts) { in pp_free()219 pp_filters[filter].free(ppq, i); in pp_free()
54 static const struct pp_filter_t pp_filters[PP_FILTERS] = { variable
547 pp_filters[i].name); in dri_postprocessing_init()
1037 if (strcmp(pp_filters[i].name, filter) == 0) { in OSMesaPostprocess()
132 postprocess/pp_filters.h \
152 'postprocess/pp_filters.h',