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

  /external/drm_gralloc/
gralloc_drm_intel.c 263 unsigned long max_stride; local
265 max_stride = 32 * 1024;
267 max_stride /= 2;
269 max_stride /= 2;
277 if (*stride > max_stride) {
279 max_stride = 32 * 1024;
280 if (*stride > max_stride)
288 if (!ibo || *stride > max_stride) {
297 max_stride = 32 * 1024;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.h 85 unsigned max_stride );

Completed in 594 milliseconds