/third_party/mesa3d/src/mesa/main/ |
D | texstorage.c | 143 GLint levels, in initialize_texture_fields() argument 153 for (level = 0; level < levels; level++) { in initialize_texture_fields() 275 GLsizei levels, GLenum internalformat, in tex_storage_error_check() argument 304 if (levels < 1) { in tex_storage_error_check() 311 if (levels > (GLint) _mesa_max_texture_levels(ctx, target)) { in tex_storage_error_check() 319 if (levels > _mesa_get_tex_max_num_levels(target, width, height, depth)) { in tex_storage_error_check() 355 mesa_format format, GLenum target, GLsizei levels, in _mesa_sparse_texture_error_check() argument 418 (width % (px << (levels - 1)) || in _mesa_sparse_texture_error_check() 419 height % (py << (levels - 1)))) { in _mesa_sparse_texture_error_check() 439 GLsizei levels, GLenum internalformat, GLsizei width, in texture_storage() argument [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 152 std::vector<TextureLevelSpec> levels; member 427 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 448 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 469 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 496 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 520 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 543 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 563 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 583 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 650 texGen.levels.push_back(level); in generateInternalFormatTextureGenerationGroup() [all …]
|
/third_party/glslang/Test/ |
D | spv.queryL.frag | 48 int levels; 50 levels = textureQueryLevels(samp1D); 51 levels += textureQueryLevels(usamp2D); 52 levels += textureQueryLevels(isamp3D); 53 levels += textureQueryLevels(isampCube); 54 levels += textureQueryLevels(isamp1DA); 55 levels += textureQueryLevels(samp2DA); 56 levels += textureQueryLevels(usampCubeA); 58 levels = textureQueryLevels(samp1Ds); 59 levels += textureQueryLevels(samp2Ds); [all …]
|
D | 430.vert | 204 int levels; 206 levels = textureQueryLevels(samp1D); 207 levels = textureQueryLevels(usamp2D); 208 levels = textureQueryLevels(isamp3D); 209 levels = textureQueryLevels(isampCube); 210 levels = textureQueryLevels(isamp1DA); 211 levels = textureQueryLevels(samp2DA); 212 levels = textureQueryLevels(usampCubeA); 214 levels = textureQueryLevels(samp1Ds); 215 levels = textureQueryLevels(samp2Ds); [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BidiLine.java | 89 byte[] levels = bidi.levels; in setTrailingWSStart() 110 while (start > 0 && levels[start - 1] == paraLevel) { in setTrailingWSStart() 154 lineBidi.levels = lineBidi.levelsMemory; in setLine() 155 System.arraycopy(paraBidi.levels, start, lineBidi.levels, 0, in setLine() 176 byte[] levels = lineBidi.levels; in setLine() 189 level = (byte)(levels[0] & 1); in setLine() 206 } else if ((levels[i] & 1) != level) { in setLine() 246 return bidi.levels[charIndex]; in getLevelAt() 266 Arrays.fill(bidi.levels, start, length, bidi.paraLevel); in getLevels() 271 if (length < bidi.levels.length) { in getLevels() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BidiLine.java | 88 byte[] levels = bidi.levels; in setTrailingWSStart() 109 while (start > 0 && levels[start - 1] == paraLevel) { in setTrailingWSStart() 153 lineBidi.levels = lineBidi.levelsMemory; in setLine() 154 System.arraycopy(paraBidi.levels, start, lineBidi.levels, 0, in setLine() 175 byte[] levels = lineBidi.levels; in setLine() 188 level = (byte)(levels[0] & 1); in setLine() 205 } else if ((levels[i] & 1) != level) { in setLine() 245 return bidi.levels[charIndex]; in getLevelAt() 265 Arrays.fill(bidi.levels, start, length, bidi.paraLevel); in getLevels() 270 if (length < bidi.levels.length) { in getLevels() [all …]
|
/third_party/ffmpeg/libavcodec/alpha/ |
D | mpegvideo_alpha.c | 36 uint64_t levels, negmask, zeros, add, sub; in dct_unquantize_h263_axp() local 38 levels = ldq(block); in dct_unquantize_h263_axp() 39 if (levels == 0) in dct_unquantize_h263_axp() 45 negmask = maxsw4(levels, -1); /* negative -> ffff (-1) */ in dct_unquantize_h263_axp() 48 negmask = cmpbge(WORD_VEC(0x7fff), levels); in dct_unquantize_h263_axp() 53 zeros = cmpbge(0, levels); in dct_unquantize_h263_axp() 58 levels *= qmul; in dct_unquantize_h263_axp() 59 levels -= correction & (negmask << 16); in dct_unquantize_h263_axp() 65 levels += add; in dct_unquantize_h263_axp() 66 levels -= sub; in dct_unquantize_h263_axp() [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.queryL.frag.out | 36 Name 134 "levels" 181 134(levels): 133(ptr) Variable Function 261 Store 134(levels) 137 265 145: 19(int) Load 134(levels) 267 Store 134(levels) 146 271 154: 19(int) Load 134(levels) 273 Store 134(levels) 155 277 163: 19(int) Load 134(levels) 279 Store 134(levels) 164 283 168: 19(int) Load 134(levels) [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | awaitInNonAsyncFunction.errors.txt | 1 …TS1103: 'for await' loops are only allowed within async functions and at the top levels of modules. 2 …1308: 'await' expressions are only allowed within async functions and at the top levels of modules. 3 …TS1103: 'for await' loops are only allowed within async functions and at the top levels of modules. 4 …1308: 'await' expressions are only allowed within async functions and at the top levels of modules. 5 …TS1103: 'for await' loops are only allowed within async functions and at the top levels of modules. 6 …1308: 'await' expressions are only allowed within async functions and at the top levels of modules. 7 …TS1103: 'for await' loops are only allowed within async functions and at the top levels of modules. 8 …1308: 'await' expressions are only allowed within async functions and at the top levels of modules. 9 …TS1103: 'for await' loops are only allowed within async functions and at the top levels of modules. 10 …1308: 'await' expressions are only allowed within async functions and at the top levels of modules. [all …]
|
D | awaitLiteralValues.errors.txt | 1 …1308: 'await' expressions are only allowed within async functions and at the top levels of modules. 2 …1308: 'await' expressions are only allowed within async functions and at the top levels of modules. 3 …1308: 'await' expressions are only allowed within async functions and at the top levels of modules. 4 …1308: 'await' expressions are only allowed within async functions and at the top levels of modules. 5 …1308: 'await' expressions are only allowed within async functions and at the top levels of modules. 6 …1308: 'await' expressions are only allowed within async functions and at the top levels of modules. 13 !!! error TS1308: 'await' expressions are only allowed within async functions and at the top levels… 20 !!! error TS1308: 'await' expressions are only allowed within async functions and at the top levels… 27 !!! error TS1308: 'await' expressions are only allowed within async functions and at the top levels… 34 !!! error TS1308: 'await' expressions are only allowed within async functions and at the top levels… [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ubidiln.cpp | 96 UBiDiLevel *levels=pBiDi->levels; in setTrailingWSStart() local 116 while(start>0 && levels[start-1]==paraLevel) { in setTrailingWSStart() 171 pLineBiDi->levels=pParaBiDi->levels+start; in ubidi_setLine() 191 const UBiDiLevel *levels=pLineBiDi->levels; in ubidi_setLine() local 204 level=(UBiDiLevel)(levels[0]&1); in ubidi_setLine() 218 } else if((levels[i]&1)!=level) { in ubidi_setLine() 258 return pBiDi->levels[charIndex]; in ubidi_getLevelAt() 274 return pBiDi->levels; in ubidi_getLevels() 285 UBiDiLevel *levels=pBiDi->levelsMemory; in ubidi_getLevels() local 287 if(start>0 && levels!=pBiDi->levels) { in ubidi_getLevels() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidiln.cpp | 96 UBiDiLevel *levels=pBiDi->levels; in setTrailingWSStart() local 116 while(start>0 && levels[start-1]==paraLevel) { in setTrailingWSStart() 171 pLineBiDi->levels=pParaBiDi->levels+start; in ubidi_setLine() 191 const UBiDiLevel *levels=pLineBiDi->levels; in ubidi_setLine() local 204 level=(UBiDiLevel)(levels[0]&1); in ubidi_setLine() 218 } else if((levels[i]&1)!=level) { in ubidi_setLine() 258 return pBiDi->levels[charIndex]; in ubidi_getLevelAt() 274 return pBiDi->levels; in ubidi_getLevels() 285 UBiDiLevel *levels=pBiDi->levelsMemory; in ubidi_getLevels() local 287 if(start>0 && levels!=pBiDi->levels) { in ubidi_getLevels() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidiln.cpp | 96 UBiDiLevel *levels=pBiDi->levels; in setTrailingWSStart() local 116 while(start>0 && levels[start-1]==paraLevel) { in setTrailingWSStart() 171 pLineBiDi->levels=pParaBiDi->levels+start; in ubidi_setLine() 191 const UBiDiLevel *levels=pLineBiDi->levels; in ubidi_setLine() local 204 level=(UBiDiLevel)(levels[0]&1); in ubidi_setLine() 218 } else if((levels[i]&1)!=level) { in ubidi_setLine() 258 return pBiDi->levels[charIndex]; in ubidi_getLevelAt() 274 return pBiDi->levels; in ubidi_getLevels() 285 UBiDiLevel *levels=pBiDi->levelsMemory; in ubidi_getLevels() local 287 if(start>0 && levels!=pBiDi->levels) { in ubidi_getLevels() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidiln.cpp | 96 UBiDiLevel *levels=pBiDi->levels; in setTrailingWSStart() local 116 while(start>0 && levels[start-1]==paraLevel) { in setTrailingWSStart() 171 pLineBiDi->levels=pParaBiDi->levels+start; in ubidi_setLine() 191 const UBiDiLevel *levels=pLineBiDi->levels; in ubidi_setLine() local 204 level=(UBiDiLevel)(levels[0]&1); in ubidi_setLine() 218 } else if((levels[i]&1)!=level) { in ubidi_setLine() 258 return pBiDi->levels[charIndex]; in ubidi_getLevelAt() 274 return pBiDi->levels; in ubidi_getLevels() 285 UBiDiLevel *levels=pBiDi->levelsMemory; in ubidi_getLevels() local 287 if(start>0 && levels!=pBiDi->levels) { in ubidi_getLevels() [all …]
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | _files.py | 46 def iter_header_files(filenames=None, *, levels=None): argument 48 if levels: 49 levels = set(levels) 50 if 'private' in levels: 51 levels.add('stable') 52 levels.add('cpython') 54 if level in levels:
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTexture.cpp | 129 …t ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDec… in Texture2D() argument 132 , m_format (getGLFormat(levels[0].getFormat())) in Texture2D() 133 …, m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].get… in Texture2D() 146 loadCompressed(numLevels, levels, decompressionParams); in Texture2D() 187 void Texture2D::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu::Tex… in loadCompressed() argument 190 deUint32 compressedFormat = getGLFormat(levels[0].getFormat()); in loadCompressed() 197 const tcu::CompressedTexture& level = levels[levelNdx]; in loadCompressed() 264 vector<tcu::CompressedTexture> levels(numLevels); in create() local 267 tcu::ImageIO::loadPKM(levels[ndx], archive, levelFileNames[ndx]); in create() 269 return new Texture2D(context, contextInfo, numLevels, &levels[0]); in create() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationKeys.java | 267 private static SortKeyLevel getSortKeyLevel(int levels, int level) { in getSortKeyLevel() argument 268 return (levels & level) != 0 ? new SortKeyLevel() : null; in getSortKeyLevel() 346 int levels = levelMasks[CollationSettings.getStrength(options)]; in writeSortKeyUpToQuaternary() local 348 levels |= Collation.CASE_LEVEL_FLAG; in writeSortKeyUpToQuaternary() 351 levels &= ~((1 << minLevel) - 1); in writeSortKeyUpToQuaternary() 352 if (levels == 0) { in writeSortKeyUpToQuaternary() 367 SortKeyLevel cases = getSortKeyLevel(levels, Collation.CASE_LEVEL_FLAG); in writeSortKeyUpToQuaternary() 368 SortKeyLevel secondaries = getSortKeyLevel(levels, Collation.SECONDARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary() 369 SortKeyLevel tertiaries = getSortKeyLevel(levels, Collation.TERTIARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary() 370 SortKeyLevel quaternaries = getSortKeyLevel(levels, Collation.QUATERNARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary() [all …]
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationKeys.java | 257 private static SortKeyLevel getSortKeyLevel(int levels, int level) { in getSortKeyLevel() argument 258 return (levels & level) != 0 ? new SortKeyLevel() : null; in getSortKeyLevel() 336 int levels = levelMasks[CollationSettings.getStrength(options)]; in writeSortKeyUpToQuaternary() local 338 levels |= Collation.CASE_LEVEL_FLAG; in writeSortKeyUpToQuaternary() 341 levels &= ~((1 << minLevel) - 1); in writeSortKeyUpToQuaternary() 342 if (levels == 0) { in writeSortKeyUpToQuaternary() 357 SortKeyLevel cases = getSortKeyLevel(levels, Collation.CASE_LEVEL_FLAG); in writeSortKeyUpToQuaternary() 358 SortKeyLevel secondaries = getSortKeyLevel(levels, Collation.SECONDARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary() 359 SortKeyLevel tertiaries = getSortKeyLevel(levels, Collation.TERTIARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary() 360 SortKeyLevel quaternaries = getSortKeyLevel(levels, Collation.QUATERNARY_LEVEL_FLAG); in writeSortKeyUpToQuaternary() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | dominate.c | 26 static struct piggy *bank_init(unsigned levels) in bank_init() argument 29 bank = calloc(1, sizeof(*bank) + levels * sizeof(bank->lists[0])); in bank_init() 30 bank->max = levels - 1; in bank_init() 34 static void bank_free(struct piggy *bank, unsigned int levels) in bank_free() argument 36 for (; levels-- ;) in bank_free() 37 free_ptr_list(&bank->lists[levels]); in bank_free() 101 int levels = ep->dom_levels; in idf_compute() local 102 struct piggy *bank = bank_init(levels); in idf_compute() 126 bank_free(bank, levels); in idf_compute()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | quant.h | 30 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat() argument 37 const int16x8_t a_0 = vsetq_lane_s16(0, vld1q_s16(levels), 0); in IsFlat() 38 const int16x8_t a_1 = vld1q_s16(levels + 8); in IsFlat() 46 levels += 16; in IsFlat() 55 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat() argument 61 score += (levels[i] != 0); in IsFlat() 64 levels += 16; in IsFlat()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | quant.h | 30 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat() argument 37 const int16x8_t a_0 = vsetq_lane_s16(0, vld1q_s16(levels), 0); in IsFlat() 38 const int16x8_t a_1 = vld1q_s16(levels + 8); in IsFlat() 46 levels += 16; in IsFlat() 55 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat() argument 61 score += (levels[i] != 0); in IsFlat() 64 levels += 16; in IsFlat()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_resource.c | 122 res->levels[level].width = aligned_width; in setup_miptree() 123 res->levels[level].stride = stride; in setup_miptree() 124 res->levels[level].offset = size; in setup_miptree() 125 …res->levels[level].layer_stride = util_format_get_stride(pres->format, align(width, 16)) * align(h… in setup_miptree() 128 res->levels[level].layer_stride /= 4; in setup_miptree() 316 res->levels[0].offset = handle->offset; in lima_resource_from_handle() 317 res->levels[0].stride = handle->stride; in lima_resource_from_handle() 357 if (res->tiled && res->levels[0].stride != stride) { in lima_resource_from_handle() 359 res->levels[0].stride, stride); in lima_resource_from_handle() 363 if (!res->tiled && (res->levels[0].stride % 8)) { in lima_resource_from_handle() [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | S3TCTextureSizesTest.cpp | 148 std::array<levelInfo, 4> levels{{ in TEST_P() local 155 for (size_t i = 0; i < levels.size(); i++) in TEST_P() 157 const levelInfo &level = levels[i]; in TEST_P() 164 for (size_t i = 0; i < levels.size(); i++) in TEST_P() 166 const levelInfo &level = levels[i]; in TEST_P() 197 std::array<levelInfo, 4> levels{{ in TEST_P() local 204 for (size_t i = 0; i < levels.size(); i++) in TEST_P() 206 const levelInfo &level = levels[i]; in TEST_P() 212 for (size_t i = 0; i < levels.size(); i++) in TEST_P() 214 const levelInfo &level = levels[i]; in TEST_P()
|
/third_party/vk-gl-cts/android/cts/main/vk-master-2022-03-01/ |
D | ycbcr.txt | 151 dEQP-VK.ycbcr.query.levels.task.r8g8b8a8_unorm 152 dEQP-VK.ycbcr.query.levels.task.g8b8g8r8_422_unorm 153 dEQP-VK.ycbcr.query.levels.task.b8g8r8g8_422_unorm 154 dEQP-VK.ycbcr.query.levels.task.g8_b8_r8_3plane_420_unorm 155 dEQP-VK.ycbcr.query.levels.task.g8_b8_r8_3plane_420_unorm_disjoint 156 dEQP-VK.ycbcr.query.levels.task.g8_b8r8_2plane_420_unorm 157 dEQP-VK.ycbcr.query.levels.task.g8_b8r8_2plane_420_unorm_disjoint 158 dEQP-VK.ycbcr.query.levels.task.g8_b8_r8_3plane_422_unorm 159 dEQP-VK.ycbcr.query.levels.task.g8_b8_r8_3plane_422_unorm_disjoint 160 dEQP-VK.ycbcr.query.levels.task.g8_b8r8_2plane_422_unorm [all …]
|
/third_party/mesa3d/src/freedreno/decode/ |
D | cffdec.c | 136 static const char *levels[] = { variable 231 printf("%016" PRIx64 ":%s", addr, levels[level]); in dump_hex() 233 printf("%08x:%s", (uint32_t)addr, levels[level]); in dump_hex() 256 printf("%016" PRIx64 ":%s", gpuaddr(dwords), levels[level]); in dump_float() 258 printf("%08x:%s", (uint32_t)gpuaddr(dwords), levels[level]); in dump_float() 360 printf("%s:%u,%u,%u,%u\n", levels[level], reg_val(r + 4), reg_val(r + 5), in reg_dump_scratch() 826 printf("%s%s: %s", levels[level], info->name, decoded); in dump_register_val() 857 printf("%s%s: %08x\n", levels[level], info->name, dword); in dump_register_val() 859 printf("%s<%04x>: %08x\n", levels[level], regbase, dword); in dump_register_val() 952 printf("%s%s\n", levels[level], decoded); in dump_domain() [all …]
|