/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa.h | 458 uint32_t curIndex{0}; 488 curIndex = 0; in PA_STATE_CUT() 607 this->curIndex = 0; in Reset() 629 this->curIndex = 0; in RestartTopology() 914 this->vert[this->curIndex] = index; in ProcessVertTriStrip() 915 this->curIndex++; in ProcessVertTriStrip() 916 if (this->curIndex == 3) in ProcessVertTriStrip() 937 this->curIndex = 2; in ProcessVertTriStrip() 981 switch (this->curIndex) in ProcessVertTriStripAdj() 987 this->vert[this->curIndex] = index; in ProcessVertTriStripAdj() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeCompressor.java | 373 int curIndex = -1; in compress() local 547 curIndex = makeIndex(curUC); in compress() 548 fIndexCount[curIndex]++; in compress() 562 if((fIndexCount[curIndex] > 1) || in compress() 563 (curIndex == makeIndex(nextUC) in compress() 564 && curIndex == makeIndex(forwardUC))) { in compress() 575 byteBuffer[bytePos++] = (byte) curIndex; in compress() 577 (curUC - sOffsetTable[curIndex] in compress() 580 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress() 743 curIndex = makeIndex(curUC); in compress() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeCompressor.java | 376 int curIndex = -1; in compress() local 550 curIndex = makeIndex(curUC); in compress() 551 fIndexCount[curIndex]++; in compress() 565 if((fIndexCount[curIndex] > 1) || in compress() 566 (curIndex == makeIndex(nextUC) in compress() 567 && curIndex == makeIndex(forwardUC))) { in compress() 578 byteBuffer[bytePos++] = (byte) curIndex; in compress() 580 (curUC - sOffsetTable[curIndex] in compress() 583 fOffsets[whichWindow] = sOffsetTable[curIndex]; in compress() 746 curIndex = makeIndex(curUC); in compress() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.h | 328 for (GLsizei curIndex = 0; curIndex < indexCount; curIndex++) in LineLoopRestartIndexCountHelper() local 330 In vertex = inIndices[curIndex]; in LineLoopRestartIndexCountHelper() 337 if (curIndex > loopStartIndex) in LineLoopRestartIndexCountHelper() 341 loopStartIndex = curIndex + 1; in LineLoopRestartIndexCountHelper() 379 for (GLsizei curIndex = 0; curIndex < indexCount; curIndex++) in CopyLineLoopIndicesWithRestart() local 381 In vertex = inIndices[curIndex]; in CopyLineLoopIndicesWithRestart() 388 if (curIndex > loopStartIndex) in CopyLineLoopIndicesWithRestart() 395 loopStartIndex = curIndex + 1; in CopyLineLoopIndicesWithRestart()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.h | 293 for (GLsizei curIndex = 0; curIndex < indexCount; curIndex++) in LineLoopRestartIndexCountHelper() local 295 In vertex = inIndices[curIndex]; in LineLoopRestartIndexCountHelper() 302 if (curIndex > loopStartIndex) in LineLoopRestartIndexCountHelper() 306 loopStartIndex = curIndex + 1; in LineLoopRestartIndexCountHelper() 344 for (GLsizei curIndex = 0; curIndex < indexCount; curIndex++) in CopyLineLoopIndicesWithRestart() local 346 In vertex = inIndices[curIndex]; in CopyLineLoopIndicesWithRestart() 353 if (curIndex > loopStartIndex) in CopyLineLoopIndicesWithRestart() 360 loopStartIndex = curIndex + 1; in CopyLineLoopIndicesWithRestart()
|
/third_party/node/lib/internal/source_map/ |
D | prepare_stack_trace.js | 112 function getOriginalSymbolName(sourceMap, trace, curIndex) { argument 115 trace[curIndex].getEnclosingLineNumber() - 1, 116 trace[curIndex].getEnclosingColumnNumber() - 1 120 const currentFileName = trace[curIndex].getFileName(); 121 const nextCallSite = trace[curIndex + 1];
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 285 deUint32 curIndex = 0; in init() local 298 addIndex(curIndex++); in init() 313 deUint32 curIndex = 0; in init() local 334 addIndex(curIndex++); in init() 350 deUint32 curIndex = 0; in init() local 365 addIndex(curIndex++); in init() 380 deUint32 curIndex = 0; in init() local 396 addIndex(curIndex++); in init() 406 addIndex(curIndex++); in init() 422 deUint32 curIndex = 0; in init() local [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | plurrule.cpp | 1255 int32_t curIndex= ruleIndex; in getNextToken() local 1267 ++curIndex; in getNextToken() 1271 if (ruleSrc->charAt(curIndex+1) == EQUALS) { in getNextToken() 1272 curIndex += 2; in getNextToken() 1275 curIndex += 1; in getNextToken() 1280 while (type == tKeyword && ++curIndex < ruleSrc->length()) { in getNextToken() 1281 ch = ruleSrc->charAt(curIndex); in getNextToken() 1288 while (type == tNumber && ++curIndex < ruleSrc->length()) { in getNextToken() 1289 ch = ruleSrc->charAt(curIndex); in getNextToken() 1297 if (curIndex+1 >= ruleSrc->length() || ruleSrc->charAt(curIndex+1) != DOT) { in getNextToken() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | plurrule.cpp | 1384 int32_t curIndex= ruleIndex; in getNextToken() local 1396 ++curIndex; in getNextToken() 1400 if (ruleSrc->charAt(curIndex+1) == EQUALS) { in getNextToken() 1401 curIndex += 2; in getNextToken() 1404 curIndex += 1; in getNextToken() 1409 while (type == tKeyword && ++curIndex < ruleSrc->length()) { in getNextToken() 1410 ch = ruleSrc->charAt(curIndex); in getNextToken() 1417 while (type == tNumber && ++curIndex < ruleSrc->length()) { in getNextToken() 1418 ch = ruleSrc->charAt(curIndex); in getNextToken() 1426 if (curIndex+1 >= ruleSrc->length() || ruleSrc->charAt(curIndex+1) != DOT) { in getNextToken() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | plurrule.cpp | 1392 int32_t curIndex= ruleIndex; in getNextToken() local 1404 ++curIndex; in getNextToken() 1408 if (ruleSrc->charAt(curIndex+1) == EQUALS) { in getNextToken() 1409 curIndex += 2; in getNextToken() 1412 curIndex += 1; in getNextToken() 1417 while (type == tKeyword && ++curIndex < ruleSrc->length()) { in getNextToken() 1418 ch = ruleSrc->charAt(curIndex); in getNextToken() 1425 while (type == tNumber && ++curIndex < ruleSrc->length()) { in getNextToken() 1426 ch = ruleSrc->charAt(curIndex); in getNextToken() 1434 if (curIndex+1 >= ruleSrc->length() || ruleSrc->charAt(curIndex+1) != DOT) { in getNextToken() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 1384 int32_t curIndex= ruleIndex; in getNextToken() local 1396 ++curIndex; in getNextToken() 1400 if (ruleSrc->charAt(curIndex+1) == EQUALS) { in getNextToken() 1401 curIndex += 2; in getNextToken() 1404 curIndex += 1; in getNextToken() 1409 while (type == tKeyword && ++curIndex < ruleSrc->length()) { in getNextToken() 1410 ch = ruleSrc->charAt(curIndex); in getNextToken() 1417 while (type == tNumber && ++curIndex < ruleSrc->length()) { in getNextToken() 1418 ch = ruleSrc->charAt(curIndex); in getNextToken() 1426 if (curIndex+1 >= ruleSrc->length() || ruleSrc->charAt(curIndex+1) != DOT) { in getNextToken() [all …]
|
/third_party/flutter/skia/src/gpu/gradients/ |
D | GrGradientBitmapCache.cpp | 163 for (int curIndex = prevIndex; curIndex <= nextIndex; ++curIndex) { in fillGradient() local 164 writePixel(c0, curIndex); in fillGradient()
|
/third_party/skia/src/gpu/gradients/ |
D | GrGradientBitmapCache.cpp | 163 for (int curIndex = prevIndex; curIndex <= nextIndex; ++curIndex) { in fillGradient() local 164 writePixel(c0, curIndex); in fillGradient()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 734 const auto curIndex = count++; in createPipelineCreateInfos() local 752 basePipelineIndex = curIndex; in createPipelineCreateInfos() 956 const auto curIndex = count++; in createPipelineCreateInfos() local 974 basePipelineIndex = curIndex; in createPipelineCreateInfos()
|
/third_party/flutter/skia/src/gpu/ |
D | GrResourceAllocator.cpp | 335 void GrResourceAllocator::expire(unsigned int curIndex) { in expire() argument 336 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()
|
D | GrResourceAllocator.h | 123 void expire(unsigned int curIndex);
|
/third_party/skia/src/gpu/ |
D | GrResourceAllocator.cpp | 300 void GrResourceAllocator::expire(unsigned int curIndex) { in expire() argument 301 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()
|
D | GrResourceAllocator.h | 130 void expire(unsigned int curIndex);
|
/third_party/icu/icu4c/source/test/intltest/ |
D | plurults.cpp | 284 int32_t curIndex=0; in setupResult() local 287 while (curIndex < testSource[i]) { in setupResult() 288 result[curIndex++]=0x6F; //'o' other in setupResult() 290 result[curIndex++]=0x61; // 'a' in setupResult() 293 *max=curIndex; in setupResult()
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | ciaddrlib.h | 104 INT curIndex = TileIndexInvalid) const;
|
D | siaddrlib.h | 241 INT curIndex = TileIndexInvalid) const;
|
D | egbaddrlib.h | 212 INT curIndex = TileIndexInvalid) const
|
D | ciaddrlib.cpp | 510 INT curIndex ///< [in] Current index assigned in HwlSetupTileInfo in HwlPostCheckTileIndex() 513 INT_32 index = curIndex; in HwlPostCheckTileIndex()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | ohos_gen_framework.py | 852 curIndex = 0 856 if intValue != curIndex: 861 curIndex += 1
|
D | gen_framework.py | 851 curIndex = 0 855 if intValue != curIndex: 860 curIndex += 1
|