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

<<31323334353637383940>>

  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 26 * - Randomly re-specify levels to eventually reach mipmap-complete texture.
1074 int levels; member in struct:deqp::gles31::Functional::__anon18842
1095 int levels = texCubeArraySizes[ndx].levels; local
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
CycleDetectingLockFactory.java 148 * <li> 2 levels: average of 64ns per lock()/unlock()
149 * <li> 3 levels: average of 77ns per lock()/unlock()
150 * <li> 4 levels: average of 99ns per lock()/unlock()
151 * <li> 5 levels: average of 103ns per lock()/unlock()
152 * <li>10 levels: average of 184ns per lock()/unlock()
153 * <li>20 levels: average of 393ns per lock()/unlock()
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_image.c 313 S_008F1C_POW2_PAD(image->levels > 1) |
406 &fixedmapping, 0, image->levels - 1, 0,
424 for (i = 0; i <= image->levels - 1; i++)
427 md->size_metadata = (11 + image->levels - 1) * 4;
658 if (image->array_size > 1 || image->levels > 1)
702 image->levels = pCreateInfo->mipLevels;
    [all...]
  /external/mesa3d/src/intel/isl/
isl.h 806 uint32_t levels; member in struct:isl_surf_init_info
853 uint32_t levels; member in struct:isl_surf
922 uint32_t levels; member in struct:isl_view
    [all...]
  /bionic/libc/include/
pthread.h 190 * Cruft for supporting old API levels. Pre-L we didn't have the proper POSIX
192 * Keep exposing the old prototypes on old API levels so we don't regress
  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_setup.c 173 * and supporting 3 domain levels, the populated psci_non_cpu_pd_nodes would
212 * power domain levels for this CPU to run.
  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 85 #define MAXDFLSRCH 3 /* # default domain levels to try */
87 #define LOCALDOMAINPARTS 2 /* min levels in name that is "local" */
  /external/aac/libSBRenc/src/
ton_corr.h 199 INVF_MODE* infVec, /*!< Vector where the inverse filtering levels will be
201 FIXP_DBL* noiseLevels, /*!< Vector where the noise levels will be stored. */
  /external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/
network_WiFi_VerifyAttenuator.py 165 logging.info('Waiting for client signal levels to settle.')
279 4) Tester should manually inspect that signal levels decrease linearly
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 259 // 5 levels: init list, gen_pair, command_map, init list, command_pair
262 // 4 levels: init list, gen_pair, command_map via init list, command_pair
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseTexture2Tests.hpp 155 virtual bool sparseAllocateTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint levels);
156 virtual bool allocateTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint levels);
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexSpacing.hpp 43 * Make sure that negative inner levels are clamped as defined for active
50 * in regard to relevant inner/outer tessellation levels for all
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 89 virtual void texStorage2D (deUint32 target, int levels, deUint32 internalFormat, int width, int height);
90 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth);
  /external/freetype/docs/
DEBUG 106 corresponding component. Messages with trace levels *higher* than
151 the memory and io components which will be set to trace levels 5
  /external/gemmlowp/doc/
kernel.md 46 levels of depth at once. The 'cells' and `CellFormat` detail the layout of these
135 // levels of depth (Kernel::kDepth=2).
  /external/icu/icu4c/source/common/unicode/
ubiditransform.h 119 * <li>resolving embedding levels of each character in the input text by
121 * <li>reordering the characters based on the computed embedding levels, also
  /external/libavc/common/
ih264_defs.h 47 /* Profile and Levels */
70 * @brief Defines the set of possible levels
  /external/libavc/encoder/
ih264e_defs.h 483 * Disable deblock levels
485 * Other levels are intermediate values to control deblocking level
  /external/libxkbcommon/xkbcommon/src/
keymap.h 327 /* Use XkbKeyGroupWidth for the number of levels. */
328 struct xkb_level *levels; member in struct:xkb_group
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_texture.c 219 /* Set up levels-of-detail */
222 sv->TE_SAMPLER_LOD_ADDR[lod].offset = res->levels[lod].offset;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 263 /* Helper function of si_flush_depth_texture: decompress the given levels
274 /* First, do combined Z & S decompresses for levels that need it. */
344 unsigned levels = 0; local
352 levels |= levels_z;
356 levels |= levels_s;
361 sctx, tex, dst, copy_planes, levels,
428 /* disable levels without DCC */
    [all...]
  /external/rootdev/
rootdev.c 26 * We currently have at most 2 levels, this allows
282 * With stacked device mappers, we have to chain through all the levels
  /external/skia/tests/
GLProgramsTest.cpp 199 // the minLevels requirement of this tree; the other child can have as few levels as it wants.
379 // A full tree with 5 levels (31 nodes) may cause a program that exceeds shader limits
PaintTest.cpp 204 const SkFilterQuality levels[] = { local
250 FOR_SETUP(i, levels, setFilterQuality)
  /external/skqp/tests/
GLProgramsTest.cpp 198 // the minLevels requirement of this tree; the other child can have as few levels as it wants.
378 // A full tree with 5 levels (31 nodes) may cause a program that exceeds shader limits

Completed in 672 milliseconds

<<31323334353637383940>>