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

  /external/mesa3d/src/gallium/auxiliary/postprocess/
postprocess.h 57 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
pp_init.c 138 pipe_surface_reference(&ppq->stencils, NULL);
260 ppq->stencils = p->pipe->create_surface(p->pipe, ppq->stencil, &p->surf);
261 if (!ppq->stencil || !ppq->stencils)
pp_mlaa.c 112 p->framebuffer.zsbuf = ppq->stencils;

Completed in 51 milliseconds