Searched refs:inner_tmps (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/ |
| H A D | filters.h | 44 unsigned int inner_tmps; /* Request how many inner temps */ member in struct:pp_filter_t
|
| H A D | pp_private.h | 78 struct pipe_resource *stencil; /* stencil shared by inner_tmps */ 81 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
|
| H A D | 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])
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/ |
| H A D | filters.h | 44 unsigned int inner_tmps; /* Request how many inner temps */ member in struct:pp_filter_t
|
| H A D | pp_private.h | 80 struct pipe_resource *stencil; /* stencil shared by inner_tmps */ 83 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
|
| H A D | 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 6 milliseconds