Searched defs:aperture (Results 1 - 2 of 2) sorted by relevance

/external/libdrm/intel/
H A Dintel_bufmgr.c339 struct drm_i915_gem_get_aperture aperture; local
342 ret = drmIoctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture);
352 *total = aperture.aper_size;
H A Dintel_bufmgr_gem.c529 * and require tiled buffer to be size aligned in the aperture.
532 * aperture. Optimal packing is for wimps.
694 * cache and in the aperture for us.
1893 * state, and then check if it still fits in the aperture.
2107 /* XXX: Handle aperture overflow. */
2801 * Return the additional aperture space required by the tree of buffer objects
2871 * Return a conservative estimate for the amount of aperture required
2889 * Return the amount of aperture needed for a collection of buffers.
2927 * to a tree of buffers that won't simultaneously fit in the aperture,
2933 * covering almost all of the aperture mean
3430 struct drm_i915_gem_get_aperture aperture; local
[all...]

Completed in 376 milliseconds