Searched refs:aperture (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_noop_drm_shim.c | 442 struct drm_i915_gem_get_aperture *aperture = arg; in i915_gem_get_aperture() local 446 aperture->aper_size = 1ull << 48; in i915_gem_get_aperture() 447 aperture->aper_available_size = 1ull << 48; in i915_gem_get_aperture() 449 aperture->aper_size = 1ull << 31; in i915_gem_get_aperture() 450 aperture->aper_size = 1ull << 31; in i915_gem_get_aperture()
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr.c | 358 fprintf(stderr, "%s: Mappable aperture size hardcoded to 64MiB\n", __func__); in drm_intel_probe_agp_aperture_size() 367 struct drm_i915_gem_get_aperture aperture; in drm_intel_get_aperture_sizes() local 370 ret = drmIoctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture); in drm_intel_get_aperture_sizes() 380 *total = aperture.aper_size; in drm_intel_get_aperture_sizes()
|
H A D | intel_bufmgr_gem.c | 542 * and require tiled buffer to be size aligned in the aperture. in drm_intel_bo_gem_set_in_aperture_size() 545 * aperture. Optimal packing is for wimps. in drm_intel_bo_gem_set_in_aperture_size() 707 * cache and in the aperture for us. in drm_intel_gem_bo_alloc_internal() 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, " in drm_intel_gem_check_aperture_space() 3537 struct drm_i915_gem_get_aperture aperture; drm_intel_bufmgr_gem_init() local [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_screen.c | 130 struct drm_i915_gem_get_aperture aperture = {}; in get_aperture_size() local 131 intel_ioctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture); in get_aperture_size() 132 return aperture.aper_size; in get_aperture_size()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lensfun.c | 79 float aperture; member 110 { "aperture", "aperture (constant for the duration of the use of this filter)", OFFSET(aperture), AV_OPT_TYPE_FLOAT, {.dbl=3.5}, 0.0, DBL_MAX, FLAGS }, 224 lf_modifier_enable_vignetting_correction(lensfun->modifier, lensfun->aperture, lensfun->focus_distance); in config_props()
|
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_device_info.c | 1700 struct drm_i915_gem_get_aperture aperture = { 0 }; in intel_get_aperture_size() local 1702 int ret = intel_ioctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture); in intel_get_aperture_size() 1704 *size = aperture.aper_size; in intel_get_aperture_size()
|
Completed in 10 milliseconds