Home
last modified time | relevance | path

Searched refs:set (Results 7751 - 7775 of 11406) sorted by relevance

1...<<311312313314315316317318319320>>...457

/third_party/python/Lib/test/test_asyncio/
H A Dtest_queues.py149 started.set()
233 started.set()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicVertexAttributeTests.cpp45 #include <set>
106 std::set<std::string> removeExts(b.begin(), b.end()); in removeExtensions()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.cpp158 mBoundCompiler.set(context, nullptr); in onDestroy()
343 mBoundCompiler.set(context, context->getCompiler()); in compile()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DReplaceForShaderFramebufferFetch.cpp85 mConstInputAttachmentIndices->set(inputAttachmentIdx); in setInputAttachmentIndex()
175 mConstInputAttachmentIndices->set(idx); in visitBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderLang.cpp689 const std::set<std::string> *GetSlowCompilingUniformBlockSet(const ShHandle handle) in GetSlowCompilingUniformBlockSet()
725 const std::set<std::string> *GetUsedImage2DFunctionNames(const ShHandle handle) in GetUsedImage2DFunctionNames()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp57 assert(TLI && "TLI not set!"); in findJumpTables()
326 Dests.set(Clusters[k].MBB->getNumber()); in findBitTestClusters()
373 Dests.set(Clusters[I].MBB->getNumber()); in buildBitTests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h38 #include <set>
484 [](Function &F) { return std::set<Function *>({&F}); }, *CCMgr, in createCODLayer()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.cpp447 std::set<tcu::Vec4> uniquePixels; in countUniquePixels()
462 std::set<tcu::Vec4> uniquePixels; in countUniquePixels()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderMultisampleInterpolationTests.cpp553 std::set<tcu::Vec4> uniquePixels; in countUniquePixels()
568 std::set<tcu::Vec4> uniquePixels; in countUniquePixels()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand.h466 void SetDescriptorSet(uint32_t set) { descriptor_set_ = set; } in SetDescriptorSet() argument
477 /// Command to set the size of a buffer, or update a buffers contents.
597 /// Command to set the colour for the clear command.
625 /// Command to set the depth value for the clear command.
640 /// Command to set the stencil value for the clear command.
655 /// Command to set the patch parameter vertices.
672 /// Command to set the entry point to use for a given shader type.
691 /// Command to repeat the given set of commands a number of times.
/third_party/skia/src/core/
H A DSkBlurMask.cpp405 margin->set( pad, pad ); in BlurRect()
537 margin->set( pad, pad ); in BlurGroundTruth()
H A DSkEdgeClipper.cpp407 // limit set as the largest float value for which we can still reliably compute things like in too_big_for_reliable_float_math()
469 fCurrPoint[0].set(x, y0); in appendVLine()
470 fCurrPoint[1].set(x, y1); in appendVLine()
H A DSkBitmap.cpp551 offset->set(0, 0); in extractAlpha()
575 offset->set(dstM.fBounds.fLeft, dstM.fBounds.fTop); in extractAlpha()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp17 #include <set>
469 std::set<uint32_t> basic_types; in GetAvailableBasicTypesAndPointers()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddecoration_manager.cpp19 #include <set>
27 using DecorationSet = std::set<std::u32string>;
H A Dir_builder.h538 uint32_t result_type, uint32_t set, uint32_t instruction, in AddNaryExtendedInstruction()
541 operands.push_back({SPV_OPERAND_TYPE_ID, {set}}); in AddNaryExtendedInstruction()
586 // Returns the set of preserved analyses.
537 AddNaryExtendedInstruction( uint32_t result_type, uint32_t set, uint32_t instruction, const std::vector<uint32_t>& ext_operands) AddNaryExtendedInstruction() argument
H A Dloop_fusion.cpp39 // Return the set of locations accessed by |stores| and |loads|.
40 std::set<Instruction*> GetLocationsAccessed( in GetLocationsAccessed()
43 std::set<Instruction*> locations{}; in GetLocationsAccessed()
H A Dtypes.h22 #include <set>
68 typedef std::set<std::pair<const Pointer*, const Pointer*>> IsSameCache;
122 // decorations. |seen| is the set of |Pointer*| pair that are currently being
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp17 #include <set>
469 std::set<uint32_t> basic_types; in GetAvailableBasicTypesAndPointers()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddecoration_manager.cpp19 #include <set>
27 using DecorationSet = std::set<std::u32string>;
H A Dir_builder.h538 uint32_t result_type, uint32_t set, uint32_t instruction, in AddNaryExtendedInstruction()
541 operands.push_back({SPV_OPERAND_TYPE_ID, {set}}); in AddNaryExtendedInstruction()
586 // Returns the set of preserved analyses.
537 AddNaryExtendedInstruction( uint32_t result_type, uint32_t set, uint32_t instruction, const std::vector<uint32_t>& ext_operands) AddNaryExtendedInstruction() argument
H A Dloop_fusion.cpp39 // Return the set of locations accessed by |stores| and |loads|.
40 std::set<Instruction*> GetLocationsAccessed( in GetLocationsAccessed()
43 std::set<Instruction*> locations{}; in GetLocationsAccessed()
H A Dtypes.h22 #include <set>
68 typedef std::set<std::pair<const Pointer*, const Pointer*>> IsSameCache;
122 // decorations. |seen| is the set of |Pointer*| pair that are currently being
/third_party/skia/third_party/externals/jinja2/
H A Dfilters.py369 seen = set()
434 set the second parameter to `true`:
545 Giga, etc.), if the second parameter is set to `True` the binary
607 rel = set((rel or "").split() or [])
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dastro.cpp261 * latitude and longitude. The object's time is set to the current
477 result.set(atan2(sinL*cosE - tanB*sinE, cosL), in eclipticToEquatorial()
517 result.set(azimuth, altitude); in eclipticToHorizon()
540 // set to), make only a small difference as compared to using the
849 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
931 // // To be able to compute the Sun's rise/set times, you need to be able to
988 // // passes the meridian and the HA of rise/set. Then the rise time is
989 // // the meridian time minus HA for rise/set, and the set time is the
990 // // meridian time plus the HA for rise/set
[all...]

Completed in 33 milliseconds

1...<<311312313314315316317318319320>>...457