Home
last modified time | relevance | path

Searched refs:subset (Results 226 - 246 of 246) sorted by relevance

12345678910

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp1089 std::vector<VkTimeDomainEXT> subset; in getDomainSubset() local
1090 std::set_intersection(begin(availableSet), end(availableSet), begin(interestingSet), end(interestingSet), std::back_inserter(subset)); in getDomainSubset()
1091 return subset; in getDomainSubset()
H A DvktPipelineLibraryTests.cpp162 inline VkRenderPass getRenderPass (VkGraphicsPipelineLibraryFlagsEXT subset, VkRenderPass renderPass)
167 if ((subsetRequiresRenderPass & subset) != 0)
926 default: TCU_THROW(InternalError, "Unknown pipeline subset"); in runTest()
1159 // Each shader subset should be tested in each node of tree in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp1012 std::vector<VkTimeDomainEXT> subset;
1013 std::set_intersection(begin(availableSet), end(availableSet), begin(interestingSet), end(interestingSet), std::back_inserter(subset));
1014 return subset;
H A DvktPipelineLibraryTests.cpp156 inline VkRenderPass getRenderPass (VkGraphicsPipelineLibraryFlagsEXT subset, VkRenderPass renderPass)
161 if ((subsetRequiresRenderPass & subset) != 0)
920 default: TCU_THROW(InternalError, "Unknown pipeline subset"); in runTest()
1126 // Each shader subset should be tested in each node of tree in iterate()
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc583 If specified, this list is the subset of the outputs that should be
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak300 # checking file-changed timestamps in Python to build only the required subset of data.
/third_party/libabigail/tools/
H A Dfedabipkgdiff751 :param selector: a callable object used to select specific subset of
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm48 on a subset of the supported platforms, or if they are specific to certain
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm48 on a subset of the supported platforms, or if they are specific to certain
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-open-type.hh36 #include "hb-subset.hh"
756 bool subset (hb_subset_context_t *c) const in subset() function
H A Dhb-ot-cff1-table.hh31 #include "hb-subset-cff1.hh"
182 /* serialize a subset Encoding */
453 /* serialize a subset Charset */
1381 bool subset (hb_subset_context_t *c) const { return hb_subset_cff1 (c); } in subset() function
H A Dhb-ot-glyf-table.hh176 bool subset (hb_subset_context_t *c) const in subset() function
H A Dhb-ot-cmap-table.hh1514 bool subset (hb_subset_context_t *c) const in subset() function
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak281 # checking file-changed timestamps in Python to build only the required subset of data.
/third_party/skia/include/core/
H A DSkCanvas.h1669 * An optional paint may be provided, which supports the same subset of features usable with
2479 * Saves the specified subset of the current pixels in the current layer,
2483 * @param subset conservative bounds of the area to be saved / restored.
2486 int only_axis_aligned_saveBehind(const SkRect* subset);
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c1233 static bool is_bitwise_subset(u64 superset, u64 subset, u64 mask) in is_bitwise_subset() argument
1236 subset &= mask; in is_bitwise_subset()
1238 return (superset | subset) == superset; in is_bitwise_subset()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c1196 static bool is_bitwise_subset(u64 superset, u64 subset, u64 mask) in is_bitwise_subset() argument
1199 subset &= mask; in is_bitwise_subset()
1201 return (superset | subset) == superset; in is_bitwise_subset()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex15 describes the subset of the machine-state that consists of the
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp1107 // Check that all points in subset are (approximately) present also in superset.
1111 const vector<Vec3>& subset,
1122 for (int subNdx = 0; subNdx < (int)subset.size(); subNdx++)
1124 const Vec3& subPt = subset[subNdx];
/third_party/skia/src/core/
H A DSkCanvas.cpp559 // This is purely optional: it is a subset of the checks performed by SkWritePixelsRec. in writePixels()
878 // automatically when taking a subset of src if we update the mapping. in internalDrawDeviceWithFilter()
948 filterInput->subset().size()); in internalDrawDeviceWithFilter()
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp1047 // Handle seeing a base.swizzle, a subset of base.identifier in the grammar.
8312 bool subset) in constructBuiltIn()
8734 if (subset || (newNode != node && newNode->getType() == type)) in constructBuiltIn()
8311 constructBuiltIn(const TType& type, TOperator op, TIntermTyped* node, const TSourceLoc& loc, bool subset) constructBuiltIn() argument

Completed in 76 milliseconds

12345678910