Home
last modified time | relevance | path

Searched refs:add (Results 4476 - 4500 of 8340) sorted by relevance

1...<<171172173174175176177178179180>>...334

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp193 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
253 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp652 MIB.add(NewMO); in insertFaultingInstr()
654 MIB.add(MO); in insertFaultingInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp383 // sure we honor this. To force the compiler to not drop it, we add it to the
558 passes.add( in optimize()
595 preCodeGenPasses.add(createObjCARCContractPass()); in compileOptimized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp302 "Cannot add a csect twice."); in executePostLayoutBinding()
307 // entry, add it to the string table. in executePostLayoutBinding()
309 Strings.add(MCSec->getSectionName()); in executePostLayoutBinding()
338 // Lookup the containing csect and add the symbol to it. in executePostLayoutBinding()
342 // entry, add it to the string table. in executePostLayoutBinding()
344 Strings.add(XSym->getName()); in executePostLayoutBinding()
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dmustpass.py168 matched.add(path)
179 matchedThisPtrn.add(case)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Ddocgenerator.py93 - expandEnumerants - if True, add BEGIN/END_RANGE macros in enumerated
95 - secondaryInclude - if True, add secondary (no xref anchor) versions
126 """if True, add secondary (no xref anchor) versions of generated files"""
129 """if True, add BEGIN/END_RANGE macros in enumerated type declarations"""
212 features.add(depString)
214 features.add(base)
/third_party/skia/src/core/
H A DSkResourceCache.cpp146 void SkResourceCache::add(Rec* rec, void* payload) { in add() function in SkResourceCache
172 SkDebugf("RC: add %5s %12p key %08x -- total %5s, count %d\n", in add()
537 get_cache()->add(rec, payload); in Add()
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp233 GetThreadPool().add([=] { in allocateImageMemory()
241 GetThreadPool().add([=] { in allocateImageMemory()
/third_party/skia/src/gpu/
H A DGrThreadSafeCache.cpp165 fUniquelyKeyedEntryMap.add(entry); in makeNewEntryMRU()
208 GrSurfaceProxyView GrThreadSafeCache::add(const GrUniqueKey& key, const GrSurfaceProxyView& view) { in add() function in GrThreadSafeCache
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dtree.go428 func (s SpanSet) add(rhs SpanID) SpanSet {
452 return s.add(rhs)
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBitmapSizeTable.java188 subTables.add(this.createIndexSubTable(i)); in getIndexSubTableList()
489 this.indexSubTables.add(this.createIndexSubTableBuilder(i)); in initialize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DFontHeaderTable.java162 set.add(flag); in asSet()
297 set.add(style); in asSet()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DGlyfEncoder.java287 result.add(data.readUByte(ix)); in splitPush()
289 result.add(data.readShort(ix)); in splitPush()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatareader.cpp315 tailoring.unsafeBackwardSet->add(start, end); in read()
322 tailoring.unsafeBackwardSet->add(lead); in read()
H A Ddayperiodrules.cpp219 rule.add(startHour, hour, period); in setDayPeriodForHoursFromCutoffs()
498 void DayPeriodRules::add(int32_t startHour, int32_t limitHour, DayPeriod period) { in add() function in DayPeriodRules
H A Ddtptngen_impl.h251 void add(const UnicodeString& basePattern, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode& status);
301 void add(const UnicodeString &pattern, UErrorCode& status);
H A Dplurrule_impl.h363 AndConstraint* add(UErrorCode& status);
378 AndConstraint* add(UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcalendar.h530 * the current time of the calendar, call add(Calendar::DATE, -5). When adding on
545 * @deprecated ICU 2.6. use add(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
547 virtual void add(EDateFields field, int32_t amount, UErrorCode& status);
553 * the current time of the calendar, call add(Calendar::DATE, -5). When adding on
570 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode& status);
589 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
624 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
657 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
663 * The only difference between roll() and add() is that roll() does not change
665 * of its range, whereas add() doe
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gendict/
H A Dgendict.cpp194 // add a word to the trie
199 bt->add(buf.toStringPiece(), value, status); in addWord()
201 if (ut) { ut->add(word, value, status); } in addWord()
388 fprintf(stderr, "ICU Error \"%s\": Failed to add word to trie at input line %d in input file\n", in main()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dppucd.cpp498 newValues.add((UChar32)prop); in parseProperty()
601 scx.add(script); in parseScriptExtensions()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DTestAudioActivity.java231 mStreamContexts.add(streamContext); in addOutputStreamContext()
256 mStreamContexts.add(streamContext); in addInputStreamContext()
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDeclaration.cpp130 param->setModifiers(context.fModifiersPool->add(m)); in check_parameters()
351 return symbols.add(std::move(result)); in Convert()
359 // GLSL forbids two underscores in a row; add an extra character if necessary to avoid this. in mangledName()
/third_party/skia/tests/
H A DPathOpsConicIntersectionTest.cpp256 bounds.add((SkDPoint&) dBounds.fLeft); in writeFrames()
257 bounds.add((SkDPoint&) dBounds.fRight); in writeFrames()
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.h308 void add(const CoinDictEntry& key);
309 void add(const CoinDict& dict);
/third_party/optimized-routines/string/arm/
H A Dstrcmp.S297 add src2, src2, #4
325 add src2, src2, #4

Completed in 23 milliseconds

1...<<171172173174175176177178179180>>...334