Home
last modified time | relevance | path

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

123

/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.c3602 struct drm_i915_gem_get_aperture aperture; in drm_intel_bufmgr_gem_init() local
3626 memclear(aperture); in drm_intel_bufmgr_gem_init()
3629 &aperture); in drm_intel_bufmgr_gem_init()
3632 bufmgr_gem->gtt_size = aperture.aper_available_size; in drm_intel_bufmgr_gem_init()
/external/mesa3d/src/intel/vulkan/
Danv_gem.c346 struct drm_i915_gem_get_aperture aperture = { 0 }; in anv_gem_get_aperture() local
348 int ret = anv_ioctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture); in anv_gem_get_aperture()
352 *size = aperture.aper_available_size; in anv_gem_get_aperture()
/external/u-boot/doc/device-tree-bindings/misc/
Dintel,baytrail-fsp.txt60 - fsp,aperture-size
127 fsp,aperture-size = <APERTURE_SIZE_256MB>;
/external/mesa3d/docs/specs/OLD/
DMESA_agp_offset.spec35 region into byte offsets into the AGP aperture.
/external/libxcam/xcore/base/
Dxcam_3a_result.h140 double aperture; //fn member
/external/u-boot/arch/arm/dts/
Dkirkwood.dtsi41 pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256 MiB memory space */
42 pcie-io-aperture = <0xf2000000 0x100000>; /* 1 MiB I/O space */
Darmada-370-xp.dtsi86 pcie-mem-aperture = <0xf8000000 0x7e00000>;
87 pcie-io-aperture = <0xffe00000 0x100000>;
Darmada-38x.dtsi78 pcie-mem-aperture = <0xe0000000 0x8000000>;
79 pcie-io-aperture = <0xe8000000 0x100000>;
Darmada-375.dtsi111 pcie-mem-aperture = <0xe0000000 0x8000000>;
112 pcie-io-aperture = <0xe8000000 0x100000>;
Dtegra20.dtsi564 0x58000000 0x02000000>; /* GART aperture */
/external/u-boot/arch/x86/dts/
Dcherryhill.dts169 fsp,aperture-size = <APERTURE_SIZE_256MB>;
Dbayleybay.dts264 fsp,aperture-size = <APERTURE_SIZE_256MB>;
Dbaytrail_som-db5800-som-6867.dts283 fsp,aperture-size = <APERTURE_SIZE_256MB>;
Ddfi-bt700.dtsi289 fsp,aperture-size = <APERTURE_SIZE_256MB>;
Dconga-qeval20-qa3-e3845.dts270 fsp,aperture-size = <APERTURE_SIZE_256MB>;
Dminnowmax.dts291 fsp,aperture-size = <APERTURE_SIZE_256MB>;
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c1413 struct drm_i915_gem_get_aperture aperture; in get_aperture_size() local
1415 if (drmIoctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture) != 0) in get_aperture_size()
1418 return aperture.aper_size; in get_aperture_size()
/external/ImageMagick/coders/
Ddng.c189 raw_info->other.aperture); in SetDNGProperties()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPU.td84 def FeatureApertureRegs : SubtargetFeature<"aperture-regs",
/external/libxcam/modules/isp/
Daiq_handler.cpp550 exposure.aperture = _result.aiq_exp_param.aperture_fn; in pop_result()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUUsage.rst1550 apperture ranges. Flat access to scratch requires hardware aperture setup and
1552 access to LDS requires hardware aperture setup and M0 (GFX7-GFX8) register setup
1589 aperture bases. It also contains fields used by CP such as managing the
/external/libexif/po/
Dda.po14 # aperture -> blændetal
3693 msgid "The lens aperture. The unit is the APEX value."
Den_GB.po3623 msgid "The lens aperture. The unit is the APEX value."
3624 msgstr "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."

123