/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferSparseResidency.cpp | 125 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
|
H A D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 301 programCollection.spirvAsmSources.add("compute") << src.str() in initPrograms()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.h | 65 int (*tdls_peer_addset)(void *ctx, const u8 *addr, int add, u16 aid,
|
/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 117 gzseek(zfile, 1, SEEK_CUR); (* add one zero byte *)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 2651 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 2668 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms() 2687 programCollection.glslSources.add("demultisample-vert") << glu::VertexSource(src.str()); in initPrograms() 2709 programCollection.glslSources.add("demultisample-color-frag") << glu::FragmentSource(src.str()); in initPrograms() 2731 programCollection.glslSources.add("demultisample-depth-frag") << glu::FragmentSource(src.str()); in initPrograms() 2754 programCollection.glslSources.add("demultisample-stencil-frag") << glu::FragmentSource(src.str()); in initPrograms() 2774 programCollection.glslSources.add("vert1") << glu::VertexSource(src.str()); in initPrograms() 2793 programCollection.glslSources.add("frag1") << glu::FragmentSource(src.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 990 DECLARE_BINARY_GENTYPE_FUNCS(add) 1005 DECLARE_BINARY_INT_GENTYPE_FUNCS(add) 1031 DECLARE_BINARY_UINT_GENTYPE_FUNCS(add) 1322 const char* addName = isNormalOp ? "add" : isAssignEff ? "add_assign_effect" : "add_assign_result"; in init() 1355 // The add operator. in init() 1358 << operInfoFunc(addName, addOp, GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(add)) in init() 1359 << operInfoFunc(addName, addOp, IGT, Value(IGT, -4.0f, 6.0f), Value(IGT, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_GENTYPE_FUNCS(add)) in init() 1360 << operInfoFunc(addName, addOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(add)) in init() 1361 << operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 1e2f), Value(UGT, 0.0f, 1e2f), notUsed, 5e-3f, 0.0f, PRECMASK_MEDIUMP, UINT_GENTYPE_FUNCS(add)) in init() 1362 << operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 4e9f), Value(UGT, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(add)) in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 2651 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 2668 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms() 2687 programCollection.glslSources.add("demultisample-vert") << glu::VertexSource(src.str()); in initPrograms() 2709 programCollection.glslSources.add("demultisample-color-frag") << glu::FragmentSource(src.str()); in initPrograms() 2731 programCollection.glslSources.add("demultisample-depth-frag") << glu::FragmentSource(src.str()); in initPrograms() 2754 programCollection.glslSources.add("demultisample-stencil-frag") << glu::FragmentSource(src.str()); in initPrograms() 2774 programCollection.glslSources.add("vert1") << glu::VertexSource(src.str()); in initPrograms() 2793 programCollection.glslSources.add("frag1") << glu::FragmentSource(src.str()); in initPrograms()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 2128 fContext.fModifiersPool->add(modifiers), in writeVariableReference() 2134 symbols.add(std::move(coordsVar)); in writeVariableReference() 2163 fContext.fModifiersPool->add(modifiers), in writeVariableReference() 2169 symbols.add(std::move(clockwiseVar)); in writeVariableReference() 3059 fProgram.fSymbols->add(std::make_unique<Field>( in writeInterfaceBlock() 3452 /*line=*/-1, fProgram.fModifiers->add(modifiers), kUniformBufferName, in writeUniformBuffer() 3511 modsPtr = fProgram.fModifiers->add(modifiers); in addRTFlipUniform() 3523 fProgram.fSymbols->add(std::make_unique<Field>(/*line=*/-1, intfVar, /*field=*/0)); in addRTFlipUniform()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 993 DECLARE_BINARY_GENTYPE_FUNCS(add) 1008 DECLARE_BINARY_INT_GENTYPE_FUNCS(add) 1034 DECLARE_BINARY_UINT_GENTYPE_FUNCS(add) 1325 const char* addName = isNormalOp ? "add" : isAssignEff ? "add_assign_effect" : "add_assign_result"; in init() 1358 // The add operator. in init() 1361 << operInfoFunc(addName, addOp, GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(add)) in init() 1362 << operInfoFunc(addName, addOp, IGT, Value(IGT, -4.0f, 6.0f), Value(IGT, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_GENTYPE_FUNCS(add)) in init() 1363 << operInfoFunc(addName, addOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(add)) in init() 1364 << operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 1e2f), Value(UGT, 0.0f, 1e2f), notUsed, 5e-3f, 0.0f, PRECMASK_MEDIUMP, UINT_GENTYPE_FUNCS(add)) in init() 1365 << operInfoFunc(addName, addOp, UGT, Value(UGT, 0.0f, 4e9f), Value(UGT, 0.0f, 4e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(add)) in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 9636 sources.glslSources.add("vertex-buffer.vert") 9652 sources.glslSources.add("index-buffer.vert") 9688 sources.glslSources.add("uniform-buffer.vert") 9733 sources.glslSources.add("uniform-buffer.frag") 9769 sources.glslSources.add("storage-buffer.vert") 9810 sources.glslSources.add("storage-buffer.frag") 9831 sources.glslSources.add("uniform-texel-buffer.vert") 9864 sources.glslSources.add("uniform-texel-buffer.frag") 9893 sources.glslSources.add("storage-texel-buffer.vert") 9925 sources.glslSources.add("storag [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 9636 sources.glslSources.add("vertex-buffer.vert") 9652 sources.glslSources.add("index-buffer.vert") 9688 sources.glslSources.add("uniform-buffer.vert") 9733 sources.glslSources.add("uniform-buffer.frag") 9769 sources.glslSources.add("storage-buffer.vert") 9810 sources.glslSources.add("storage-buffer.frag") 9831 sources.glslSources.add("uniform-texel-buffer.vert") 9864 sources.glslSources.add("uniform-texel-buffer.frag") 9893 sources.glslSources.add("storage-texel-buffer.vert") 9925 sources.glslSources.add("storag [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 4513 programCollection.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms() 4538 programCollection.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms() 4557 programCollection.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms() 4578 programCollection.glslSources.add("vert-spv10") << glu::VertexSource(src); in initPrograms() 4579 programCollection.glslSources.add("vert-spv15") << glu::VertexSource(src) << spv15Opts; in initPrograms() 4602 programCollection.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms() 4629 programCollection.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms() 4646 programCollection.glslSources.add("tessellation_evaluation") << glu::TessellationEvaluationSource(source_te.str()); in initPrograms() 4674 programCollection.glslSources.add("geometry") << glu::GeometrySource(source.str()); in initPrograms() 4689 programCollection.glslSources.add("fragmen in initPrograms() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 690 /// tryAddingSymbolicOperand - trys to add a symbolic operand in place of the 711 /// tryAddingPcLoadReferenceComment - trys to add a comment as to what is being 946 // Nested IT blocks are UNPREDICTABLE. Must be checked before we add in getThumbInstruction() 983 // Nested VPT blocks are UNPREDICTABLE. Must be checked before we add in getThumbInstruction() 1767 imm = ARM_AM::getAM5Opc(U ? ARM_AM::add : ARM_AM::sub, imm); in DecodeCopMemInstruction() 1876 ARM_AM::AddrOpc Op = ARM_AM::add; in DecodeAddrMode2IdxInstruction() 1963 shift = ARM_AM::getAM2Opc(ARM_AM::add, imm, ShOp); in DecodeSORegMemOperand() 2550 unsigned add = fieldFromInstruction(Val, 12, 1); in DecodeAddrModeImm12Operand() local 2557 if (!add) imm *= -1; in DecodeAddrModeImm12Operand() 2558 if (imm == 0 && !add) im in DecodeAddrModeImm12Operand() 3856 unsigned add = fieldFromInstruction(Insn, 9, 1); DecodeT2LoadImm8() local 4424 unsigned add = fieldFromInstruction(Insn, 4, 1); DecodePostIdxReg() local [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 293 FATE_FILTER-$(call FILTERFRAMECRC, TESTSRC2 TPAD) += fate-filter-tpad-add fate-filter-tpad-clone 294 fate-filter-tpad-add: CMD = framecrc -lavfi testsrc2=d=1:r=2,tpad=start=1:stop=3:color=gray 484 # as input. So only add them if all the requirements of fate-vsynth1-mpeg4-qprd 485 # are met, add a dependency to the test and ensure that the file is kept.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | ULocale.java | 1686 tfields.add(builder.toString()); in replaceTransformedExtensions() 1701 tfields.add(builder.toString()); in replaceTransformedExtensions() 1817 * @param keyword the keyword to add/remove, or null to remove all keywords. 1818 * @param value the value to add/set, or null to remove this particular keyword. 1836 * @param keyword the keyword to add/remove, or null to remove all keywords. 1837 * @param value the value to add/set, or null to remove this particular keyword. 1852 * @param keyword the keyword to add, if not already present 1853 * @param value the value to add, if not already present 2564 desired = LocalePriorityList.add(acceptLanguageList).build(); in acceptLanguage() 2980 * @param tag The tag to add [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | dtptngen.cpp | 551 length = 2; // 1 preferred to add later, 1 allowed to add now 1290 // in #13183 just add b/B to skeleton, no longer need to set special flags in mapSkeletonMetacharacters() 1518 // 3. When adding the pattern (patternMap->add), we set a new boolean to indicate that the added entry had a 1574 patternMap->add(basePattern, skeleton, pattern, skeletonToUse != nullptr, status); in addPatternWithSkeleton() 1976 ((DTRedundantEnumeration *)output.getAlias())->add(*pattern, status); in getRedundants() 2081 PatternMap::add(const UnicodeString& basePattern, in add() function in DateTimePatternGenerator::AppendItemNamesSink::PatternMap 2125 // add new element to the list. in add() 2156 } // PatternMap::add in add() 2353 // Plus some smartness: year + hour => should we add mont in set() 2952 DTRedundantEnumeration::add(const UnicodeString& pattern, UErrorCode& status) { add() function in DateTimePatternGenerator::AppendItemNamesSink::DTRedundantEnumeration [all...] |
/third_party/mbedtls/library/ |
H A D | ecp.c | 1832 * (3) [add] Computation of all T[i] 1873 goto add; in ecp_precompute_comb() 1947 add: in ecp_precompute_comb() 2485 * Double-and-add: R = 2P, S = P + Q, with d = X(P - Q), 2834 goto add; in mbedtls_ecp_muladd_restartable() 2863 add: in mbedtls_ecp_muladd_restartable()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtptngen.cpp | 554 length = 2; // 1 preferred to add later, 1 allowed to add now 1282 // in #13183 just add b/B to skeleton, no longer need to set special flags in mapSkeletonMetacharacters() 1510 // 3. When adding the pattern (patternMap->add), we set a new boolean to indicate that the added entry had a 1566 patternMap->add(basePattern, skeleton, pattern, skeletonToUse != nullptr, status); in addPatternWithSkeleton() 1968 ((DTRedundantEnumeration *)output.getAlias())->add(*pattern, status); in getRedundants() 2073 PatternMap::add(const UnicodeString& basePattern, in add() function in DateTimePatternGenerator::AppendItemNamesSink::PatternMap 2117 // add new element to the list. in add() 2148 } // PatternMap::add in add() 2345 // Plus some smartness: year + hour => should we add mont in set() 2944 DTRedundantEnumeration::add(const UnicodeString& pattern, UErrorCode& status) { add() function in DateTimePatternGenerator::AppendItemNamesSink::DTRedundantEnumeration [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 848 MIB.add(MO); in selectStackmap() 1026 MIB.add(MO); in selectPatchpoint() 1054 MIB.add(MO); in selectXRayCustomEvent() 1075 MIB.add(MO); in selectXRayTypedEvent() 1202 // inalloca to more targets, we'll have to add custom inalloca handling in in lowerCallTo() 2251 /// nodes as input. We cannot just directly add them, because expansion 2376 // Must be an add. in canFoldAddIntoGEP()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtptngen.cpp | 544 length = 2; // 1 preferred to add later, 1 allowed to add now in put() 1273 // in #13183 just add b/B to skeleton, no longer need to set special flags 1438 // 3. When adding the pattern (patternMap->add), we set a new boolean to indicate that the added entry had a 1494 patternMap->add(basePattern, skeleton, pattern, skeletonToUse != nullptr, status); 1889 ((DTRedundantEnumeration *)output.getAlias())->add(*pattern, status); 1994 PatternMap::add(const UnicodeString& basePattern, 2038 // add new element to the list. 2069 } // PatternMap::add 2266 // Plus some smartness: year + hour => should we add mont [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | APInt.cpp | 224 static bool add(uint64_t *dest, const uint64_t *x, const uint64_t *y, in add() function 243 add(pVal, pVal, RHS.pVal, getNumWords()); 310 // Determine if the add above introduces carry. 1431 magu.a = 0; // initialize "add" indicator in magicu() 1578 // and add (0v[n-1]...v[1]v[0]) to (u[j+n]u[j+n-1]...u[j+1]u[j]). in KnuthDiv() 2074 // Set up an APInt for the digit to add outside the loop so we don't 2179 // Flip the bits and add one to turn it into the equivalent positive 2492 /* DST += SRC * MULTIPLIER + CARRY if add is true 2493 DST = SRC * MULTIPLIER + CARRY if add is false 2507 bool add) [all...] |
/third_party/python/Lib/test/ |
H A D | test_traceback.py | 1443 for add in [0, 2]: 1444 text = " "*add + "text%d" % offset 1456 err = self.get_report(SyntaxError("msg", ("file.py", 1, offset+add, text))) 2866 expected.add(name)
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 738 // where the last one ended. So we'll add decodeInfo.width() and height(). in draw() 1288 // TODO: tiled frames when we add animation support in draw() 1836 gpuTaskGroup->add([gpuTestCtx] { gpuTestCtx->makeCurrent(); }); in ddlDraw() 1864 gpuTaskGroup->add([dstSurface, ddl = tiles.composeDDL()]() { in ddlDraw() 1869 gpuTaskGroup->add([dContext]() { in ddlDraw() 1888 gpuTaskGroup->add([gpuTestCtx] { gpuTestCtx->makeNotCurrent(); }); in ddlDraw()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 467 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms() 468 sourceCollections.glslSources.add("tex_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms() 1379 programCollection.glslSources.add("vert") << glu::VertexSource{vertexShader.str()}; in initPrograms() 1414 programCollection.glslSources.add("frag") << glu::FragmentSource{fragmentShader.str()}; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingCaptureReplayTests.cpp | 846 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 864 programCollection.glslSources.add(shaderName.str()) << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 879 programCollection.glslSources.add("isect") << glu::IntersectionSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 893 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
|