HomeSort by relevance Sort by last modified time
    Searched refs:gen6_blt_max_bytes_per_scanline (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder_blt.h 71 static const int gen6_blt_max_bytes_per_scanline = 32768; variable
120 assert(width < gen6_blt_max_bytes_per_scanline);
163 assert(width * cpp < gen6_blt_max_bytes_per_scanline);
219 assert(width < gen6_blt_max_bytes_per_scanline);
267 assert(width * cpp < gen6_blt_max_bytes_per_scanline);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter_blt.c 156 if (width > gen6_blt_max_bytes_per_scanline) {
209 if (width > gen6_blt_max_bytes_per_scanline) {
259 if (dst_box->width * cpp > gen6_blt_max_bytes_per_scanline)
333 if (src_box->width * cpp * xscale > gen6_blt_max_bytes_per_scanline)

Completed in 4754 milliseconds