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/
pp_private.h 82 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils; member in struct:pp_queue_t
pp_init.c 158 pipe_surface_reference(&ppq->stencils, NULL);
318 ppq->stencils = p->pipe->create_surface(p->pipe, ppq->stencil, &p->surf);
319 if (!ppq->stencil || !ppq->stencils)
pp_mlaa.c 124 p->framebuffer.zsbuf = ppq->stencils;

Completed in 75 milliseconds