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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
filters.h 39 unsigned int inner_tmps; /* Request how many inner temps */ member in struct:pp_filter_t
postprocess.h 55 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
pp_init.c 77 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/
filters.h 39 unsigned int inner_tmps; /* Request how many inner temps */ member in struct:pp_filter_t
postprocess.h 55 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
pp_init.c 77 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 32 milliseconds