Searched refs:dmat2x4 (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 | 685 typedef lowp_dmat2x4 dmat2x4; typedef 695 typedef mediump_dmat2x4 dmat2x4; typedef 732 typedef highp_dmat2x4 dmat2x4; typedef
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_types.cpp | 169 T(dmat2x4, 400, 999)
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 83 DECL_TYPE(dmat2x4, GL_DOUBLE_MAT2x4, GLSL_TYPE_DOUBLE, 4, 2)
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 101 static const Type dmat2x4; member
|
H A D | gl4cEnhancedLayoutsTests.cpp | 142 const Type Type::dmat2x4 = Type::GetType(Type::Double, 2, 4); member in gl4cts::EnhancedLayouts::Utils::Type 466 { 0, "dmat2", "dmat2x3", "dmat2x4" }, in GetGLSLTypeName() 5430 type = Utils::Type::dmat2x4; in getType() 28511 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::_int, 1}, {Utils::Type::_double, 1}, {Utils::Type::_float, 1}, {Utils::Type::dmat2x4, 1} }, is_nested_struct }); in test()
|
Completed in 39 milliseconds