Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/Test/
Dspv.matrix.frag14 dmat3x4 dm;
26 dm = dmat3x4(sum34);
Dspv.400.frag207 dmat3x4 dmat3x4v = outerProduct(dvec4v, dvec3v);
D400.geom300 dmat3x4 dmat3x4v = outerProduct(dvec4v, dvec3v);
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h93 DECL_TYPE(dmat3x4, GL_DOUBLE_MAT3x4, GLSL_TYPE_DOUBLE, 4, 3)
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp170 T(dmat3x4, 400, 999)
Dglsl_lexer.ll620 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.hpp101 static const Type dmat3x4; member
Dgl4cEnhancedLayoutsTests.cpp143 const Type Type::dmat3x4 = Type::GetType(Type::Double, 3, 4); member in gl4cts::EnhancedLayouts::Utils::Type
5382 type = Utils::Type::dmat3x4; in getType()