| /external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
| D | types.h | 136 struct alignas(sizeof(T)) Vec2 { struct 144 Vec2() : Vec2(T(0.0f)) {} in Vec2() argument 147 Vec2(S x_, S y_) : x(x_), y(y_) {} in Vec2() function 148 explicit Vec2(T v) : x(v), y(v) {} in Vec2() argument 151 explicit Vec2(S v) : x(v), y(v) {} in Vec2() argument 153 Vec2(const Vec2& f) : x(f.x), y(f.y) {} in Vec2() function 156 Vec2(const Vec2<S>& f) : x(f.x), y(f.y) {} in Vec2() argument 178 using float2 = Vec2<float>; argument
|
| /external/llvm/unittests/ADT/ |
| D | PackedVectorTest.cpp | 34 PackedVector<unsigned, 2> Vec2(3); in TEST() local 77 PackedVector<unsigned, 3> Vec2(1); in TEST() local 92 PackedVector<signed, 3> Vec2(1); in TEST() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
| D | PackedVectorTest.cpp | 34 PackedVector<unsigned, 2> Vec2(3); in TEST() local 77 PackedVector<unsigned, 3> Vec2(1); in TEST() local 92 PackedVector<signed, 3> Vec2(1); in TEST() local
|
| /external/clang/test/CodeGen/ |
| D | arm_function_epilog.cpp | 4 struct Vec2 { struct 10 // CHECK: define arm_aapcs_vfpcc %struct.Vec2 @_Z7getVec2v() argument
|
| /external/deqp/framework/common/ |
| D | tcuVectorType.hpp | 39 typedef Vector<float, 2> Vec2; typedef
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fTextureUnitTests.cpp | 300 static float calculateLodMax(const tcu::Vector<tcu::Vec2, 3>& derivateParts, const tcu::IVec3& text… in calculateLodMax() 316 static float calculateLodMin(const tcu::Vector<tcu::Vec2, 3>& derivateParts, const tcu::IVec3& text… in calculateLodMin()
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 1800 SDValue Vec2; in ExpandBVWithShuffles() local 1915 SDValue Vec2; in ExpandBUILD_VECTOR() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 1824 SDValue Vec2; in ExpandBVWithShuffles() local 1939 SDValue Vec2; in ExpandBUILD_VECTOR() local
|
| /external/deqp/modules/gles2/scripts/ |
| D | genutil.py | 331 class Vec2(Vec): class
|
| /external/deqp/modules/gles3/scripts/ |
| D | genutil.py | 395 class Vec2(Vec): class
|
| /external/deqp/modules/gles31/scripts/ |
| D | genutil.py | 397 class Vec2(Vec): class
|
| /external/clang/lib/AST/ |
| D | ASTImporter.cpp | 608 const DependentSizedExtVectorType *Vec2 in IsStructurallyEquivalent() local 623 const VectorType *Vec2 = cast<VectorType>(T2); in IsStructurallyEquivalent() local
|
| /external/clang/lib/Sema/ |
| D | SemaOverload.cpp | 7770 Vec2 = CandidateTypes[1].vector_begin(), in addGenericBinaryArithmeticOverloads() local 8018 Vec2 = CandidateTypes[1].vector_begin(), in addAssignmentArithmeticOverloads() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 3794 Value *Vec1, *Vec2, *Mask; in parseFunctionBody() local
|
| /external/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 4782 Value *Vec1, *Vec2, *Mask; in parseFunctionBody() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 256 Value *Vec2 = nullptr; in isShuffle() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
| D | SIISelLowering.cpp | 7599 SDValue Vec2 = Op2.getOperand(0); in performFMACombine() local
|