/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderProvokingVertexTestsEXT.cpp | 193 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 D | ImplicitNullChecks.cpp | 652 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 D | LTOCodeGenerator.cpp | 383 // 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 D | XCOFFObjectWriter.cpp | 302 "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 D | mustpass.py | 168 matched.add(path) 179 matchedThisPtrn.add(case)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | docgenerator.py | 93 - 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 D | SkResourceCache.cpp | 146 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 D | GrVkAMDMemoryAllocator.cpp | 233 GetThreadPool().add([=] { in allocateImageMemory() 241 GetThreadPool().add([=] { in allocateImageMemory()
|
/third_party/skia/src/gpu/ |
H A D | GrThreadSafeCache.cpp | 165 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 D | tree.go | 428 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 D | BitmapSizeTable.java | 188 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 D | FontHeaderTable.java | 162 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 D | GlyfEncoder.java | 287 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 D | collationdatareader.cpp | 315 tailoring.unsafeBackwardSet->add(start, end); in read() 322 tailoring.unsafeBackwardSet->add(lead); in read()
|
H A D | dayperiodrules.cpp | 219 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 D | dtptngen_impl.h | 251 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 D | plurrule_impl.h | 363 AndConstraint* add(UErrorCode& status); 378 AndConstraint* add(UErrorCode& status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | calendar.h | 530 * 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 D | gendict.cpp | 194 // 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 D | ppucd.cpp | 498 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 D | TestAudioActivity.java | 231 mStreamContexts.add(streamContext); in addOutputStreamContext() 256 mStreamContexts.add(streamContext); in addInputStreamContext()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionDeclaration.cpp | 130 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 D | PathOpsConicIntersectionTest.cpp | 256 bounds.add((SkDPoint&) dBounds.fLeft); in writeFrames() 257 bounds.add((SkDPoint&) dBounds.fRight); in writeFrames()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.h | 308 void add(const CoinDictEntry& key); 309 void add(const CoinDict& dict);
|
/third_party/optimized-routines/string/arm/ |
H A D | strcmp.S | 297 add src2, src2, #4 325 add src2, src2, #4
|