Searched refs:dvec2 (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_vec.hpp | 470 typedef lowp_dvec2 dvec2; typedef 474 typedef mediump_dvec2 dvec2; typedef 481 typedef highp_dvec2 dvec2; typedef
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | type_aligned.hpp | 701 GLM_ALIGNED_TYPEDEF(dvec2, aligned_dvec2, 16);
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_types.cpp | 162 T(dvec2, 400, 999)
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 149 const Type Type::dvec2 = Type::GetType(Type::Double, 1, 2); member in gl4cts::EnhancedLayouts::Utils::Type 465 { "double", "dvec2", "dvec3", "dvec4" }, in GetGLSLTypeName() 5451 type = Utils::Type::dvec2; in getType() 28502 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::_double, 0}, {Utils::Type::dvec2, 0}, {Utils::Type::dmat3, 0} }, is_nested_struct }); in test() 28507 m_test_cases.push_back(testCase{(Utils::Shader::STAGES) stage, { {Utils::Type::_double, 0}, {Utils::Type::_float, 0}, {Utils::Type::dvec2, 0}, {Utils::Type::vec3, 0} }, is_nested_struct }); 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() 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()
|
H A D | gl4cEnhancedLayoutsTests.hpp | 108 static const Type dvec2; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/ |
H A D | ffx_a.h | 894 #define AD2 dvec2
|
Completed in 54 milliseconds