Home
last modified time | relevance | path

Searched refs:aperture (Results 1 – 25 of 54) sorted by relevance

123

/external/igt-gpu-tools/lib/
Dioctl_wrappers.c1012 struct local_i915_gem_get_aperture aperture; in gem_total_mappable_size() local
1014 memset(&aperture, 0, sizeof(aperture)); in gem_total_mappable_size()
1015 do_ioctl(fd, LOCAL_IOCTL_I915_GEM_GET_APERTURE, &aperture); in gem_total_mappable_size()
1017 return aperture.map_total_size; in gem_total_mappable_size()
1030 struct local_i915_gem_get_aperture aperture; in gem_total_stolen_size() local
1032 memset(&aperture, 0, sizeof(aperture)); in gem_total_stolen_size()
1033 do_ioctl(fd, LOCAL_IOCTL_I915_GEM_GET_APERTURE, &aperture); in gem_total_stolen_size()
1035 return aperture.stolen_total_size; in gem_total_stolen_size()
1049 struct drm_i915_gem_get_aperture aperture; in gem_available_aperture_size() local
1051 memset(&aperture, 0, sizeof(aperture)); in gem_available_aperture_size()
[all …]
/external/mesa3d/src/intel/tools/
Dintel_noop_drm_shim.c300 struct drm_i915_gem_get_aperture *aperture = arg; in i915_gem_get_aperture() local
304 aperture->aper_size = 1ull << 48; in i915_gem_get_aperture()
305 aperture->aper_available_size = 1ull << 48; in i915_gem_get_aperture()
307 aperture->aper_size = 1ull << 31; in i915_gem_get_aperture()
308 aperture->aper_size = 1ull << 31; in i915_gem_get_aperture()
/external/AFLplusplus/dictionaries/
Dopenexr.dict9 aperture="aperture"
/external/libdrm/intel/
Dintel_bufmgr.c367 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()
Dintel_bufmgr_gem.c3537 struct drm_i915_gem_get_aperture aperture; in drm_intel_bufmgr_gem_init() local
3560 memclear(aperture); in drm_intel_bufmgr_gem_init()
3563 &aperture); in drm_intel_bufmgr_gem_init()
3566 bufmgr_gem->gtt_size = aperture.aper_available_size; in drm_intel_bufmgr_gem_init()
/external/igt-gpu-tools/overlay/
Doverlay.c125 struct chart aperture; member
726 chart_init(&go->aperture, "aperture", 120); in init_gem_objects()
727 chart_set_position(&go->aperture, ctx->width/2+HALF_PAD, ctx->height/2 + HALF_PAD); in init_gem_objects()
728 chart_set_size(&go->aperture, ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gem_objects()
729 chart_set_stroke_rgba(&go->aperture, 0.75, 0.25, 0.50, 1.); in init_gem_objects()
730 chart_set_mode(&go->aperture, CHART_STROKE); in init_gem_objects()
731 chart_set_range(&go->aperture, 0, go->gem_objects.max_gtt); in init_gem_objects()
759 chart_add_sample(&go->aperture, go->gem_objects.total_aperture); in show_gem_objects()
762 chart_draw(&go->aperture, ctx->cr); in show_gem_objects()
/external/mesa3d/docs/_extra/specs/OLD/
DMESA_agp_offset.spec35 region into byte offsets into the AGP aperture.
/external/mesa3d/src/intel/dev/
Dgen_device_info.c1336 struct drm_i915_gem_get_aperture aperture = { 0 }; in gen_get_aperture_size() local
1338 int ret = gen_ioctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture); in gen_get_aperture_size()
1340 *size = aperture.aper_size; in gen_get_aperture_size()
/external/mesa3d/docs/relnotes/
D10.0.3.rst157 aperture.
/external/ImageMagick/coders/
Ddng.c184 raw_info->other.aperture); in SetDNGProperties()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPU.td102 def FeatureApertureRegs : SubtargetFeature<"aperture-regs",
/external/libexif/po/
Den_GB.po3623 msgid "The lens aperture. The unit is the APEX value."
3624 msgstr "The lens aperture. The unit is the APEX value."
Dda.po14 # aperture -> blændetal
3693 msgid "The lens aperture. The unit is the APEX value."
Den_AU.po3623 msgid "The lens aperture. The unit is the APEX value."
3624 msgstr "The lens aperture. The unit is the APEX value."
Dlibexif-12.pot3359 msgid "The lens aperture. The unit is the APEX value."
Den_CA.po3403 msgid "The lens aperture. The unit is the APEX value."
Dtr.po3363 msgid "The lens aperture. The unit is the APEX value."
Dsq.po3363 msgid "The lens aperture. The unit is the APEX value."
Dbe.po3363 msgid "The lens aperture. The unit is the APEX value."
Dzh_CN.po3363 msgid "The lens aperture. The unit is the APEX value."
Dja.po3373 msgid "The lens aperture. The unit is the APEX value."
Dpt.po3363 msgid "The lens aperture. The unit is the APEX value."
Dru.po3511 msgid "The lens aperture. The unit is the APEX value."
Duk.po3362 msgid "The lens aperture. The unit is the APEX value."
Dsr.po3527 msgid "The lens aperture. The unit is the APEX value."

123