HomeSort by relevance Sort by last modified time
    Searched full:pp_filters (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/auxiliary/postprocess/
filters.h 33 #define PP_FILTERS 6 /* Increment this if you add filters */
54 static const struct pp_filter_t pp_filters[PP_FILTERS] = { variable in typeref:struct:pp_filter_t
pp_init.c 52 for (i = 0; i < PP_FILTERS; i++) {
89 for (i = 0; i < PP_FILTERS; i++) {
91 ppq->pp_queue[curpos] = pp_filters[i].main;
92 tmp_req = MAX2(tmp_req, pp_filters[i].inner_tmps);
95 if (pp_filters[i].shaders) {
97 CALLOC(pp_filters[i].shaders + 1, sizeof(void *));
105 if (!pp_filters[i].init(ppq, curpos, enabled[i])) {
191 for (j = 0; j < pp_filters[filter].shaders; j++) {
205 if (j >= pp_filters[filter].verts) {
219 pp_filters[filter].free(ppq, i)
    [all...]
pp_celshade.c 30 #include "postprocess/pp_filters.h"
pp_colors.c 30 #include "postprocess/pp_filters.h"
pp_run.c 29 #include "postprocess/pp_filters.h"
pp_mlaa.c 45 #include "postprocess/pp_filters.h"
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl_context.h 68 unsigned int postProcessEnable[PP_FILTERS];
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_screen.h 73 unsigned pp_enabled[PP_FILTERS];
dri_screen.c 422 for (i = 0; i < PP_FILTERS; i++) {
424 pp_filters[i].name);
  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 111 unsigned pp_enabled[PP_FILTERS];
1021 for (i = 0; i < PP_FILTERS; i++) {
1022 if (strcmp(pp_filters[i].name, filter) == 0) {
  /external/mesa3d/src/gallium/auxiliary/
Makefile.sources 112 postprocess/pp_filters.h \

Completed in 3788 milliseconds