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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_blit.c246 struct st_renderbuffer *srcDepthRb = local in function:st_BlitFramebuffer
273 blit.src.resource = srcDepthRb->texture;
274 blit.src.level = srcDepthRb->surface->u.tex.level;
275 blit.src.box.z = srcDepthRb->surface->u.tex.first_layer;
276 blit.src.format = srcDepthRb->surface->format;
291 blit.src.resource = srcDepthRb->texture;
292 blit.src.level = srcDepthRb->surface->u.tex.level;
293 blit.src.box.z = srcDepthRb->surface->u.tex.first_layer;
294 blit.src.format = srcDepthRb->surface->format;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_blit.c253 struct st_renderbuffer *srcDepthRb = local in function:st_BlitFramebuffer
280 blit.src.resource = srcDepthRb->texture;
281 blit.src.level = srcDepthRb->surface->u.tex.level;
282 blit.src.box.z = srcDepthRb->surface->u.tex.first_layer;
283 blit.src.format = srcDepthRb->surface->format;
298 blit.src.resource = srcDepthRb->texture;
299 blit.src.level = srcDepthRb->surface->u.tex.level;
300 blit.src.box.z = srcDepthRb->surface->u.tex.first_layer;
301 blit.src.format = srcDepthRb->surface->format;

Completed in 3 milliseconds