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

  /external/mesa3d/src/gallium/auxiliary/postprocess/
filters.h 48 static const struct pp_filter_t pp_filters[PP_FILTERS] = { variable in typeref:struct:pp_filter_t
postprocess.h 33 #define PP_FILTERS 6 /* Increment this if you add filters */
pp_init.c 52 for (i = 0; i < PP_FILTERS; i++) {
74 for (i = 0; i < PP_FILTERS; i++) {
76 ppq->pp_queue[curpos] = pp_filters[i].main;
77 tmp_req = MAX2(tmp_req, pp_filters[i].inner_tmps);
79 if (pp_filters[i].shaders) {
81 CALLOC(pp_filters[i].shaders + 1, sizeof(void *));
82 ppq->verts[curpos] = pp_filters[i].verts;
86 pp_filters[i].init(ppq, curpos, enabled[i]);
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.h 61 unsigned int pp_enabled[PP_FILTERS];
dri_context.c 47 for (i = 0; i < PP_FILTERS; i++) {
48 ctx->pp_enabled[i] = driQueryOptioni(&ctx->optionCache, pp_filters[i].name);

Completed in 44 milliseconds