Searched refs:srcsurf (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 69 srcsurf = screen->get_tex_surface(screen, src_tex, in svga_surface_copy() 80 svga_surface(srcsurf)->handle, in svga_surface_copy() 85 srcsurf, in svga_surface_copy() 94 srcsurf, in svga_surface_copy() 116 pipe_surface_reference(&srcsurf, NULL); in svga_surface_copy()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_render.c | 1262 struct pipe_surface *srcsurf, *dstsurf, surf_tmpl; in r300_resource_resolve() local 1272 srcsurf = pipe->create_surface(pipe, info->src.res, &surf_tmpl); in r300_resource_resolve() 1294 srcsurf, &color, 0, 0, in r300_resource_resolve() 1304 pipe_surface_reference(&srcsurf, NULL); in r300_resource_resolve()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 1516 struct pipe_surface *srcsurf, *dstsurf, surf_tmpl; in util_blitter_custom_resolve_color() local 1542 srcsurf = pipe->create_surface(pipe, src, &surf_tmpl); in util_blitter_custom_resolve_color() 1548 fb_state.cbufs[0] = srcsurf; in util_blitter_custom_resolve_color() 1562 pipe_surface_reference(&srcsurf, NULL); in util_blitter_custom_resolve_color()
|