Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuVectorType.hpp40 typedef Vector<float, 3> Vec3; typedef
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DCubeActivity.java55 class Vec3 { class
58 public Vec3(float x, float y, float z) { this.x = x; this.y = y; this.z = z; } in Vec3() method in Vec3
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/tint/src/resolver/
Dbuiltins_validation_test.cc1012 TEST_P(FloatAllMatching, Vec3) { in TEST_P() argument
1236 TEST_P(BooleanVectorInput, Vec3) { in TEST_P() argument
/third_party/glfw/examples/
Dparticles.c60 } Vec3; typedef
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.inl170 class Vec3 : public TypeMatcher { class
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py416 class Vec3(Vec): class
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py505 class Vec3(Vec): class
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py507 class Vec3(Vec): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp9795 SDValue Vec3 = FMAOp1.getOperand(0); in performFMACombine() local