Lines Matching refs:aperture
542 * and require tiled buffer to be size aligned in the aperture.
545 * aperture. Optimal packing is for wimps.
707 * cache and in the aperture for us.
2176 * state, and then check if it still fits in the aperture.
2779 * Return the additional aperture space required by the tree of buffer objects
2849 * Return a conservative estimate for the amount of aperture required
2867 * Return the amount of aperture needed for a collection of buffers.
2905 * to a tree of buffers that won't simultaneously fit in the aperture,
2911 * covering almost all of the aperture means that at each emit we end up
2938 DBG("check_space: overflowed available aperture, "
3537 struct drm_i915_gem_get_aperture aperture;
3560 memclear(aperture);
3563 &aperture);
3566 bufmgr_gem->gtt_size = aperture.aper_available_size;
3571 fprintf(stderr, "Assuming %dkB available aperture size.\n"