Home
last modified time | relevance | path

Searched refs:isFlatRequired (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp5316 bool TestBase::isFlatRequired(Utils::Shader::STAGES stage, const Utils::Type &type, Utils::Variable… in isFlatRequired() function in gl4cts::EnhancedLayouts::TestBase
14665 if (isFlatRequired(stage, test_case.m_type, storage)) in test()
15621 if (isFlatRequired(stage, test_case.m_type, storage, true)) in test()
16086 if (isFlatRequired(stage, test_case.m_type, storage, true)) in test()
16496 if (isFlatRequired(stage, test_case.m_type, storage, true)) in test()
17030 if (isFlatRequired(stage, test_case.m_type, storage)) in test()
17501 if (isFlatRequired(stage, test_case.m_type, Utils::Variable::VARYING_INPUT, true)) in test()
17551 if (isFlatRequired(stage, test_case.m_type, Utils::Variable::VARYING_OUTPUT, true)) in test()
17910 if (isFlatRequired(stage, test_case.m_type, Utils::Variable::VARYING_OUTPUT)) in test()
18322 if (isFlatRequired(stage, test_case.m_type_gohan, storage) || in test()
[all …]
H A Dgl4cEnhancedLayoutsTests.hpp1036 …bool isFlatRequired(Utils::Shader::STAGES stage, const Utils::Type &type, Utils::Variable::STORAGE…