Home
last modified time | relevance | path

Searched refs:dmat3x4 (Results 1 – 15 of 15) sorted by relevance

/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.matrix.frag14 dmat3x4 dm;
26 dm = dmat3x4(sum34);
D150.vert40 in dmat3x4 dmat34var;
Dspv.400.frag207 dmat3x4 dmat3x4v = outerProduct(dvec4v, dvec3v);
D400.geom300 dmat3x4 dmat3x4v = outerProduct(dvec4v, dvec3v);
/external/deqp-deps/glslang/Test/
Dspv.matrix.frag14 dmat3x4 dm;
26 dm = dmat3x4(sum34);
D150.vert40 in dmat3x4 dmat34var;
Dspv.400.frag207 dmat3x4 dmat3x4v = outerProduct(dvec4v, dvec3v);
D400.geom300 dmat3x4 dmat3x4v = outerProduct(dvec4v, dvec3v);
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp688 typedef lowp_dmat3x4 dmat3x4; typedef
698 typedef mediump_dmat3x4 dmat3x4; typedef
747 typedef highp_dmat3x4 dmat3x4; typedef
/external/mesa3d/.gitlab-ci/piglit/
Dquick_shader.txt148 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/
Dbuiltin_type_macros.h84 DECL_TYPE(dmat3x4, GL_DOUBLE_MAT3x4, GLSL_TYPE_DOUBLE, 4, 3)
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp171 T(dmat3x4, 400, 999)
Dglsl_lexer.ll687 dmat3x4 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat3x4_ty…
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp104 static const Type dmat3x4; member
Dgl4cEnhancedLayoutsTests.cpp145 const Type Type::dmat3x4 = Type::GetType(Type::Double, 3, 4); member in gl4cts::EnhancedLayouts::Utils::Type
5445 type = Utils::Type::dmat3x4; in getType()