/external/igt-gpu-tools/lib/ |
D | ioctl_wrappers.c | 1012 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/ |
D | intel_noop_drm_shim.c | 300 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/ |
D | openexr.dict | 9 aperture="aperture"
|
/external/libdrm/intel/ |
D | intel_bufmgr.c | 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()
|
D | intel_bufmgr_gem.c | 3537 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/ |
D | overlay.c | 125 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/ |
D | MESA_agp_offset.spec | 35 region into byte offsets into the AGP aperture.
|
/external/mesa3d/src/intel/dev/ |
D | gen_device_info.c | 1336 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/ |
D | 10.0.3.rst | 157 aperture.
|
/external/ImageMagick/coders/ |
D | dng.c | 184 raw_info->other.aperture); in SetDNGProperties()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 102 def FeatureApertureRegs : SubtargetFeature<"aperture-regs",
|
/external/libexif/po/ |
D | en_GB.po | 3623 msgid "The lens aperture. The unit is the APEX value." 3624 msgstr "The lens aperture. The unit is the APEX value."
|
D | da.po | 14 # aperture -> blændetal 3693 msgid "The lens aperture. The unit is the APEX value."
|
D | en_AU.po | 3623 msgid "The lens aperture. The unit is the APEX value." 3624 msgstr "The lens aperture. The unit is the APEX value."
|
D | libexif-12.pot | 3359 msgid "The lens aperture. The unit is the APEX value."
|
D | en_CA.po | 3403 msgid "The lens aperture. The unit is the APEX value."
|
D | tr.po | 3363 msgid "The lens aperture. The unit is the APEX value."
|
D | sq.po | 3363 msgid "The lens aperture. The unit is the APEX value."
|
D | be.po | 3363 msgid "The lens aperture. The unit is the APEX value."
|
D | zh_CN.po | 3363 msgid "The lens aperture. The unit is the APEX value."
|
D | ja.po | 3373 msgid "The lens aperture. The unit is the APEX value."
|
D | pt.po | 3363 msgid "The lens aperture. The unit is the APEX value."
|
D | ru.po | 3511 msgid "The lens aperture. The unit is the APEX value."
|
D | uk.po | 3362 msgid "The lens aperture. The unit is the APEX value."
|
D | sr.po | 3527 msgid "The lens aperture. The unit is the APEX value."
|