Home
last modified time | relevance | path

Searched refs:INTEL_UPLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_upload.c45 #define INTEL_UPLOAD_SIZE (64*1024) macro
102 MAX2(INTEL_UPLOAD_SIZE, size), 4096); in intel_upload_space()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffer_objects.c501 #define INTEL_UPLOAD_SIZE (64*1024) macro
525 if (size < INTEL_UPLOAD_SIZE) in wrap_buffers()
526 size = INTEL_UPLOAD_SIZE; in wrap_buffers()