Searched refs:dmat2x3 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_mat.hpp | 684 typedef lowp_dmat2x3 dmat2x3; typedef 694 typedef mediump_dmat2x3 dmat2x3; typedef 727 typedef highp_dmat2x3 dmat2x3; typedef
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_types.cpp | 168 T(dmat2x3, 400, 999)
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 82 DECL_TYPE(dmat2x3, GL_DOUBLE_MAT2x3, GLSL_TYPE_DOUBLE, 3, 2)
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 100 static const Type dmat2x3; member
|
H A D | gl4cEnhancedLayoutsTests.cpp | 141 const Type Type::dmat2x3 = Type::GetType(Type::Double, 2, 3); member in gl4cts::EnhancedLayouts::Utils::Type 466 { 0, "dmat2", "dmat2x3", "dmat2x4" }, in GetGLSLTypeName() 5427 type = Utils::Type::dmat2x3; in getType() 28516 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::dmat2x3, 2}, {Utils::Type::mat2x3, 2}, {Utils::Type::dvec2, 0} }, false }); in test()
|
Completed in 38 milliseconds