HomeSort by relevance Sort by last modified time
    Searched full:levels (Results 1701 - 1725 of 3869) sorted by null

<<61626364656667686970>>

  /external/llvm/docs/TableGen/
LangIntro.rst 432 A ``defm`` can also be used inside a multiclass providing several levels of
559 levels of multiclass instantiations. This also avoids the need of using "let"
  /external/lz4/programs/
lz4cli.c 153 DISPLAY( " -e# : test all compression levels from -bX to # (default : 1)\n");
188 DISPLAY( "Compression levels : \n");
  /external/mesa3d/docs/
conform.html 34 Mesa 4.0 and later pass all conformance tests at all path levels.
699 NOTE: conformx passes for all machine path levels (-p option).
  /external/mesa3d/docs/relnotes/
12.0.2.html 73 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=96911">Bug 96911</a> - webgl2 conformance2/textures/misc/tex-mipmap-levels.html crashes 12.1 Intel driver</li>
339 <li>glsl: fix optimization of discard nested multiple levels</li>
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
disasm-a3xx.c 39 static const char *levels[] = { variable
836 printf("%s%04d[%08xx_%08xx] ", levels[level], n, dwords[1], dwords[0]);
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 376 /* XXX: hardware expects/requires 9 levels at minimum.
587 /* Set all the levels to effectively occupy the whole rectangular region */
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_winsys.h 302 /* Number of mipmap levels where DCC is enabled starting from level 0.
303 * Non-zero levels may be disabled due to alignment constraints, but not
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_validate.c 676 /* The mipmap levels are stored before the base of the texture. Make
685 /* Once the levels get small enough, they drop from T to LT. */
  /external/mesa3d/src/gallium/state_trackers/nine/
adapter9.c 427 * Advertise quality levels and map each level to a sample count. */
430 DBG("advertising %u quality levels\n", *pQualityLevels);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tex_layout.c 441 /* On Gen9+ the mipmap levels of a 1D surface are all laid out in a
724 * hardware doesn't support multiple mip levels on stencil/hiz.
  /external/mesa3d/src/mesa/main/
macros.h 664 minify(unsigned value, unsigned levels)
666 return MAX2(1, value >> levels);
  /external/python/cpython2/Demo/metaclasses/
index.html 50 <P>Note the two indirection levels. Take a simple example:
199 same role at different abstraction levels. And perhaps at some point
  /external/python/cpython3/Doc/library/
pdb.rst 254 Move the current frame *count* (default one) levels down in the stack trace
259 Move the current frame *count* (default one) levels up in the stack trace (to
  /external/python/cpython3/Lib/test/
test_generators.py 888 enough levels to satisfy the print stmts. Very odd: when I printed 5
    [all...]
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SimpleLog.java 123 /** Enable all logging levels */
126 /** Enable no logging levels */
  /external/syslinux/core/fs/xfs/
xfs.h 240 uint32_t agi_level; /* levels in inode btree */
689 * Key structure for non-leaf levels of the tree.
  /external/tensorflow/tensorflow/contrib/makefile/
README.md 381 For other variations of valid optimization flags, see [clang optimization levels](http://stackoverflow.com/questions/15548023/clang-optimization-levels).
  /external/webp/src/enc/
cost_enc.c 218 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]) {
227 VP8SetResidualCoeffs(levels, &res);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
vad1.h 105 Word16 old_level[COMPLEN]; /* input levels of the previous frame */
106 Word16 sub_level[COMPLEN]; /* input levels calculated at the end of
  /frameworks/base/services/core/java/com/android/server/display/
AutomaticBrightnessController.java 188 // The anchor determines what were the light levels when the user has set her preference, and
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/media/
PlaybackControlGlue.java 47 * fast forward/rewind at progressive speed levels, and skip to next/previous. This helper class
58 * inform the glue what speed levels are supported for fast forward/rewind.
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.h 453 * This function can be used if the application will be setting the audio volume using decibels instead of percentage. The maximum volume in decibels supported by the driver will be returned. This value can be used to determine the upper bound of the decibel range in calculating volume levels. This value is a signed integer. This function is only valid if stream is configured to #MIX_DECODE_DIRECTRENDER mode.
464 * This function can be used if the application will be setting the audio volume using decibels instead of percentage. The minimum volume in decibels supported by the driver will be returned. This value can be used to determine the lower bound of the decibel range in calculating volume levels. This value is a signed integer. This function is only valid if stream is configured to #MIX_DECODE_DIRECTRENDER mode.
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 274 event->phrase_extras[0].levels[0].level = 100;
275 event->phrase_extras[0].levels[0].user_id = 0;
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
CertificateFactory.java 99 * <th>Supported API Levels</th>
114 * <th>Supported (API Levels)</th>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 140 * @mip_levels: Number of mip levels for each face.
144 * The size of the array should equal the total number of mipmap levels.

Completed in 1477 milliseconds

<<61626364656667686970>>