Home
last modified time | relevance | path

Searched refs:dmat4x2 (Results 1 – 13 of 13) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp689 typedef lowp_dmat4x2 dmat4x2; typedef
699 typedef mediump_dmat4x2 dmat4x2; typedef
752 typedef highp_dmat4x2 dmat4x2; typedef
/external/deqp-deps/glslang/Test/
D150.vert41 in dmat4x2 dmat42var;
Dspv.400.frag206 dmat4x2 dmat4x2v = outerProduct(dvec2v, dvec4v);
D400.geom299 dmat4x2 dmat4x2v = outerProduct(dvec2v, dvec4v);
/external/angle/third_party/vulkan-deps/glslang/src/Test/
D150.vert41 in dmat4x2 dmat42var;
Dspv.400.frag206 dmat4x2 dmat4x2v = outerProduct(dvec2v, dvec4v);
D400.geom299 dmat4x2 dmat4x2v = outerProduct(dvec2v, dvec4v);
/external/mesa3d/.gitlab-ci/piglit/
Dquick_shader.txt150 spec/arb_gpu_shader_fp64/execution/conversion/frag-conversion-explicit-dmat4x2-mat4x2: fail
163 spec/arb_gpu_shader_fp64/execution/conversion/geom-conversion-explicit-dmat4x2-mat4x2: fail
176 spec/arb_gpu_shader_fp64/execution/conversion/vert-conversion-explicit-dmat4x2-mat4x2: fail
388 spec/glsl-4.00/execution/conversion/frag-conversion-explicit-dmat4x2-mat4x2: fail
401 spec/glsl-4.00/execution/conversion/geom-conversion-explicit-dmat4x2-mat4x2: fail
414 spec/glsl-4.00/execution/conversion/vert-conversion-explicit-dmat4x2-mat4x2: fail
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h85 DECL_TYPE(dmat4x2, GL_DOUBLE_MAT4x2, GLSL_TYPE_DOUBLE, 2, 4)
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp172 T(dmat4x2, 400, 999)
Dglsl_lexer.ll688 dmat4x2 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat4x2_ty…
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp105 static const Type dmat4x2; member
Dgl4cEnhancedLayoutsTests.cpp146 const Type Type::dmat4x2 = Type::GetType(Type::Double, 4, 2); member in gl4cts::EnhancedLayouts::Utils::Type
5451 type = Utils::Type::dmat4x2; in getType()