/third_party/skia/src/gpu/tessellate/ |
H A D | Tessellation.h | 81 kWideColorIfEnabled = 1 << 4, // If kColor is set, specifies it to be float4 wide color. 107 void set(const SkStrokeRec& stroke) { in set() function
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLExtensions.cpp | 61 out->push_back().set(in, length); in eat_space_sep_strings()
|
/third_party/skia/src/core/ |
H A D | SkRectPriv.h | 31 r.set(MakeILarge()); in MakeLargeS32() 72 // returned and 'out' is set to the largest rectangle contained in said shape. If true is
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | PixelProcessor.hpp | 127 void set(int reference, int testMask, int writeMask) in set() function
|
/third_party/openssl/include/crypto/ |
H A D | sparc_arch.h | 91 set SYM, reg;
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_flatten_conditional_branches.cpp | 66 // Make a set to keep track of the instructions that need fresh ids. in Apply() 67 std::set<opt::Instruction*> instructions_that_need_ids; in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | interp_fixup_pass.cpp | 19 #include <set>
|
H A D | merge_return_pass.h | 324 // A map from a basic block, bb, to the set of basic blocks which represent 326 std::unordered_map<BasicBlock*, std::set<uint32_t>> new_edges_; 328 // Contains all return blocks that are merged. This is set is populated while
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | remove_struct_member_reduction_opportunity.cpp | 27 std::set<opt::Instruction*> decorations_to_kill; in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_flatten_conditional_branches.cpp | 66 // Make a set to keep track of the instructions that need fresh ids. in Apply() 67 std::set<opt::Instruction*> instructions_that_need_ids; in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | interp_fixup_pass.cpp | 19 #include <set>
|
H A D | merge_return_pass.h | 324 // A map from a basic block, bb, to the set of basic blocks which represent 326 std::unordered_map<BasicBlock*, std::set<uint32_t>> new_edges_; 328 // Contains all return blocks that are merged. This is set is populated while
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | remove_struct_member_reduction_opportunity.cpp | 27 std::set<opt::Instruction*> decorations_to_kill; in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | basic_block.h | 84 type_.set(type); in set_type() 109 /// Returns the label instruction for the block, or nullptr if not set. 217 /// The set of predecessors of the BasicBlock 220 /// The set of successors of the BasicBlock
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationsets.h | 29 * Finds the set of characters and strings that sort differently in the tailoring 116 void addStrings(UChar32 start, UChar32 end, UnicodeSet *set);
|
/third_party/skia/src/sksl/ |
H A D | SkSLDehydrator.h | 20 #include <set>
|
/third_party/skia/tests/ |
H A D | OSPathTest.cpp | 95 filename.set("file"); in DEF_TEST()
|
/third_party/skia/src/pathops/ |
H A D | SkOpAngle.h | 78 void set(SkOpSpanBase* start, SkOpSpanBase* end);
|
/third_party/skia/src/pdf/ |
H A D | SkPDFFont.h | 76 fGlyphUsage.set(glyph); in noteGlyphUsage() 111 * Return false iff the typeface has its NotEmbeddable flag set.
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Toggles.cpp | 109 "The query set on Metal need to create MTLCounterSampleBuffer which storage mode " 245 toggleBitset.set(toggleIndex, enabled); in Set()
|
H A D | Features.cpp | 93 featuresBitSet.set(featureIndex); in EnableFeature()
|
/third_party/python/Lib/test/ |
H A D | test_pstats.py | 113 funcs_called = set(stats_profile.func_profiles.keys())
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementInclude.py | 128 _include(elem, loader, base_url, max_depth, set())
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_base.py | 25 pattern = None # Compiled pattern, set by compile_pattern() 28 filename = None # The filename (set by set_filename) 30 used_names = set() # A set of all used NAMEs 41 # module; every fixer should set this
|
H A D | btm_matcher.py | 5 leaves to the root of the AST and returns a set of nodes for further 31 self.match = set()
|