Home | History | Annotate | Download | only in vdpau

Lines Matching refs:sv

226       struct pipe_sampler_view *sv = sampler_views[i];
227 if (!sv) continue;
231 for (j = 0; j < sv->texture->depth0; ++j) {
239 transfer = pipe->get_transfer(pipe, sv->texture, 0, PIPE_TRANSFER_READ, &box);
252 util_copy_rect(destination_data[i] + destination_pitches[i] * j, sv->texture->format,
253 destination_pitches[i] * sv->texture->depth0, 0, 0,
320 struct pipe_sampler_view *sv = sampler_views[i];
321 if (!sv || !source_pitches[i]) continue;
325 for (j = 0; j < sv->texture->depth0; ++j) {
331 pipe->transfer_inline_write(pipe, sv->texture, 0,
334 source_pitches[i] * sv->texture->depth0,