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

  /external/mesa3d/src/gallium/auxiliary/postprocess/
filters.h 44 unsigned int inner_tmps; /* Request how many inner temps */ member in struct:pp_filter_t
pp_private.h 78 struct pipe_resource *stencil; /* stencil shared by inner_tmps */
82 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
pp_init.c 92 tmp_req = MAX2(tmp_req, pp_filters[i].inner_tmps);
155 pipe_surface_reference(&ppq->inner_tmps[i], NULL);
295 ppq->inner_tmps[i] = p->pipe->create_surface(p->pipe,
299 if (!ppq->inner_tmp[i] || !ppq->inner_tmps[i])

Completed in 102 milliseconds