Home
last modified time | relevance | path

Searched defs:Combine (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64-inl.h54 inline void CPURegList::Combine(const CPURegList& other) { in Combine() function
66 inline void CPURegList::Combine(const CPURegister& other) { in Combine() function
82 inline void CPURegList::Combine(int code) { in Combine() function
/third_party/vixl/src/
Dcpu-features.cc66 void CPUFeatures::Combine(const CPUFeatures& other) { in Combine() function in vixl::CPUFeatures
70 void CPUFeatures::Combine(Feature feature) { in Combine() function in vixl::CPUFeatures
Dcpu-features.h324 void Combine(T first, U... others) { in Combine() function
/third_party/skia/src/core/
DSkEdgeBuilder.h33 enum Combine { enum
/third_party/skia/third_party/externals/tint/src/
Dsource.h196 inline static Source Combine(const Source& start, const Source& end) { in Combine() function
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-param-test.h410 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
/third_party/skia/src/gpu/
DGrProcessorAnalysis.h64 static GrProcessorAnalysisColor Combine(const GrProcessorAnalysisColor& a, in Combine() function
/third_party/node/deps/googletest/include/gtest/
Dgtest-param-test.h406 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h406 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
/third_party/vixl/src/aarch64/
Doperands-aarch64.h113 void Combine(const CPURegList& other) { in Combine() function
131 void Combine(const CPURegister& other) { in Combine() function
145 void Combine(int code) { in Combine() function
/third_party/vixl/tools/
Dutil.py207 def Combine(self, rc): member in ReturnCode
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp291 TEST(Rectangle, Combine) in TEST() argument
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json139 "Combine": "GL_COMBINE", string
DPackedGLEnums_autogen.h414 Combine = 2, enumerator
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler.h136 inline ContainedInLattice Combine(ContainedInLattice a, ContainedInLattice b) { in Combine() function
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h575 void Combine(const VRegisterList& other) { list_ |= other.GetList(); } in Combine() function
576 void Combine(const VRegister& reg) { list_ |= RegisterToList(reg); } in Combine() function
/third_party/node/deps/v8/src/torque/
Dtypes.h653 inline base::Optional<ObjectSlotKind> Combine(ObjectSlotKind a, in Combine() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp757 VkExtent2D FSRTestInstance::Combine(VkExtent2D ext0, VkExtent2D ext1, VkFragmentShadingRateCombiner… in Combine() function in vkt::FragmentShadingRate::__anon744ecceb0111::FSRTestInstance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp757 VkExtent2D FSRTestInstance::Combine(VkExtent2D ext0, VkExtent2D ext1, VkFragmentShadingRateCombiner… in Combine() function in vkt::FragmentShadingRate::__anona555ef2b0111::FSRTestInstance
/third_party/mesa3d/src/mesa/main/
Dmtypes.h1272 struct gl_tex_env_combine_state Combine; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp21219 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine() function in SelectionDAG