Searched refs:m_subCases (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fComputeShaderBuiltinVarTests.cpp | 97 vector<SubCase> m_subCases; member in deqp::gles31::Functional::ComputeBuiltinVarCase 209 const SubCase& subCase = m_subCases[m_subCaseNdx]; in iterate() 286 …return (m_subCaseNdx < (int)m_subCases.size() && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)… 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() 302 m_subCases.push_back(SubCase(UVec3(2,3,4), UVec3(4,7,11))); in NumWorkGroupsCase() 321 m_subCases.push_back(SubCase(UVec3(1,1,1), UVec3(1,1,1))); in WorkGroupSizeCase() [all …]
|
/external/deqp/modules/internal/ |
D | ditFrameworkTests.cpp | 73 , m_subCases (subCases) in CaseListParserCase() 100 const MatchCase& curCase = m_subCases[subCaseNdx]; in iterate() 129 const MatchCase* const m_subCases; member in dit::__anonb096ff310111::CaseListParserCase
|