Home
last modified time | relevance | path

Searched refs:srcCount (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp1070 int srcCount; in onCharsToGlyphs() local
1077 srcCount = SkToInt(utf16 - src); in onCharsToGlyphs()
1082 if (srcCount > count) { in onCharsToGlyphs()
1083 macGlyphs = glyphStorage.reset(srcCount); in onCharsToGlyphs()
1086 CTFontGetGlyphsForCharacters(fFontRef.get(), src, macGlyphs, srcCount); in onCharsToGlyphs()
1091 if (srcCount > count) { in onCharsToGlyphs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DIndexDataManager.h46 unsigned int srcCount; member
DIndexDataManager.cpp153 translated->srcIndexData.srcCount = count; in prepareIndexData()
/third_party/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp579 int32_t srcCount=0; in convsample_13() local
582 srcCount = sizeof(sourceChars); in convsample_13()
612 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount); in convsample_13()
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
Dconvsamp.cpp579 int32_t srcCount=0; in convsample_13() local
582 srcCount = sizeof(sourceChars); in convsample_13()
612 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount); in convsample_13()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_resample.h89 uint32 srcCount,
Ddng_resample.cpp91 uint32 srcCount, in Initialize() argument
109 real64 invScale = (real64) srcCount / in Initialize()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_ra.cpp2330 int srcCount = tex->srcCount(0xff); in handleScalarTexGM107() local
2343 assert(srcCount >= 3); in handleScalarTexGM107()
2346 if (srcCount > 3) in handleScalarTexGM107()
2349 if (srcCount > 2) in handleScalarTexGM107()
2418 n = tex->srcCount(0xff, true) - s; in texConstraintGM107()
2430 s = tex->srcCount(0xff, true); in texConstraintGM107()
2452 int n = tex->srcCount(0xff, true); in texConstraintNVE0()
2477 s = tex->srcCount(0xff); in texConstraintNVC0()
2492 n = tex->srcCount(0xff) - s; in texConstraintNVC0()
Dnv50_ir.h906 unsigned int srcCount() const { return srcs.size(); }; in srcCount() function
907 unsigned int srcCount(unsigned int mask, bool singleFile = false) const;
Dnv50_ir_build_util.cpp664 hi->setFlagsSrc(hi->srcCount(), carry); in split64BitOpPostRA()
Dnv50_ir_from_tgsi.cpp186 unsigned int srcCount() const { return insn->Instruction.NumSrcRegs; } in srcCount() function in tgsi::Instruction
195 assert(s < srcCount()); in getSrc()
1592 if (insn.srcCount() && ( in scanInstruction()
1618 for (unsigned s = 0; s < insn.srcCount(); ++s) in scanInstruction()
Dnv50_ir_lowering_nvc0.cpp307 cmp->setFlagsSrc(cmp->srcCount(), carry); in handleSET()
587 prev->setSrc(prev->srcCount(), useVec[i].tex->getDef(0)); in insertTextureBarriers()
593 bar->setSrc(bar->srcCount(), useVec[i].tex->getDef(0)); in insertTextureBarriers()
1120 int s = i->srcCount(0xff, true); in handleTEX()
Dnv50_ir.cpp808 Instruction::srcCount(unsigned int mask, bool singleFile) const in srcCount() function in nv50_ir::Instruction
Dnv50_ir_lowering_nv50.cpp837 if (i->tex.target.isCube() && i->srcCount() > 4) { in handleTEX()
1251 i->setSrc(i->srcCount(), tid); in handleCALL()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.cpp1559 indicesDataSize = sizeof(GLuint) * indexInfo->srcCount; in getBuffer()
1562 indicesDataSize = sizeof(GLushort) * indexInfo->srcCount; in getBuffer()
1565 indicesDataSize = sizeof(GLubyte) * indexInfo->srcCount; in getBuffer()
1568 indicesDataSize = sizeof(GLushort) * indexInfo->srcCount; in getBuffer()
1586 static_cast<unsigned int>((indexInfo->srcCount * attribute.stride) + offset); in getBuffer()
1619 for (GLuint i = 0; i < indexInfo->srcCount; i++) in getBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp2237 const integerPart *src, unsigned int srcCount, roundingMode rounding_mode) { in convertFromUnsignedParts() argument
2243 omsb = APInt::tcMSB(src, srcCount) + 1; in convertFromUnsignedParts()
2252 lost_fraction = lostFractionThroughTruncation(src, srcCount, in convertFromUnsignedParts()
2283 unsigned int srcCount, bool isSigned, in convertFromSignExtendedInteger() argument
2288 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger()
2293 copy = new integerPart[srcCount]; in convertFromSignExtendedInteger()
2294 APInt::tcAssign(copy, src, srcCount); in convertFromSignExtendedInteger()
2295 APInt::tcNegate(copy, srcCount); in convertFromSignExtendedInteger()
2296 status = convertFromUnsignedParts(copy, srcCount, rounding_mode); in convertFromSignExtendedInteger()
2300 status = convertFromUnsignedParts(src, srcCount, rounding_mode); in convertFromSignExtendedInteger()
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtfmtsym.h948 int32_t srcCount);
/third_party/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h948 int32_t srcCount);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtfmtsym.h936 int32_t srcCount);
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtfmtsym.cpp303 int32_t srcCount) in assignArray() argument
317 dstCount = srcCount; in assignArray()
318 dstArray = newUnicodeStringArray(srcCount); in assignArray()
321 for(i=0; i<srcCount; ++i) { in assignArray()
/third_party/icu/icu4c/source/i18n/
Ddtfmtsym.cpp303 int32_t srcCount) in assignArray() argument
317 dstCount = srcCount; in assignArray()
318 dstArray = newUnicodeStringArray(srcCount); in assignArray()
321 for(i=0; i<srcCount; ++i) { in assignArray()
/third_party/node/deps/icu-small/source/i18n/
Ddtfmtsym.cpp303 int32_t srcCount) in assignArray() argument
325 dstCount = srcCount; in assignArray()
326 dstArray = newUnicodeStringArray(srcCount); in assignArray()
329 for(i=0; i<srcCount; ++i) { in assignArray()