Home
last modified time | relevance | path

Searched refs:set (Results 4076 - 4100 of 12151) sorted by relevance

1...<<161162163164165166167168169170>>...487

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_format_map.py156 types = set()
157 formats = set()
H A DCLBitField.h56 void set(cl_bitfield bits) { mBits |= bits; } in set() function in cl::BitField
57 void set(const BitField &other) { mBits |= other.mBits; } in set() function in cl::BitField
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DFence11.h27 angle::Result set(const gl::Context *context, GLenum condition) override;
50 angle::Result set(const gl::Context *context, GLenum condition, GLbitfield flags) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFenceNVGL.cpp30 angle::Result FenceNVGL::set(const gl::Context *context, GLenum condition) in set() function in rx::FenceNVGL
71 angle::Result FenceNVSyncGL::set(const gl::Context *context, GLenum condition) in set() function in rx::FenceNVSyncGL
/third_party/skia/third_party/externals/angle2/src/common/
H A Dtls.cpp16 # include <set>
31 static set<ThreadLocalData *> allThreadData;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp129 LivePhysRegs.set(LI.PhysReg); in runOnMachineFunction()
155 // Check the subreg set, not the alias set, because a def in runOnMachineFunction()
175 LivePhysRegs.set(*AI); in runOnMachineFunction()
H A DTargetFrameLoweringImpl.cpp73 CalleeSaves.set(Info.getReg()); in getCalleeSaves()
123 SavedRegs.set(Reg); in determineCalleeSaves()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dvkconventions.py16 CATEGORIES_REQUIRING_VALIDATION = set(('handle', 'enum', 'bitmask'))
19 # This first set is for things we recognize explicitly as words,
22 SPECIAL_WORDS = set((
238 """Return a set of directories not to automatically descend into
279 cause Vk*FlagBits values with bit 31 set to result in a 64 bit
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkApiVersion.cpp26 #include <set>
125 std::set<deUint32> pred; in minVulkanAPIVersion()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms_test.cpp141 std::vector<std::set<uint32_t>> expected_equivalence_classes = { in TEST()
144 ASSERT_TRUE(ListsHaveTheSameElements<std::set<uint32_t>>( in TEST()
147 // The set {24, 26, 30} is not suitable for 18 (none if the ids is available in TEST()
152 // The set {6} is not suitable for 18 if we require at least 2 distinct in TEST()
156 // Only id 26 from the set {24, 26, 30} is available to use for the in TEST()
157 // transformation at block 29, so the set is not suitable if we want at least in TEST()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/
H A Dinstall.bat15 @set EXT_PATH=%userprofile%\.vscode\extensions\google.spirvls-0.0.1
16 @set ROOT_PATH=%~dp0
/third_party/skia/src/gpu/
H A DGrSimpleMesh.h22 void set(sk_sp<const GrBuffer> vertexBuffer, int vertexCount, int baseVertex);
47 inline void GrSimpleMesh::set(sk_sp<const GrBuffer> vertexBuffer, int vertexCount, int baseVertex) { in set() function in GrSimpleMesh
/third_party/skia/src/gpu/tessellate/
H A DCullTest.h28 this->set(devCullBounds, m); in CullTest()
31 void set(const SkRect& devCullBounds, const SkMatrix& m) { in set() function in skgpu::CullTest
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DConfig.h26 #include <set>
100 typedef std::set<Config, CompareConfig> Set;
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_donate_modules.h50 // Identifies all external instruction set imports in |donor_ir_context| and
92 const std::set<uint32_t>& skipped_instructions) const;
119 std::set<uint32_t>* skipped_instructions);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dpropagator.h20 #include <set>
212 // status for |inst| has changed or set was set for the first time.
234 // Add |instr| to the set of instructions not to simulate again.
305 std::set<Edge> executable_edges_;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_donate_modules.h50 // Identifies all external instruction set imports in |donor_ir_context| and
92 const std::set<uint32_t>& skipped_instructions) const;
119 std::set<uint32_t>* skipped_instructions);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dpropagator.h20 #include <set>
212 // status for |inst| has changed or set was set for the first time.
234 // Add |instr| to the set of instructions not to simulate again.
305 std::set<Edge> executable_edges_;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms_test.cpp141 std::vector<std::set<uint32_t>> expected_equivalence_classes = { in TEST()
144 ASSERT_TRUE(ListsHaveTheSameElements<std::set<uint32_t>>( in TEST()
147 // The set {24, 26, 30} is not suitable for 18 (none if the ids is available in TEST()
152 // The set {6} is not suitable for 18 if we require at least 2 distinct in TEST()
156 // Only id 26 from the set {24, 26, 30} is available to use for the in TEST()
157 // transformation at block 29, so the set is not suitable if we want at least in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/
H A Dinstall.bat15 @set EXT_PATH=%userprofile%\.vscode\extensions\google.spirvls-0.0.1
16 @set ROOT_PATH=%~dp0
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformat.cpp29 #error U_I18N_IMPLEMENTATION not set - must be set for all ICU source files in i18n/ - see https://unicode-org.github.io/icu/userguide/howtouseicu
H A Dname2uni.cpp42 _set_add(USet *set, UChar32 c) { in _set_add() argument
43 uset_add(set, c); in _set_add()
48 _set_addRange(USet *set, UChar32 start, UChar32 end) {
49 ((UnicodeSet *)set)->add(start, end);
53 _set_addString(USet *set, const UChar *str, int32_t length) {
54 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length));
67 // Get the legal character set in NameUnicodeTransliterator()
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/
H A DWireCmd.h93 {% set Return = "Return" if is_return_command else "" %}
94 {% set Cmd = command.name.CamelCase() + "Cmd" %}
/third_party/skia/third_party/externals/dawn/src/common/
H A DMath.h97 constexpr bool IsSubset(T1 subset, T2 set) { in IsSubset() argument
98 T2 bitsAlsoInSet = subset & set; in IsSubset()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dfont_info.h21 #include <set>
57 typedef std::set<GlyphId> GlyphIdSet;
60 // Will make copies of character map, glyph id set and font id map.

Completed in 11 milliseconds

1...<<161162163164165166167168169170>>...487