Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c280 struct pipe_surface *dstStencilSurf = in st_BlitFramebuffer() local
325 blit.dst.resource = dstStencilSurf->texture; in st_BlitFramebuffer()
326 blit.dst.level = dstStencilSurf->u.tex.level; in st_BlitFramebuffer()
327 blit.dst.box.z = dstStencilSurf->u.tex.first_layer; in st_BlitFramebuffer()
328 blit.dst.format = dstStencilSurf->format; in st_BlitFramebuffer()