Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/Test/
D150.vert34 in dmat2 dmat2var;
Dspv.400.frag200 dmat2 dmat2v = outerProduct(dvec2v, dvec2v);
D400.geom293 dmat2 dmat2v = outerProduct(dvec2v, dvec2v);
/external/angle/third_party/vulkan-deps/glslang/src/Test/
D150.vert34 in dmat2 dmat2var;
Dspv.400.frag200 dmat2 dmat2v = outerProduct(dvec2v, dvec2v);
D400.geom293 dmat2 dmat2v = outerProduct(dvec2v, dvec2v);
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp707 typedef highp_dmat2x2 dmat2; typedef
/external/mesa3d/.gitlab-ci/piglit/
Dquick_shader.txt143 spec/arb_gpu_shader_fp64/execution/conversion/frag-conversion-explicit-dmat2-mat2: fail
156 spec/arb_gpu_shader_fp64/execution/conversion/geom-conversion-explicit-dmat2-mat2: fail
169 spec/arb_gpu_shader_fp64/execution/conversion/vert-conversion-explicit-dmat2-mat2: fail
381 spec/glsl-4.00/execution/conversion/frag-conversion-explicit-dmat2-mat2: fail
394 spec/glsl-4.00/execution/conversion/geom-conversion-explicit-dmat2-mat2: fail
407 spec/glsl-4.00/execution/conversion/vert-conversion-explicit-dmat2-mat2: fail
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h77 DECL_TYPE(dmat2, GL_DOUBLE_MAT2, GLSL_TYPE_DOUBLE, 2, 2)
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp165 T(dmat2, 400, 999)
Dglsl_lexer.ll679 dmat2 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat2_type);
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp99 static const Type dmat2; member
Dgl4cEnhancedLayoutsTests.cpp140 const Type Type::dmat2 = Type::GetType(Type::Double, 2, 2); member in gl4cts::EnhancedLayouts::Utils::Type
5430 type = Utils::Type::dmat2; in getType()