Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c269 struct st_renderbuffer *srcDepthRb = in st_BlitFramebuffer() local
296 blit.src.resource = srcDepthRb->texture; in st_BlitFramebuffer()
297 blit.src.level = srcDepthRb->surface->u.tex.level; in st_BlitFramebuffer()
298 blit.src.box.z = srcDepthRb->surface->u.tex.first_layer; in st_BlitFramebuffer()
299 blit.src.format = srcDepthRb->surface->format; in st_BlitFramebuffer()
314 blit.src.resource = srcDepthRb->texture; in st_BlitFramebuffer()
315 blit.src.level = srcDepthRb->surface->u.tex.level; in st_BlitFramebuffer()
316 blit.src.box.z = srcDepthRb->surface->u.tex.first_layer; in st_BlitFramebuffer()
317 blit.src.format = srcDepthRb->surface->format; in st_BlitFramebuffer()