Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/Test/
D150.vert35 in dmat3 dmat3var;
Dspv.400.frag201 dmat3 dmat3v = outerProduct(dvec3v, dvec3v);
D400.geom294 dmat3 dmat3v = outerProduct(dvec3v, dvec3v);
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp712 typedef highp_dmat3x3 dmat3; typedef
/external/mesa3d/.gitlab-ci/piglit/
Dquick_shader.txt146 spec/arb_gpu_shader_fp64/execution/conversion/frag-conversion-explicit-dmat3-mat3: fail
159 spec/arb_gpu_shader_fp64/execution/conversion/geom-conversion-explicit-dmat3-mat3: fail
172 spec/arb_gpu_shader_fp64/execution/conversion/vert-conversion-explicit-dmat3-mat3: fail
384 spec/glsl-4.00/execution/conversion/frag-conversion-explicit-dmat3-mat3: fail
397 spec/glsl-4.00/execution/conversion/geom-conversion-explicit-dmat3-mat3: fail
410 spec/glsl-4.00/execution/conversion/vert-conversion-explicit-dmat3-mat3: fail
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h78 DECL_TYPE(dmat3, GL_DOUBLE_MAT3, GLSL_TYPE_DOUBLE, 3, 3)
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp166 T(dmat3, 400, 999)
Dglsl_lexer.ll680 dmat3 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat3_type);
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp103 static const Type dmat3; member
Dgl4cEnhancedLayoutsTests.cpp144 const Type Type::dmat3 = Type::GetType(Type::Double, 3, 3); member in gl4cts::EnhancedLayouts::Utils::Type
5439 type = Utils::Type::dmat3; in getType()