/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 47 struct pp_queue_t *ppq; in pp_init() local 59 ppq = CALLOC(1, sizeof(struct pp_queue_t)); in pp_init() 61 if (!ppq) { in pp_init() 66 ppq->pp_queue = CALLOC(num_filters, sizeof(pp_func)); in pp_init() 67 if (ppq->pp_queue == NULL) { in pp_init() 72 ppq->shaders = CALLOC(num_filters, sizeof(void *)); in pp_init() 73 ppq->filters = CALLOC(num_filters, sizeof(unsigned int)); in pp_init() 75 if ((ppq->shaders == NULL) || in pp_init() 76 (ppq->filters == NULL)) { in pp_init() 81 ppq->p = pp_init_prog(ppq, pipe, cso); in pp_init() [all …]
|
D | pp_mlaa.c | 62 up_consts(struct pp_queue_t *ppq) in up_consts() argument 64 struct pipe_context *pipe = ppq->p->pipe; in up_consts() 66 pipe->buffer_subdata(pipe, ppq->constbuf, PIPE_TRANSFER_WRITE, in up_consts() 72 pp_jimenezmlaa_run(struct pp_queue_t *ppq, struct pipe_resource *in, in pp_jimenezmlaa_run() argument 76 struct pp_program *p = ppq->p; in pp_jimenezmlaa_run() 88 assert(ppq); in pp_jimenezmlaa_run() 89 assert(ppq->constbuf); in pp_jimenezmlaa_run() 90 assert(ppq->areamaptex); in pp_jimenezmlaa_run() 91 assert(ppq->inner_tmp); in pp_jimenezmlaa_run() 92 assert(ppq->shaders[n]); in pp_jimenezmlaa_run() [all …]
|
D | pp_run.c | 84 pp_run(struct pp_queue_t *ppq, struct pipe_resource *in, in pp_run() argument 89 struct cso_context *cso = ppq->p->cso; in pp_run() 91 if (ppq->n_filters == 0) in pp_run() 94 assert(ppq->pp_queue); in pp_run() 95 assert(ppq->tmp[0]); in pp_run() 97 if (in->width0 != ppq->p->framebuffer.width || in pp_run() 98 in->height0 != ppq->p->framebuffer.height) { in pp_run() 100 pp_free_fbos(ppq); in pp_run() 101 pp_init_fbos(ppq, in->width0, in->height0); in pp_run() 104 if (in == out && ppq->n_filters == 1) { in pp_run() [all …]
|
D | pp_colors.c | 35 pp_nocolor(struct pp_queue_t *ppq, struct pipe_resource *in, in pp_nocolor() argument 39 struct pp_program *p = ppq->p; in pp_nocolor() 51 cso_set_vertex_shader_handle(p->cso, ppq->shaders[n][0]); in pp_nocolor() 52 cso_set_fragment_shader_handle(p->cso, ppq->shaders[n][1]); in pp_nocolor() 62 pp_nored_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val) in pp_nored_init() argument 64 ppq->shaders[n][1] = in pp_nored_init() 65 pp_tgsi_to_state(ppq->p->pipe, nored, false, "nored"); in pp_nored_init() 67 return (ppq->shaders[n][1] != NULL) ? TRUE : FALSE; in pp_nored_init() 72 pp_nogreen_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val) in pp_nogreen_init() argument 74 ppq->shaders[n][1] = in pp_nogreen_init() [all …]
|
D | pp_celshade.c | 35 pp_celshade_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val) in pp_celshade_init() argument 37 ppq->shaders[n][1] = in pp_celshade_init() 38 pp_tgsi_to_state(ppq->p->pipe, celshade, false, "celshade"); in pp_celshade_init() 40 return (ppq->shaders[n][1] != NULL) ? TRUE : FALSE; in pp_celshade_init() 45 pp_celshade_free(struct pp_queue_t *ppq, unsigned int n) in pp_celshade_free() argument
|
D | pp_program.c | 43 pp_init_prog(struct pp_queue_t *ppq, struct pipe_context *pipe, in pp_init_prog() argument
|
/external/clang/test/Preprocessor/ |
D | pragma_diagnostic.c | 41 void ppq(){} in ppq() function
|
/external/webp/src/dsp/ |
D | enc_mips32.c | 201 const uint16_t* ppq = &mtx->q_[0]; in QuantizeBlock_MIPS32() local 231 [ppsharpen]"r"(ppsharpen), [ppq]"r"(ppq) in QuantizeBlock_MIPS32()
|
D | enc_mips_dsp_r2.c | 1287 const uint16_t* ppq = &mtx->q_[0]; in QuantizeBlock_MIPSdspR2() local 1309 [ppsharpen]"r"(ppsharpen), [ppq]"r"(ppq) in QuantizeBlock_MIPSdspR2()
|
/external/kernel-headers/original/uapi/sound/ |
D | asequencer.h | 506 int ppq; /* time resolution, ticks/quarter */ member
|