Searched refs:dmat3x4 (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 | 688 typedef lowp_dmat3x4 dmat3x4; typedef 698 typedef mediump_dmat3x4 dmat3x4; typedef 747 typedef highp_dmat3x4 dmat3x4; typedef
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_types.cpp | 171 T(dmat3x4, 400, 999)
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 85 DECL_TYPE(dmat3x4, GL_DOUBLE_MAT3x4, GLSL_TYPE_DOUBLE, 4, 3)
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 104 static const Type dmat3x4; member
|
H A D | gl4cEnhancedLayoutsTests.cpp | 145 const Type Type::dmat3x4 = Type::GetType(Type::Double, 3, 4); member in gl4cts::EnhancedLayouts::Utils::Type 467 { 0, "dmat3x2", "dmat3", "dmat3x4" }, in GetGLSLTypeName() 5439 type = Utils::Type::dmat3x4; in getType() 24810 strcmp(type.GetGLSLTypeName(), "dmat3x4") == 0 || strcmp(type.GetGLSLTypeName(), "dmat4x3") == 0) in test() 28508 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::dmat3x4, 0}, {Utils::Type::_double, 0}, {Utils::Type::_float, 0}, {Utils::Type::dvec2, 0} }, is_nested_struct }); in test()
|
Completed in 39 milliseconds