Home
last modified time | relevance | path

Searched refs:add (Results 3851 - 3875 of 5824) sorted by relevance

1...<<151152153154155156157158159160>>...233

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.cpp443 events->add(); in setup()
459 occlusionQuery->add(data->occlusion[cluster]); in teardown()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DOtTableTagger.java93 tableCache.add(table.toString()); in tagTable()
741 missedClasses.add(clzz); in getTagMethod()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctint-mmx.asm358 add edx, byte 4*DCTSIZE*SIZEOF_DCTELEM
602 add edx, byte 4*SIZEOF_DCTELEM
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrule.cpp222 rules.add(rule2); in makeRules()
230 rules.add(rule1); in makeRules()
/third_party/skia/tests/
H A DSkRemoteGlyphCacheTest.cpp41 fLockedHandles.add(++fNextHandleId);
48 fLockedHandles.add(id);
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp271 // we add the scope to the outermost block if needed. Zero-statement blocks have similar in ensureScopedBlocks()
273 // absorbing the following statement into our loop--so we also add a scope to these. in ensureScopedBlocks()
280 // We found a block with multiple (or zero) statements, but no scope? Let's add a scope in ensureScopedBlocks()
694 // MakeUnscoped. This is because we need to add another child statement to the Block later. in inlineCall()
1133 // Inlining this function will add too many IRNodes. in buildCandidateList()
1177 usage->add(inlinedCall.fInlinedBody.get()); in analyze()
1202 usage->add(inlinedCall.fReplacementExpr.get()); in analyze()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape.cc1250 glyphs->add (glyph); in add_char()
1255 glyphs->add (glyph); in add_char()
/third_party/python/Lib/test/
H A Dtest_fractions.py612 self.assertRaises(TypeError, operator.add,
614 self.assertRaises(TypeError, operator.add,
/third_party/python/Lib/tkinter/
H A Dttk.py809 def add(self, child, **kw): member in Notebook
814 self.tk.call(self._w, "add", child, *(_format_optdict(kw)))
828 tabs may be restored with the add command."""
1414 self._selection("add", items)
1446 self._bind((self._w, "tag", "bind", tagname), sequence, callback, add=0)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp810 MIB.add(Info.Callee); in lowerTailCall()
887 // We aren't passing it already, so we should add it to the call. in lowerTailCall()
905 // Now we can add the actual call instruction to the correct basic block. in lowerTailCall()
966 // Create a temporarily-floating call instruction so we can add the implicit in lowerCall()
971 MIB.add(Info.Callee); in lowerCall()
990 // Now we can add the actual call instruction to the correct basic block. in lowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp726 MIB.add(*MOI); in predicateInstr()
731 MIB.add(MO); in predicateInstr()
H A DHexagonExpandCondsets.cpp83 // that, the initial splitting will not add any implicit uses. These
450 // needed at this point. Do not add SI to the extension points, since in updateDeadsInRange()
465 // At the same time, add <dead> flag to all defs that are actually dead. in updateDeadsInRange()
485 // Now, add implicit uses to each predicated def that is reached in updateDeadsInRange()
654 .add(SrcOp); in genCondTfrFor()
705 // First, create the two invididual conditional transfers, and add each in split()
866 // implemented in 4 steps: (1) add a clone of the instruction MI at the in predicateAt()
891 MB.add(MO); in predicateAt()
/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py84 We add implementations for all methods described in the Message class. We
162 We add enum getters, an __init__ method, implementations
254 dictionary: Class dictionary to which we'll add a '__slots__' entry.
373 # To support wire compatibility of adding packed = true, add a decoder for
484 # simple TypeError; add field name to exception message
546 copy.add(**val)
548 copy.add().MergeFrom(val)
615 # Catch it if we add other types that we should
644 Note that when clients add values to these containers, we perform
/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py1021 sub_message = message.Extensions[field].add()
1025 sub_message = getattr(message, field.name).add()
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs1427 let add = if let Some(a) = matcher.get(id) { in add_default_value()
1438 if add { in add_default_value()
/third_party/rust/crates/regex/src/
H A Ddfa.rs415 // We add 1 to account for the special EOF byte. in new()
1174 // Allocate room for our state and add it. in cached_state()
1478 let si = match self.cache.trans.add() { in add_state()
1521 // We add 1 to account for the special EOF byte. in num_byte_classes()
1656 fn add(&mut self) -> Option<StatePtr> { in add() functions
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp282 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
283 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp870 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSrc.c_str());
872 programCollection.glslSources.add("vert") << glu::VertexSource("#version 430\n"
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp201 sourceCollections.glslSources.add("color_vert") << glu::VertexSource( in initPrograms()
212 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource( in initPrograms()
H A DvktRenderPassUnusedClearAttachmentTests.cpp287 sourceCollections.glslSources.add("vert_shader") << glu::VertexSource( in initPrograms()
322 sourceCollections.glslSources.add("frag_shader") << glu::FragmentSource(fragmentSource.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp926 programCollection.glslSources.add("vertex-test") << glu::VertexSource(vertexTestSource.str()); in initPrograms()
927 programCollection.glslSources.add("fragment-test") << glu::FragmentSource( in initPrograms()
H A DvktRobustnessVertexAccessTests.cpp370 programCollection.glslSources.add("vertex") << glu::VertexSource(vertexShaderSource.str()); in initPrograms()
381 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentShaderSource.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1739 programCollection.spirvAsmSources.add(sourceNames.find(m_params.stage)->second) << SpirvTemplateManager::getTemplate(m_params.dataType, m_params.stage).specialize(replacements); in initPrograms()
1743 programCollection.glslSources.add("vert") << glu::VertexSource(VertShaderPassThrough); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp931 dst.glslSources.add("quad-vert") << glu::VertexSource( in initPrograms()
941 dst.glslSources.add("quad-frag") << glu::FragmentSource( in initPrograms()
H A DvktWsiDisplayTimingTests.cpp1134 dst.glslSources.add("quad-vert") << glu::VertexSource( in init()
1144 dst.glslSources.add("quad-frag") << glu::FragmentSource( in init()

Completed in 45 milliseconds

1...<<151152153154155156157158159160>>...233