OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pp_filters
(Results
1 - 9
of
9
) 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
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]);
pp_celshade.c
30
#include "postprocess/
pp_filters
.h"
postprocess.h
33
#define
PP_FILTERS
6 /* Increment this if you add filters */
pp_colors.c
30
#include "postprocess/
pp_filters
.h"
pp_run.c
30
#include "postprocess/
pp_filters
.h"
pp_mlaa.c
45
#include "postprocess/
pp_filters
.h"
/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 79 milliseconds