Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 1317) sorted by relevance

12345678910>>...53

/third_party/mesa3d/src/mesa/main/
Dtexstorage.c142 GLint levels, in initialize_texture_fields() argument
152 for (level = 0; level < levels; level++) { in initialize_texture_fields()
275 GLsizei levels, GLsizei width, in _mesa_AllocTextureStorage_sw() argument
287 for (level = 0; level < levels; level++) { in _mesa_AllocTextureStorage_sw()
309 GLsizei levels, GLenum internalformat, in tex_storage_error_check() argument
338 if (levels < 1) { in tex_storage_error_check()
345 if (levels > (GLint) _mesa_max_texture_levels(ctx, target)) { in tex_storage_error_check()
353 if (levels > _mesa_get_tex_max_num_levels(target, width, height, depth)) { in tex_storage_error_check()
395 GLsizei levels, GLenum internalformat, GLsizei width, in texture_storage() argument
407 if (tex_storage_error_check(ctx, texObj, memObj, dims, target, levels, in texture_storage()
[all …]
Dtexstorage.h63 _mesa_TexStorage1D_no_error(GLenum target, GLsizei levels,
67 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat,
71 _mesa_TexStorage2D_no_error(GLenum target, GLsizei levels,
76 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat,
80 _mesa_TexStorage3D_no_error(GLenum target, GLsizei levels,
85 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat,
89 _mesa_TextureStorage1D_no_error(GLuint texture, GLsizei levels,
93 _mesa_TextureStorage1D(GLuint texture, GLsizei levels, GLenum internalformat,
97 _mesa_TextureStorage2D_no_error(GLuint texture, GLsizei levels,
102 _mesa_TextureStorage2D(GLuint texture, GLsizei levels, GLenum internalformat,
[all …]
/third_party/glslang/Test/
Dspv.queryL.frag48 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 …]
D430.vert204 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/vk-gl-cts/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp152 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/ffmpeg/libavcodec/alpha/
Dmpegvideo_alpha.c36 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiLine.java88 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiLine.java89 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/python/Tools/c-analyzer/cpython/
D_files.py46 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/glslang/Test/baseResults/
Dspv.queryL.frag.out36 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/
DawaitInNonAsyncFunction.errors.txt1 …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 …]
DawaitLiteralValues.errors.txt1 …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/skia/third_party/externals/icu/source/common/
Dubidiln.cpp96 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/icu/icu4c/source/common/
Dubidiln.cpp96 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/
Dubidiln.cpp96 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/
Dubidiln.cpp96 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/libwebp/src/dsp/
Dquant.h30 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/skia/third_party/externals/libwebp/src/dsp/
Dquant.h30 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/vk-gl-cts/framework/opengl/
DgluTexture.cpp129 …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/ltp/tools/sparse/sparse-src/
Ddominate.c26 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/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java257 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationKeys.java267 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/skia/third_party/externals/angle2/src/tests/gl_tests/
DS3TCTextureSizesTest.cpp148 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/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c119 res->levels[level].width = aligned_width; in setup_miptree()
120 res->levels[level].stride = stride; in setup_miptree()
121 res->levels[level].offset = size; in setup_miptree()
122 …res->levels[level].layer_stride = util_format_get_stride(pres->format, align(width, 16)) * align(h… in setup_miptree()
125 res->levels[level].layer_stride /= 4; in setup_miptree()
315 res->levels[0].offset = handle->offset; in lima_resource_from_handle()
316 res->levels[0].stride = handle->stride; in lima_resource_from_handle()
356 if (res->tiled && res->levels[0].stride != stride) { in lima_resource_from_handle()
358 res->levels[0].stride, stride); in lima_resource_from_handle()
362 if (!res->tiled && (res->levels[0].stride % 8)) { in lima_resource_from_handle()
[all …]
/third_party/boost/boost/math/quadrature/
Dtanh_sinh.hpp47 …epsilon<Real>(), Real* error = nullptr, Real* L1 = nullptr, std::size_t* levels = nullptr) ->declt…
49 …epsilon<Real>(), Real* error = nullptr, Real* L1 = nullptr, std::size_t* levels = nullptr) ->declt…
52 …epsilon<Real>(), Real* error = nullptr, Real* L1 = nullptr, std::size_t* levels = nullptr) ->declt…
54 …epsilon<Real>(), Real* error = nullptr, Real* L1 = nullptr, std::size_t* levels = nullptr) ->declt…
62 …F f, Real a, Real b, Real tolerance, Real* error, Real* L1, std::size_t* levels) ->decltype(std::d… in integrate() argument
91 return m_imp->integrate(u, error, L1, function, limit, limit, tolerance, levels); in integrate()
111 … m_imp->integrate(u, error, L1, function, left_limit, tools::min_value<Real>(), tolerance, levels); in integrate()
138 … m_imp->integrate(v, error, L1, function, left_limit, tools::min_value<Real>(), tolerance, levels); in integrate()
154 return -this->integrate(f, b, a, tolerance, error, L1, levels); in integrate()
200 …p->integrate(u, error, L1, function, left_min_complement, right_min_complement, tolerance, levels); in integrate()
[all …]

12345678910>>...53