Home | History | Annotate | Download | only in util

Lines Matching refs:dst_view

1092    struct pipe_surface *dst_view, dst_templ;
1100 dst_view = pipe->create_surface(pipe, dst, &dst_templ);
1107 util_blitter_copy_texture_view(blitter, dst_view, dst_sample_mask, dstx,
1111 pipe_surface_reference(&dst_view, NULL);