/third_party/python/Lib/test/test_asyncio/ |
H A D | test_queues.py | 149 started.set() 233 started.set()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDynamicVertexAttributeTests.cpp | 45 #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 D | Shader.cpp | 158 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 D | ReplaceForShaderFramebufferFetch.cpp | 85 mConstInputAttachmentIndices->set(inputAttachmentIdx); in setInputAttachmentIndex() 175 mConstInputAttachmentIndices->set(idx); in visitBinary()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ShaderLang.cpp | 689 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 D | SwitchLoweringUtils.cpp | 57 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 D | OrcCBindingsStack.h | 38 #include <set> 484 [](Function &F) { return std::set<Function *>({&F}); }, *CCMgr, in createCODLayer()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cSampleShadingTests.cpp | 447 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 D | glcShaderMultisampleInterpolationTests.cpp | 553 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 D | command.h | 466 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 D | SkBlurMask.cpp | 405 margin->set( pad, pad ); in BlurRect() 537 margin->set( pad, pad ); in BlurGroundTruth()
|
H A D | SkEdgeClipper.cpp | 407 // 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 D | SkBitmap.cpp | 551 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 D | fuzzer_pass.cpp | 17 #include <set> 469 std::set<uint32_t> basic_types; in GetAvailableBasicTypesAndPointers()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | decoration_manager.cpp | 19 #include <set> 27 using DecorationSet = std::set<std::u32string>;
|
H A D | ir_builder.h | 538 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 D | loop_fusion.cpp | 39 // 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 D | types.h | 22 #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 D | fuzzer_pass.cpp | 17 #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 D | decoration_manager.cpp | 19 #include <set> 27 using DecorationSet = std::set<std::u32string>;
|
H A D | ir_builder.h | 538 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 D | loop_fusion.cpp | 39 // 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 D | types.h | 22 #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 D | filters.py | 369 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 D | astro.cpp | 261 * 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...] |