Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp690 typedef lowp_dmat4x3 dmat4x3; typedef
700 typedef mediump_dmat4x3 dmat4x3; typedef
757 typedef highp_dmat4x3 dmat4x3; typedef
/external/deqp-deps/glslang/Test/
D150.vert42 in dmat4x3 dmat43var;
Dspv.400.frag208 dmat4x3 dmat4x3v = outerProduct(dvec3v, dvec4v);
D400.geom301 dmat4x3 dmat4x3v = outerProduct(dvec3v, dvec4v);
/external/mesa3d/.gitlab-ci/piglit/
Dquick_shader.txt151 spec/arb_gpu_shader_fp64/execution/conversion/frag-conversion-explicit-dmat4x3-mat4x3: fail
164 spec/arb_gpu_shader_fp64/execution/conversion/geom-conversion-explicit-dmat4x3-mat4x3: fail
177 spec/arb_gpu_shader_fp64/execution/conversion/vert-conversion-explicit-dmat4x3-mat4x3: fail
389 spec/glsl-4.00/execution/conversion/frag-conversion-explicit-dmat4x3-mat4x3: fail
402 spec/glsl-4.00/execution/conversion/geom-conversion-explicit-dmat4x3-mat4x3: fail
415 spec/glsl-4.00/execution/conversion/vert-conversion-explicit-dmat4x3-mat4x3: fail
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h86 DECL_TYPE(dmat4x3, GL_DOUBLE_MAT4x3, GLSL_TYPE_DOUBLE, 3, 4)
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp173 T(dmat4x3, 400, 999)
Dglsl_lexer.ll689 dmat4x3 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat4x3_ty…
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp106 static const Type dmat4x3; member
Dgl4cEnhancedLayoutsTests.cpp147 const Type Type::dmat4x3 = Type::GetType(Type::Double, 4, 3); member in gl4cts::EnhancedLayouts::Utils::Type
5454 type = Utils::Type::dmat4x3; in getType()