Home
last modified time | relevance | path

Searched refs:stencils (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_init.c138 pipe_surface_reference(&ppq->stencils, NULL); in pp_free_fbos()
260 ppq->stencils = p->pipe->create_surface(p->pipe, ppq->stencil, &p->surf); in pp_init_fbos()
261 if (!ppq->stencil || !ppq->stencils) in pp_init_fbos()
Dpostprocess.h57 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member
Dpp_mlaa.c112 p->framebuffer.zsbuf = ppq->stencils; in pp_jimenezmlaa_run()