Home
last modified time | relevance | path

Searched refs:dmat3x2 (Results 1 – 10 of 10) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp686 typedef lowp_dmat3x2 dmat3x2; typedef
696 typedef mediump_dmat3x2 dmat3x2; typedef
737 typedef highp_dmat3x2 dmat3x2; typedef
/external/deqp-deps/glslang/Test/
D150.vert39 in dmat3x2 dmat32var;
Dspv.400.frag204 dmat3x2 dmat3x2v = outerProduct(dvec2v, dvec3v);
D400.geom297 dmat3x2 dmat3x2v = outerProduct(dvec2v, dvec3v);
/external/mesa3d/.gitlab-ci/piglit/
Dquick_shader.txt147 spec/arb_gpu_shader_fp64/execution/conversion/frag-conversion-explicit-dmat3x2-mat3x2: fail
160 spec/arb_gpu_shader_fp64/execution/conversion/geom-conversion-explicit-dmat3x2-mat3x2: fail
173 spec/arb_gpu_shader_fp64/execution/conversion/vert-conversion-explicit-dmat3x2-mat3x2: fail
186 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float-dmat3x2: crash
197 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float/1-dmat3x2: crash
202 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float/3-dmat3x2: crash
210 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float/5-dmat3x2: crash
225 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-vec3-dmat3x2: crash
385 spec/glsl-4.00/execution/conversion/frag-conversion-explicit-dmat3x2-mat3x2: fail
398 spec/glsl-4.00/execution/conversion/geom-conversion-explicit-dmat3x2-mat3x2: fail
[all …]
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h83 DECL_TYPE(dmat3x2, GL_DOUBLE_MAT3x2, GLSL_TYPE_DOUBLE, 2, 3)
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp170 T(dmat3x2, 400, 999)
Dglsl_lexer.ll685 dmat3x2 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat3x2_ty…
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp102 static const Type dmat3x2; member
Dgl4cEnhancedLayoutsTests.cpp143 const Type Type::dmat3x2 = Type::GetType(Type::Double, 3, 2); member in gl4cts::EnhancedLayouts::Utils::Type
5442 type = Utils::Type::dmat3x2; in getType()