Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp88 struct SubCase struct in deqp::gles31::Functional::ComputeBuiltinVarCase
93 SubCase (void) {} in SubCase() argument
94SubCase (const UVec3& localSize_, const UVec3& numWorkGroups_) : localSize(localSize_), numWorkGro… in SubCase() function
97 vector<SubCase> m_subCases;
209 const SubCase& subCase = m_subCases[m_subCaseNdx]; in iterate()
297 m_subCases.push_back(SubCase(UVec3(1,1,1), UVec3(1,1,1))); in NumWorkGroupsCase()
298 m_subCases.push_back(SubCase(UVec3(1,1,1), UVec3(52,1,1))); in NumWorkGroupsCase()
299 m_subCases.push_back(SubCase(UVec3(1,1,1), UVec3(1,39,1))); in NumWorkGroupsCase()
300 m_subCases.push_back(SubCase(UVec3(1,1,1), UVec3(1,1,78))); in NumWorkGroupsCase()
301 m_subCases.push_back(SubCase(UVec3(1,1,1), UVec3(4,7,11))); in NumWorkGroupsCase()
[all …]
/external/deqp/modules/internal/
DditFrameworkTests.cpp584 SubCase c; in ConstantInterpolationTest()
594 SubCase c; in ConstantInterpolationTest()
603 SubCase c; in ConstantInterpolationTest()
612 SubCase c; in ConstantInterpolationTest()
627 SubCase c; in ConstantInterpolationTest()
671 struct SubCase struct in dit::__anonb096ff310111::ConstantInterpolationTest
678 void runCase (const SubCase& subCase) in runCase()
861 vector<SubCase> m_cases;
862 vector<SubCase>::const_iterator m_caseIter;