Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c193 struct pipe_surface *dstSurf; in st_BlitFramebuffer() local
197 dstSurf = dstRb->surface; in st_BlitFramebuffer()
199 if (dstSurf) { in st_BlitFramebuffer()
200 blit.dst.resource = dstSurf->texture; in st_BlitFramebuffer()
201 blit.dst.level = dstSurf->u.tex.level; in st_BlitFramebuffer()
202 blit.dst.box.z = dstSurf->u.tex.first_layer; in st_BlitFramebuffer()
203 blit.dst.format = dstSurf->format; in st_BlitFramebuffer()
240 struct pipe_surface *dstSurf; in st_BlitFramebuffer() local
244 dstSurf = dstRb->surface; in st_BlitFramebuffer()
246 if (dstSurf) { in st_BlitFramebuffer()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c171 struct svga_winsys_surface *dstSurf, in SVGA3D_vgpu10_PredCopyRegion() argument
185 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_PredCopyRegion()
199 struct svga_winsys_surface *dstSurf, in SVGA3D_vgpu10_PredCopy() argument
210 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_PredCopy()
Dsvga_cmd.h341 struct svga_winsys_surface *dstSurf,
349 struct svga_winsys_surface *dstSurf,