Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c729 struct r300_surface *srcsurf, *dstsurf; in r300_simple_msaa_resolve() local
735 srcsurf = r300_surface(pipe->create_surface(pipe, src, &surf_tmpl)); in r300_simple_msaa_resolve()
745 srcsurf->pitch &= ~(R300_COLOR_TILE(1) | R300_COLOR_MICROTILE(3)); in r300_simple_msaa_resolve()
746 srcsurf->pitch |= dstsurf->pitch & (R300_COLOR_TILE(1) | R300_COLOR_MICROTILE(3)); in r300_simple_msaa_resolve()
755 util_blitter_custom_color(r300->blitter, &srcsurf->base, NULL); in r300_simple_msaa_resolve()
763 pipe_surface_reference((struct pipe_surface**)&srcsurf, NULL); in r300_simple_msaa_resolve()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c1444 struct svga_winsys_surface *srcsurf; in svga_texture_transfer_unmap_upload() local
1459 srcsurf = svga_buffer_handle(svga, st->upload.buf, 0); in svga_texture_transfer_unmap_upload()
1471 SVGA_RETRY(svga, SVGA3D_vgpu10_TransferFromBuffer(svga->swc, srcsurf, in svga_texture_transfer_unmap_upload()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c2671 struct pipe_surface *srcsurf, *dstsurf, surf_tmpl; in util_blitter_custom_resolve_color() local
2698 srcsurf = pipe->create_surface(pipe, src, &surf_tmpl); in util_blitter_custom_resolve_color()
2704 fb_state.cbufs[0] = srcsurf; in util_blitter_custom_resolve_color()
2721 pipe_surface_reference(&srcsurf, NULL); in util_blitter_custom_resolve_color()