Home
last modified time | relevance | path

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

/external/skqp/tests/
DPackBitsTest.cpp46 int srcCount = SkPackBits::Unpack8(dst, dstSize, src, gTests[i].fCount - 1); in test_pack8() local
47 REPORTER_ASSERT(reporter, srcCount == 0); in test_pack8()
48 srcCount = SkPackBits::Unpack8(dst, dstSize, src, sizeof(src)); in test_pack8()
49 bool match = gTests[i].fCount == srcCount && in test_pack8()
65 size_t srcCount = SkPackBits::Unpack8(dst, dstSize, src2, size); in test_pack8() local
66 REPORTER_ASSERT(reporter, size == srcCount); in test_pack8()
/external/angle/src/libANGLE/renderer/d3d/
DIndexDataManager.h46 unsigned int srcCount; member
DIndexDataManager.cpp153 translated->srcIndexData.srcCount = count; in prepareIndexData()
/external/skia/src/ports/
DSkTypeface_mac_ct.cpp1071 int srcCount; in onCharsToGlyphs() local
1078 srcCount = SkToInt(utf16 - src); in onCharsToGlyphs()
1083 if (srcCount > count) { in onCharsToGlyphs()
1084 macGlyphs = glyphStorage.reset(srcCount); in onCharsToGlyphs()
1087 CTFontGetGlyphsForCharacters(fFontRef.get(), src, macGlyphs, srcCount); in onCharsToGlyphs()
1092 if (srcCount > count) { in onCharsToGlyphs()
/external/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()
/external/dng_sdk/source/
Ddng_resample.h89 uint32 srcCount,
Ddng_resample.cpp91 uint32 srcCount, in Initialize() argument
109 real64 invScale = (real64) srcCount / in Initialize()
/external/llvm/lib/Support/
DAPFloat.cpp2263 unsigned int srcCount, in convertFromUnsignedParts() argument
2271 omsb = APInt::tcMSB(src, srcCount) + 1; in convertFromUnsignedParts()
2280 lost_fraction = lostFractionThroughTruncation(src, srcCount, in convertFromUnsignedParts()
2314 unsigned int srcCount, in convertFromSignExtendedInteger() argument
2321 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger()
2326 copy = new integerPart[srcCount]; in convertFromSignExtendedInteger()
2327 APInt::tcAssign(copy, src, srcCount); in convertFromSignExtendedInteger()
2328 APInt::tcNegate(copy, srcCount); in convertFromSignExtendedInteger()
2329 status = convertFromUnsignedParts(copy, srcCount, rounding_mode); in convertFromSignExtendedInteger()
2333 status = convertFromUnsignedParts(src, srcCount, rounding_mode); in convertFromSignExtendedInteger()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp2314 int srcCount = tex->srcCount(0xff); in handleScalarTexGM107() local
2327 assert(srcCount >= 3); in handleScalarTexGM107()
2330 if (srcCount > 3) in handleScalarTexGM107()
2333 if (srcCount > 2) in handleScalarTexGM107()
2402 n = tex->srcCount(0xff, true) - s; in texConstraintGM107()
2414 s = tex->srcCount(0xff, true); in texConstraintGM107()
2436 int n = tex->srcCount(0xff, true); in texConstraintNVE0()
2461 s = tex->srcCount(0xff); in texConstraintNVC0()
2476 n = tex->srcCount(0xff) - s; in texConstraintNVC0()
Dnv50_ir.h878 unsigned int srcCount() const { return srcs.size(); }; in srcCount() function
879 unsigned int srcCount(unsigned int mask, bool singleFile = false) const;
Dnv50_ir_build_util.cpp634 hi->setFlagsSrc(hi->srcCount(), carry); in split64BitOpPostRA()
Dnv50_ir_lowering_nv50.cpp783 if (i->tex.target.isCube() && i->srcCount() > 4) { in handleTEX()
1133 i->setSrc(i->srcCount(), tid); in handleCALL()
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()
1571 if (insn.srcCount() && ( in scanInstruction()
1597 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()
1119 int s = i->srcCount(0xff, true); in handleTEX()
Dnv50_ir.cpp810 Instruction::srcCount(unsigned int mask, bool singleFile) const in srcCount() function in nv50_ir::Instruction
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.cpp1554 indicesDataSize = sizeof(GLuint) * indexInfo->srcCount; in getBuffer()
1557 indicesDataSize = sizeof(GLushort) * indexInfo->srcCount; in getBuffer()
1560 indicesDataSize = sizeof(GLubyte) * indexInfo->srcCount; in getBuffer()
1563 indicesDataSize = sizeof(GLushort) * indexInfo->srcCount; in getBuffer()
1581 static_cast<unsigned int>((indexInfo->srcCount * attribute.stride) + offset); in getBuffer()
1614 for (GLuint i = 0; i < indexInfo->srcCount; i++) in getBuffer()
/external/skqp/src/ports/
DSkFontHost_mac.cpp2330 int srcCount; in onCharsToGlyphs() local
2340 srcCount = SkToInt(utf16 - src); in onCharsToGlyphs()
2351 srcCount = glyphCount + extra; in onCharsToGlyphs()
2361 srcCount = SkToInt(utf16 - src); in onCharsToGlyphs()
2370 if (nullptr == macGlyphs || srcCount > glyphCount) { in onCharsToGlyphs()
2371 macGlyphs = glyphStorage.reset(srcCount); in onCharsToGlyphs()
2374 bool allEncoded = CTFontGetGlyphsForCharacters(fFontRef.get(), src, macGlyphs, srcCount); in onCharsToGlyphs()
2384 if (srcCount > glyphCount) { in onCharsToGlyphs()
/external/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()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h936 int32_t srcCount);
/external/icu/libicu/cts_headers/unicode/
Ddtfmtsym.h936 int32_t srcCount);
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp2420 const integerPart *src, unsigned int srcCount, roundingMode rounding_mode) { in convertFromUnsignedParts() argument
2426 omsb = APInt::tcMSB(src, srcCount) + 1; in convertFromUnsignedParts()
2435 lost_fraction = lostFractionThroughTruncation(src, srcCount, in convertFromUnsignedParts()
2466 unsigned int srcCount, bool isSigned, in convertFromSignExtendedInteger() argument
2471 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger()
2476 copy = new integerPart[srcCount]; in convertFromSignExtendedInteger()
2477 APInt::tcAssign(copy, src, srcCount); in convertFromSignExtendedInteger()
2478 APInt::tcNegate(copy, srcCount); in convertFromSignExtendedInteger()
2479 status = convertFromUnsignedParts(copy, srcCount, rounding_mode); in convertFromSignExtendedInteger()
2483 status = convertFromUnsignedParts(src, srcCount, rounding_mode); in convertFromSignExtendedInteger()
/external/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()