Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:dst_level

255      unsigned dst_level,
269 blit.dst.level = dst_level;
282 unsigned dst_level,
333 blit(pipe, dst, blit_dst_format, dst_level, dstx, dsty, dstz,
400 unsigned dst_level,
430 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src,
437 blit(pipe, dst, canon_format, dst_level, dstx, dsty, dstz, src,
454 swizzled_copy(pipe, dst, dst_level, dstx, dsty, dstz, temp, 0,
463 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src,
478 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, temp,
490 unsigned dst_level,
499 pipe->resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
507 if (handle_complex_copy(pipe, dst, dst_level, dstx, dsty, dstz, src,
515 if (handle_complex_copy(pipe, dst, dst_level, dstx, dsty, dstz, src,
523 if (handle_complex_copy(pipe, dst, dst_level, dstx, dsty, dstz, src,
531 swizzled_copy(pipe, dst, dst_level, dstx, dsty, dstz, src, src_level,
633 int src_level, dst_level;
657 dst_level = dst_image->Level;
660 dst_level += dst_image->TexObject->MinLevel;
666 dst_level = 0;
677 copy_image(pipe, dst_res, dst_level, dst_x, dst_y, dst_z,