Searched refs:dmat3x4 (Results 1 – 15 of 15) sorted by relevance
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.matrix.frag | 14 dmat3x4 dm; 26 dm = dmat3x4(sum34);
|
D | 150.vert | 40 in dmat3x4 dmat34var;
|
D | spv.400.frag | 207 dmat3x4 dmat3x4v = outerProduct(dvec4v, dvec3v);
|
D | 400.geom | 300 dmat3x4 dmat3x4v = outerProduct(dvec4v, dvec3v);
|
/external/deqp-deps/glslang/Test/ |
D | spv.matrix.frag | 14 dmat3x4 dm; 26 dm = dmat3x4(sum34);
|
D | 150.vert | 40 in dmat3x4 dmat34var;
|
D | spv.400.frag | 207 dmat3x4 dmat3x4v = outerProduct(dvec4v, dvec3v);
|
D | 400.geom | 300 dmat3x4 dmat3x4v = outerProduct(dvec4v, dvec3v);
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat.hpp | 688 typedef lowp_dmat3x4 dmat3x4; typedef 698 typedef mediump_dmat3x4 dmat3x4; typedef 747 typedef highp_dmat3x4 dmat3x4; typedef
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | quick_shader.txt | 148 spec/arb_gpu_shader_fp64/execution/conversion/frag-conversion-explicit-dmat3x4-mat3x4: fail 161 spec/arb_gpu_shader_fp64/execution/conversion/geom-conversion-explicit-dmat3x4-mat3x4: fail 174 spec/arb_gpu_shader_fp64/execution/conversion/vert-conversion-explicit-dmat3x4-mat3x4: fail 386 spec/glsl-4.00/execution/conversion/frag-conversion-explicit-dmat3x4-mat3x4: fail 399 spec/glsl-4.00/execution/conversion/geom-conversion-explicit-dmat3x4-mat3x4: fail 412 spec/glsl-4.00/execution/conversion/vert-conversion-explicit-dmat3x4-mat3x4: fail
|
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 84 DECL_TYPE(dmat3x4, GL_DOUBLE_MAT3x4, GLSL_TYPE_DOUBLE, 4, 3)
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_types.cpp | 171 T(dmat3x4, 400, 999)
|
D | glsl_lexer.ll | 687 dmat3x4 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat3x4_ty…
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 104 static const Type dmat3x4; member
|
D | gl4cEnhancedLayoutsTests.cpp | 145 const Type Type::dmat3x4 = Type::GetType(Type::Double, 3, 4); member in gl4cts::EnhancedLayouts::Utils::Type 5445 type = Utils::Type::dmat3x4; in getType()
|