Searched refs:inner_tmps (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dfilters.h39 unsigned int inner_tmps; /* Request how many inner temps */ member in struct:pp_filter_t
H A Dpostprocess.h55 struct pipe_resource *stencil; /* stencil shared by inner_tmps */
57 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
H A Dpp_init.c77 tmp_req = MAX2(tmp_req, pp_filters[i].inner_tmps);
135 pipe_surface_reference(&ppq->inner_tmps[i], NULL);
237 ppq->inner_tmps[i] = p->pipe->create_surface(p->pipe,
241 if (!ppq->inner_tmp[i] || !ppq->inner_tmps[i])
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dfilters.h39 unsigned int inner_tmps; /* Request how many inner temps */ member in struct:pp_filter_t
H A Dpostprocess.h55 struct pipe_resource *stencil; /* stencil shared by inner_tmps */
57 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
H A Dpp_init.c77 tmp_req = MAX2(tmp_req, pp_filters[i].inner_tmps);
135 pipe_surface_reference(&ppq->inner_tmps[i], NULL);
237 ppq->inner_tmps[i] = p->pipe->create_surface(p->pipe,
241 if (!ppq->inner_tmp[i] || !ppq->inner_tmps[i])

Completed in 30 milliseconds