Home
last modified time | relevance | path

Searched refs:set (Results 3376 - 3400 of 10171) sorted by relevance

1...<<131132133134135136137138139140>>...407

/third_party/vk-gl-cts/external/vulkan-docs/src/config/
H A DmakeSubmit.py72 # Convert required list to a set
73 required = set(required)
75 extraexts = set(extradepend)
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DType_test.cpp47 std::set<char> uniqueNames0; in TEST()
48 std::set<char> uniqueNames1; in TEST()
/third_party/skia/src/gpu/
H A DGrColor.h99 this->set(color, wideColor); in GrVertexColor()
102 void set(const SkPMColor4f& color, bool wideColor) { in set() function in GrVertexColor
/third_party/skia/src/core/
H A DSkPoint3.cpp58 this->set(0, 0, 0); in normalize()
81 this->set(0, 0, 0); in normalize()
H A DSkPtrRecorder.h17 * Maintains a set of ptrs, assigning each a unique ID [1...N]. Duplicate ptrs
18 * return the same ID (since its a set). Subclasses can override inPtr()
20 * set. decPtr() is called on each ptr when the set is destroyed or reset.
27 * Search for the specified ptr in the set. If it is found, return its
33 * Add the specified ptr to the set, returning a unique 32bit ID for it
41 * Return the number of (non-null) ptrs in the set.
46 * Copy the ptrs in the set into the specified array (allocated by the
55 * Call decPtr() on each ptr in the set, and the reset the size of the set
65 Iter(const SkPtrSet& set) Iter() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_util.cpp66 uint32_t set = compiler.get_decoration(s.image_id, spv::DecorationDescriptorSet); in inherit_combined_sampler_bindings() local
67 compiler.set_decoration(s.combined_id, spv::DecorationDescriptorSet, set); in inherit_combined_sampler_bindings()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dfuncrepl.cpp115 UnicodeSet set; in addReplacementSetTo() local
116 toUnionTo.addAll(translit->getTargetSet(set)); in addReplacementSetTo()
/third_party/skia/src/xps/
H A DSkXPSDocument.cpp46 fUnitsPerMeter.set(kPointsPerMeter, kPointsPerMeter);
48 fPixelsPerMeter.set(pixelsPerMeterScale, pixelsPerMeterScale);
/third_party/skia/tests/
H A DPathOpsDRectTest.cpp32 rect->set(quad[0]); in setRawBounds()
38 rect->set(cubic[0]); in setRawBounds()
H A DPathOpsBoundsTest.cpp66 curve.fQuad.set(curvePts); in DEF_TEST()
70 curve.fCubic.set(curvePts); in DEF_TEST()
/third_party/skia/src/sksl/
H A DSkSLAnalysis.h16 #include <set>
151 const std::set<const Variable*>* loopIndices);
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Ddawn_proc.c15 {% set Prefix = metadata.proc_table_prefix %}
16 {% set prefix = Prefix.lower() %}
H A Ddawn_thread_dispatch_proc.cpp1 {% set Prefix = metadata.proc_table_prefix %}
2 {% set prefix = Prefix.lower() %}
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DIndirectDrawMetadata.h26 #include <set>
118 std::set<RenderBundleBase*> mAddedBundles;
/third_party/skia/third_party/externals/dawn/src/tests/
H A DMockCallback.h20 #include <set>
52 // Add the userdata to a set of userdata for this mock. We never in MakeUserdata()
53 // remove from this set even if a callback should only be called once so that in MakeUserdata()
98 std::set<std::unique_ptr<MockAndUserdata>> mUserdatas;
/third_party/skia/third_party/externals/dawn/generator/
H A Dremove_files.py63 allowed_dirs = set(
73 stale_dirs = set([line.strip() for line in f.readlines()])
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dcompiler-macros.h28 # pragma set woff 3505
35 # pragma set woff 3505
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dheader.h109 typedef std::set<HeaderPtr, HeaderComparatorByOffset> HeaderOffsetSortedSet;
110 typedef std::set<HeaderPtr, HeaderComparatorByTag> HeaderTagSortedSet;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h11 // the MachineScheduler. It has a sorted Available set of SUs and a pickNode()
20 #include <set>
71 // A sorter for the Available set that makes sure that SUs are considered
88 // A set of SUs with a sorter and dump method.
89 struct SUSet : std::set<SUnit*, SUSorter> {
95 /// The set of available SUs to schedule next.
/third_party/skia/third_party/externals/tint/kokoro/windows/cmake-msvc2019-debug/
H A Dbuild.bat16 set BUILD_TYPE=Debug
17 set CMAKE_FLAGS=-G "Visual Studio 16 2019" -A x64
/third_party/skia/third_party/externals/tint/kokoro/windows/cmake-msvc2019-release/
H A Dbuild.bat16 set BUILD_TYPE=Release
17 set CMAKE_FLAGS=-G "Visual Studio 16 2019" -A x64
/third_party/skia/tools/
H A DBUILD_simulator.py34 # Returns a set of files that match pattern.
52 matches = set()
63 files = set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h89 return MachineFunctionProperties().set(
90 MachineFunctionProperties::Property::NoVRegs).set(
/third_party/typescript/tests/baselines/reference/
H A DsuperElementAccess.js9 set value(v: number) { }
64 set: function (v) { },
H A Dsuper_inside-object-literal-getters-and-setters.js8 set foo(value: string) {
53 set foo(value) {

Completed in 10 milliseconds

1...<<131132133134135136137138139140>>...407