/third_party/node/deps/v8/src/codegen/arm64/ |
D | assembler-arm64-inl.h | 54 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/ |
D | cpu-features.cc | 66 void CPUFeatures::Combine(const CPUFeatures& other) { in Combine() function in vixl::CPUFeatures 70 void CPUFeatures::Combine(Feature feature) { in Combine() function in vixl::CPUFeatures
|
D | cpu-features.h | 324 void Combine(T first, U... others) { in Combine() function
|
/third_party/skia/src/core/ |
D | SkEdgeBuilder.h | 33 enum Combine { enum
|
/third_party/skia/third_party/externals/tint/src/ |
D | source.h | 196 inline static Source Combine(const Source& start, const Source& end) { in Combine() function
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest-param-test.h | 410 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
|
/third_party/skia/src/gpu/ |
D | GrProcessorAnalysis.h | 64 static GrProcessorAnalysisColor Combine(const GrProcessorAnalysisColor& a, in Combine() function
|
/third_party/node/deps/googletest/include/gtest/ |
D | gtest-param-test.h | 406 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-param-test.h | 406 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
|
/third_party/vixl/src/aarch64/ |
D | operands-aarch64.h | 113 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/ |
D | util.py | 207 def Combine(self, rc): member in ReturnCode
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes_unittest.cpp | 291 TEST(Rectangle, Combine) in TEST() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | packed_gl_enums.json | 139 "Combine": "GL_COMBINE", string
|
D | PackedGLEnums_autogen.h | 414 Combine = 2, enumerator
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-compiler.h | 136 inline ContainedInLattice Combine(ContainedInLattice a, ContainedInLattice b) { in Combine() function
|
/third_party/vixl/src/aarch32/ |
D | instructions-aarch32.h | 575 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/ |
D | types.h | 653 inline base::Optional<ObjectSlotKind> Combine(ObjectSlotKind a, in Combine() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRateBasic.cpp | 757 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/ |
D | vktFragmentShadingRateBasic.cpp | 757 VkExtent2D FSRTestInstance::Combine(VkExtent2D ext0, VkExtent2D ext1, VkFragmentShadingRateCombiner… in Combine() function in vkt::FragmentShadingRate::__anona555ef2b0111::FSRTestInstance
|
/third_party/mesa3d/src/mesa/main/ |
D | mtypes.h | 1272 struct gl_tex_env_combine_state Combine; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 21219 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, in Combine() function in SelectionDAG
|