/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 1089 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 D | vktPipelineLibraryTests.cpp | 162 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 D | vktPipelineTimestampTests.cpp | 1012 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 D | vktPipelineLibraryTests.cpp | 156 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 D | function_toolchain.cc | 583 If specified, this list is the subset of the outputs that should be
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 300 # checking file-changed timestamps in Python to build only the required subset of data.
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 751 :param selector: a callable object used to select specific subset of
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 48 on a subset of the supported platforms, or if they are specific to certain
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 48 on a subset of the supported platforms, or if they are specific to certain
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-open-type.hh | 36 #include "hb-subset.hh" 756 bool subset (hb_subset_context_t *c) const in subset() function
|
H A D | hb-ot-cff1-table.hh | 31 #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 D | hb-ot-glyf-table.hh | 176 bool subset (hb_subset_context_t *c) const in subset() function
|
H A D | hb-ot-cmap-table.hh | 1514 bool subset (hb_subset_context_t *c) const in subset() function
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 281 # checking file-changed timestamps in Python to build only the required subset of data.
|
/third_party/skia/include/core/ |
H A D | SkCanvas.h | 1669 * 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 D | nested.c | 1233 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 D | nested.c | 1196 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 D | libunwind-dynamic.tex | 15 describes the subset of the machine-state that consists of the
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 1107 // 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 D | SkCanvas.cpp | 559 // 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 D | ParseHelper.cpp | 1047 // 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
|