Home
last modified time | relevance | path

Searched defs:Vec3 (Results 1 – 25 of 25) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DVec3.cs12 public struct Vec3 : IFlatbufferObject struct
31 …public static Offset<MyGame.Example.Vec3> CreateVec3(FlatBufferBuilder builder, float X, float Y, … in CreateVec3()
60 public static Offset<MyGame.Example.Vec3> Pack(FlatBufferBuilder builder, Vec3T _o) { in Pack()
DVec3.go38 type Vec3 struct { struct
39 _tab flatbuffers.Struct
42 func (rcv *Vec3) Init(buf []byte, i flatbuffers.UOffsetT) {
47 func (rcv *Vec3) Table() flatbuffers.Table {
51 func (rcv *Vec3) X() float32 {
54 func (rcv *Vec3) MutateX(n float32) bool {
58 func (rcv *Vec3) Y() float32 {
61 func (rcv *Vec3) MutateY(n float32) bool {
65 func (rcv *Vec3) Z() float32 {
68 func (rcv *Vec3) MutateZ(n float32) bool {
[all …]
DVec3.kt11 class Vec3 : Struct() { class
DVec3.php11 class Vec3 extends Struct class
DVec3.java11 public final class Vec3 extends Struct { class
DVec3.py9 class Vec3(object): class
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h93 struct alignas(sizeof(T)) Vec3 { struct
101 Vec3() : Vec3(T(0.0f)) {} in Vec3() argument
104 constexpr Vec3(S x_, S y_, S z_) : x(x_), y(y_), z(z_) {} in Vec3() function
105 explicit Vec3(T v) : x(v), y(v), z(v) {} in Vec3() argument
108 explicit Vec3(S v) : x(v), y(v), z(v) {} in Vec3() function
110 Vec3(const Vec3& f) : x(f.x), y(f.y), z(f.z) {} in Vec3() argument
113 Vec3(const Vec3<S>& f) : x(f.x), y(f.y), z(f.z) {} in Vec3() function
126 bool operator==(const Vec3& value) const { argument
/external/skqp/modules/skottie/src/
DSkottieAdapter.h114 struct Vec3 { struct
117 explicit Vec3(const VectorValue&); argument
DSkottieAdapter.cpp70 TransformAdapter3D::Vec3::Vec3(const VectorValue& v) { in Vec3() function in skottie::TransformAdapter3D::Vec3
/external/flatbuffers/samples/
Dmonster_generated.rs150 pub struct Vec3 { struct
151 x_: f32,
152 y_: f32,
153 z_: f32,
155 impl flatbuffers::SafeSliceAccess for Vec3 {} implementation
156 impl<'a> flatbuffers::Follow<'a> for Vec3 { implementation
164 impl<'a> flatbuffers::Follow<'a> for &'a Vec3 { implementation
171 impl<'b> flatbuffers::Push for Vec3 { implementation
176 ::std::slice::from_raw_parts(self as *const Vec3 as *const u8, Self::size()) in push() constant
181 impl<'b> flatbuffers::Push for &'b Vec3 { implementation
[all …]
Dsample_binary.swift7 typealias Vec3 = MyGame.Sample.Vec3 typealias
/external/deqp/framework/common/
DtcuVectorType.hpp40 typedef Vector<float, 3> Vec3; typedef
/external/flatbuffers/tests/
Dmonster_test_generated.rs591 pub struct Vec3 { struct
592 x_: f32,
593 y_: f32,
594 z_: f32,
595 padding0__: u32,
596 test1_: f64,
597 test2_: Color,
598 padding1__: u8,
599 test3_: Test,
600 padding2__: u16,
[all …]
Dmonster_test_generated.ts363 export class Vec3 { class
Dmonster_test_generated.js477 MyGame.Example.Vec3 = function() { class in MyGame.Example
/external/flatbuffers/grpc/tests/
Dgrpctest.py13 import MyGame.Example.Vec3 as Vec3 namespace
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersMonsterWriterTests.swift7 typealias Vec3 = MyGame.Example.Vec3 typealias
Dmonster_test_generated.swift97 public struct Vec3: Readable { struct
/external/oboe/samples/RhythmGame/third_party/glm/simd/
Dmatrix.h321 __m128 Vec3 = _mm_shuffle_ps(Temp3, Temp3, _MM_SHUFFLE(2, 2, 2, 0)); in glm_mat4_determinant_highp() local
661 __m128 Vec3 = _mm_shuffle_ps(Temp3, Temp3, _MM_SHUFFLE(2, 2, 2, 0)); in glm_mat4_inverse() local
882 __m128 Vec3 = _mm_shuffle_ps(Temp3, Temp3, _MM_SHUFFLE(2, 2, 2, 0)); in glm_mat4_inverse_lowp() local
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_matrix.inl335 tvec4<T, P> Vec3(m[1][3], m[0][3], m[0][3], m[0][3]); local
/external/deqp/modules/gles2/scripts/
Dgenutil.py416 class Vec3(Vec): class
/external/deqp/modules/gles3/scripts/
Dgenutil.py505 class Vec3(Vec): class
/external/deqp/modules/gles31/scripts/
Dgenutil.py507 class Vec3(Vec): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp9795 SDValue Vec3 = FMAOp1.getOperand(0); in performFMACombine() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp10548 SDValue Vec3 = FMAOp1.getOperand(0); in performFMACombine() local