Searched refs:dmat3x2 (Results 1 – 10 of 10) sorted by relevance
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat.hpp | 686 typedef lowp_dmat3x2 dmat3x2; typedef 696 typedef mediump_dmat3x2 dmat3x2; typedef 737 typedef highp_dmat3x2 dmat3x2; typedef
|
/external/deqp-deps/glslang/Test/ |
D | 150.vert | 39 in dmat3x2 dmat32var;
|
D | spv.400.frag | 204 dmat3x2 dmat3x2v = outerProduct(dvec2v, dvec3v);
|
D | 400.geom | 297 dmat3x2 dmat3x2v = outerProduct(dvec2v, dvec3v);
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | quick_shader.txt | 147 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/ |
D | builtin_type_macros.h | 83 DECL_TYPE(dmat3x2, GL_DOUBLE_MAT3x2, GLSL_TYPE_DOUBLE, 2, 3)
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_types.cpp | 170 T(dmat3x2, 400, 999)
|
D | glsl_lexer.ll | 685 dmat3x2 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat3x2_ty…
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 102 static const Type dmat3x2; member
|
D | gl4cEnhancedLayoutsTests.cpp | 143 const Type Type::dmat3x2 = Type::GetType(Type::Double, 3, 2); member in gl4cts::EnhancedLayouts::Utils::Type 5442 type = Utils::Type::dmat3x2; in getType()
|