/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderQueryTestsEXT.cpp | 395 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 483 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << meshBuildOpts; in initPrograms() 509 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << meshBuildOpts; in initPrograms()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 346 StrTabBuilder.add(Sec->getSectionName()); in addToSectionTable() 700 StrTabBuilder.add(Name); in computeSymbolTable() 721 StrTabBuilder.add(Name); in computeSymbolTable() 1410 // FIXME: We could use the section but add the bit to the relocation value. in shouldRelocateWithSymbol()
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 833 profileView = threadSafeCache->add(key, profileView); in create_profile_effect() 910 view = threadSafeCache->add(key, view); in make_rect_integral_fp() 1332 view = threadSafeCache->add(key, view); in find_or_create_rrect_blur_mask_fp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 2189 CurAST->add(*InnerAST); in collectAliasInfoForLoop() 2201 CurAST->add(*BB); in collectAliasInfoForLoop() 2206 CurAST->add(*BB); in collectAliasInfoForLoop()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | umutablecptrie.cpp | 720 void add(int32_t index, int32_t count, uint32_t value) { in add() function in __anon21079::AllSameBlocks 997 allSameBlocks.add(i, inc, value); in compactWholeDataBlocks() 1004 allSameBlocks.add(j, jInc + inc, value); in compactWholeDataBlocks() 1008 // before we add the first one, which may improve compaction in rare cases, in compactWholeDataBlocks()
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | JsonFormat.java | 550 public Builder add(Descriptor messageType) { in add() method in JsonFormat.TypeRegistry.Builder 563 public Builder add(Iterable<Descriptor> messageTypes) { in add() method in JsonFormat.TypeRegistry.Builder 586 if (!files.add(file.getFullName())) { in addFile() 1134 * @param alwaysWithQuotes whether to always add double-quotes to primitive 1847 // larger or smaller due to precision loss. Here we need to add a bit in parseFloat() 1863 // larger or smaller due to precision loss. Here we need to add a bit
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementTree.py | 1848 prefixes_seen.add(prefix) 1850 # Not declared yet => add new declaration. 1928 qnames.add(qname) 1936 qnames.add(qname)
|
/third_party/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 118 SkColor mul, add; in make_fuzz_colorfilter() local 119 fuzz->next(&mul, &add); in make_fuzz_colorfilter() 120 return SkColorMatrixFilter::MakeLightingFilter(mul, add); in make_fuzz_colorfilter()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 320 programCollection.glslSources.add("color_vert") << glu::VertexSource( in initPrograms() 332 programCollection.glslSources.add("color_frag") << glu::FragmentSource( in initPrograms() 343 programCollection.glslSources.add("color_vert") << glu::VertexSource( in initPrograms()
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 3103 programCollection.glslSources.add("dynamicVert") << glu::VertexSource(kReversed ? inactiveVertSource : activeVertSource); in initPrograms() 3104 programCollection.glslSources.add("staticVert") << glu::VertexSource(kReversed ? activeVertSource : inactiveVertSource); in initPrograms() 3105 programCollection.glslSources.add("dynamicFrag") << glu::FragmentSource(kReversed ? inactiveFragSource : activeFragSource); in initPrograms() 3106 programCollection.glslSources.add("staticFrag") << glu::FragmentSource(kReversed ? activeFragSource : inactiveFragSource); in initPrograms() 3109 programCollection.glslSources.add("geom") << glu::GeometrySource(geomSource.str()); in initPrograms() 3112 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tescSource.str()); in initPrograms() 3113 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(teseSource.str()); in initPrograms() 3116 programCollection.glslSources.add("mesh") << glu::MeshSource(meshSource.str()) << meshBuildOptions; in initPrograms() 3131 programCollection.glslSources.add("meshNoOut") << glu::MeshSource(meshNoOut.str()) << meshBuildOptions; in initPrograms() 3151 programCollection.glslSources.add("vertDPC in initPrograms() [all...] |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 2525 programCollection.glslSources.add("comp_singleFloat") << glu::ComputeSource(src.str()); in initConstantColorVerifyPrograms() 2571 programCollection.glslSources.add("comp_singleInt") << glu::ComputeSource(src.str()); in initConstantColorVerifyPrograms() 2616 programCollection.glslSources.add("comp_singleDepth") << glu::ComputeSource(src.str()); in initConstantColorVerifyPrograms() 2661 programCollection.glslSources.add("comp_singleStencil") << glu::ComputeSource(src.str()); in initConstantColorVerifyPrograms() 2683 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initBasicPrograms() 2753 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initBasicPrograms() 2920 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initBasicPrograms() 4231 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initMultipassPrograms() 4305 programCollection.glslSources.add(name.str()) << glu::FragmentSource(src.str()); in initMultipassPrograms() 4445 programCollection.glslSources.add("com in initMultipassPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 706 programs.glslSources.add("comp") << glu::ComputeSource( in initPrograms() 710 programs.glslSources.add("vert") << glu::VertexSource(vert); in initPrograms() 711 programs.glslSources.add("frag") << glu::FragmentSource(frag.specialize(abbreviations)); in initPrograms()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 355 // let LLVM add the comparison in SITargetLowering() 3362 .add(*Idx) in setM0ToIndexFromSGPR() 3369 .add(*Idx) in setM0ToIndexFromSGPR() 3384 .add(*Idx); in setM0ToIndexFromSGPR() 3387 .add(*Idx) in setM0ToIndexFromSGPR() 3517 .add(*SrcVec) in emitIndirectDst() 3518 .add(*Val) in emitIndirectDst() 3532 .add(*Val) in emitIndirectDst() 3544 .add(*Val) in emitIndirectDst() 3566 .add(*Va in emitIndirectDst() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 783 /* decNumberAdd -- add two Numbers */ 1113 /* decNumberFMA -- fused multiply add */ 1193 /* add the third operand and result -> res, and all is done */ in uprv_decNumberFMA() 1788 uByte sub; /* add or subtract */ in uprv_decNumberNextToward() 1797 sub=0; /* add, please */ in uprv_decNumberNextToward() 2185 if (!rhsint) { /* add padding */ in uprv_decNumberPower() 3110 if (todrop<0) status|=DEC_Rounded; /* ideally would add 0s */ in uprv_decNumberSquareRoot() 3688 /* [drop through to add integer] */ in decToString() 3765 for (; pre<0; pre++, c++) *c='0'; /* add any 0's after '.' */ in decToString() 3777 /* Finally add th in decToString() 6391 Int add; /* work */ global() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumber.cpp | 783 /* decNumberAdd -- add two Numbers */ 1113 /* decNumberFMA -- fused multiply add */ 1193 /* add the third operand and result -> res, and all is done */ in uprv_decNumberFMA() 1788 uByte sub; /* add or subtract */ in uprv_decNumberNextToward() 1797 sub=0; /* add, please */ in uprv_decNumberNextToward() 2185 if (!rhsint) { /* add padding */ in uprv_decNumberPower() 3110 if (todrop<0) status|=DEC_Rounded; /* ideally would add 0s */ in uprv_decNumberSquareRoot() 3688 /* [drop through to add integer] */ in decToString() 3765 for (; pre<0; pre++, c++) *c='0'; /* add any 0's after '.' */ in decToString() 3777 /* Finally add th in decToString() 6391 Int add; /* work */ global() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 2535 programCollection.glslSources.add("comp_singleFloat") << glu::ComputeSource(src.str()); in initConstantColorVerifyPrograms() 2581 programCollection.glslSources.add("comp_singleInt") << glu::ComputeSource(src.str()); in initConstantColorVerifyPrograms() 2626 programCollection.glslSources.add("comp_singleDepth") << glu::ComputeSource(src.str()); in initConstantColorVerifyPrograms() 2671 programCollection.glslSources.add("comp_singleStencil") << glu::ComputeSource(src.str()); in initConstantColorVerifyPrograms() 2693 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initBasicPrograms() 2763 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initBasicPrograms() 2930 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initBasicPrograms() 4266 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initMultipassPrograms() 4340 programCollection.glslSources.add(name.str()) << glu::FragmentSource(src.str()); in initMultipassPrograms() 4480 programCollection.glslSources.add("com in initMultipassPrograms() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumber.cpp | 783 /* decNumberAdd -- add two Numbers */ 1113 /* decNumberFMA -- fused multiply add */ 1193 /* add the third operand and result -> res, and all is done */ in uprv_decNumberFMA() 1788 uByte sub; /* add or subtract */ in uprv_decNumberNextToward() 1797 sub=0; /* add, please */ in uprv_decNumberNextToward() 2185 if (!rhsint) { /* add padding */ in uprv_decNumberPower() 3110 if (todrop<0) status|=DEC_Rounded; /* ideally would add 0s */ in uprv_decNumberSquareRoot() 3688 /* [drop through to add integer] */ in decToString() 3765 for (; pre<0; pre++, c++) *c='0'; /* add any 0's after '.' */ in decToString() 3777 /* Finally add th in decToString() 6391 Int add; /* work */ global() local [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9intrapred.asm | 968 add dstq, strideq 1110 add dstq, strideq 1111 add dst16q, strideq 1244 add dstq, strideq 2031 add stride0q, strideq
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 271 syn_pp.add(c); in TestPatternProperties() 274 ws_pp.add(c); in TestPatternProperties() 277 syn_ws_pp.add(c); in TestPatternProperties() 1171 dumb.add(ch); in TestNames() 2772 set2.add(start); in TestConsistency()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 268 syn_pp.add(c); in TestPatternProperties() 271 ws_pp.add(c); in TestPatternProperties() 274 syn_ws_pp.add(c); in TestPatternProperties() 1168 dumb.add(ch); in TestNames() 2920 set2.add(start); in TestConsistency()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 2777 dst.glslSources.add("quad-vert") << glu::VertexSource( in init() 2817 dst.glslSources.add("geom") << glu::GeometrySource(src.str()); in init() 2871 dst.glslSources.add("quad-frag") << glu::FragmentSource(fragTemplate.specialize(parameters)); in init() 2944 dst.glslSources.add(nameBase + "0-" + namePostfix) << glu::FragmentSource(fragTemplate.specialize(parameters)); in init() 2947 dst.glslSources.add(nameBase + "1-" + namePostfix) << glu::FragmentSource(fragTemplate.specialize(parameters)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateBasic.cpp | 26 * fragment shader does an atomic add to a memory location to get a unique 479 programCollection.glslSources.add("vert") << glu::VertexSource(vss.str()); in initPrograms() 546 programCollection.glslSources.add("geom") << glu::GeometrySource(gss.str()); in initPrograms() 609 programCollection.glslSources.add("mesh") << glu::MeshSource(mss.str()) << buildOptions; in initPrograms() 698 programCollection.glslSources.add("frag") << glu::FragmentSource(fss.str()); in initPrograms() 732 programCollection.glslSources.add("comp") << glu::ComputeSource(css.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 2764 dst.glslSources.add("quad-vert") << glu::VertexSource( in init() 2804 dst.glslSources.add("geom") << glu::GeometrySource(src.str()); in init() 2858 dst.glslSources.add("quad-frag") << glu::FragmentSource(fragTemplate.specialize(parameters)); in init() 2931 dst.glslSources.add(nameBase + "0-" + namePostfix) << glu::FragmentSource(fragTemplate.specialize(parameters)); in init() 2934 dst.glslSources.add(nameBase + "1-" + namePostfix) << glu::FragmentSource(fragTemplate.specialize(parameters)); in init()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | bsaes-x86_64.pl | 1258 add \$8,$len 1478 add \$8,$len 1732 add \$8,$len 2072 add \$8, $len 2325 add \$0x80, $len 2730 add \$0x80, $len 3152 add \$64,%rsp
|
/third_party/openssl/crypto/aes/asm/ |
H A D | bsaes-x86_64.pl | 1258 add \$8,$len 1478 add \$8,$len 1732 add \$8,$len 2072 add \$8, $len 2325 add \$0x80, $len 2730 add \$0x80, $len 3152 add \$64,%rsp
|