Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c222 struct pipe_surface *srcSurf; in st_BlitFramebuffer() local
233 srcSurf = srcRb->surface; in st_BlitFramebuffer()
252 blit.src.resource = srcSurf->texture; in st_BlitFramebuffer()
253 blit.src.level = srcSurf->u.tex.level; in st_BlitFramebuffer()
254 blit.src.box.z = srcSurf->u.tex.first_layer; in st_BlitFramebuffer()
255 blit.src.format = srcSurf->format; in st_BlitFramebuffer()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c173 struct svga_winsys_surface *srcSurf, in SVGA3D_vgpu10_PredCopyRegion() argument
186 swc->surface_relocation(swc, &cmd->srcSid, NULL, srcSurf, SVGA_RELOC_READ); in SVGA3D_vgpu10_PredCopyRegion()
200 struct svga_winsys_surface *srcSurf) in SVGA3D_vgpu10_PredCopy() argument
211 swc->surface_relocation(swc, &cmd->srcSid, NULL, srcSurf, SVGA_RELOC_READ); in SVGA3D_vgpu10_PredCopy()
Dsvga_cmd.h343 struct svga_winsys_surface *srcSurf,
350 struct svga_winsys_surface *srcSurf);