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

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_upload.c 45 #define INTEL_UPLOAD_SIZE (64*1024)
99 MAX2(INTEL_UPLOAD_SIZE, size), 4096);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_buffer_objects.c 501 #define INTEL_UPLOAD_SIZE (64*1024)
525 if (size < INTEL_UPLOAD_SIZE)
526 size = INTEL_UPLOAD_SIZE;

Completed in 1145 milliseconds