Searched refs:dstSurf (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_blit.c223 struct pipe_surface *dstSurf; local in function:st_BlitFramebuffer
227 dstSurf = dstRb->surface;
229 if (dstSurf) {
230 blit.dst.resource = dstSurf->texture;
231 blit.dst.level = dstSurf->u.tex.level;
232 blit.dst.box.z = dstSurf->u.tex.first_layer;
233 blit.dst.format = dstSurf->format;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_blit.c230 struct pipe_surface *dstSurf; local in function:st_BlitFramebuffer
234 dstSurf = dstRb->surface;
236 if (dstSurf) {
237 blit.dst.resource = dstSurf->texture;
238 blit.dst.level = dstSurf->u.tex.level;
239 blit.dst.box.z = dstSurf->u.tex.first_layer;
240 blit.dst.format = dstSurf->format;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.h341 struct svga_winsys_surface *dstSurf,
349 struct svga_winsys_surface *dstSurf,
H A Dsvga_cmd_vgpu10.c171 struct svga_winsys_surface *dstSurf,
185 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE);
199 struct svga_winsys_surface *dstSurf,
210 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE);
170 SVGA3D_vgpu10_PredCopyRegion(struct svga_winsys_context * swc,struct svga_winsys_surface * dstSurf,uint32 dstSubResource,struct svga_winsys_surface * srcSurf,uint32 srcSubResource,const SVGA3dCopyBox * box) argument
198 SVGA3D_vgpu10_PredCopy(struct svga_winsys_context * swc,struct svga_winsys_surface * dstSurf,struct svga_winsys_surface * srcSurf) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.h341 struct svga_winsys_surface *dstSurf,
349 struct svga_winsys_surface *dstSurf,
H A Dsvga_cmd_vgpu10.c171 struct svga_winsys_surface *dstSurf,
185 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE);
199 struct svga_winsys_surface *dstSurf,
210 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE);
170 SVGA3D_vgpu10_PredCopyRegion(struct svga_winsys_context * swc,struct svga_winsys_surface * dstSurf,uint32 dstSubResource,struct svga_winsys_surface * srcSurf,uint32 srcSubResource,const SVGA3dCopyBox * box) argument
198 SVGA3D_vgpu10_PredCopy(struct svga_winsys_context * swc,struct svga_winsys_surface * dstSurf,struct svga_winsys_surface * srcSurf) argument

Completed in 9 milliseconds