Searched refs:SubCase (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fComputeShaderBuiltinVarTests.cpp | 88 struct SubCase struct in deqp::gles31::Functional::ComputeBuiltinVarCase 93 SubCase (void) {} in SubCase() argument 94 …SubCase (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/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeShaderBuiltinVarTests.cpp | 104 class SubCase class 113 SubCase (void) {} in SubCase() function in vkt::compute::__anon172be8500111::SubCase 114 SubCase (const UVec3& localSize_, const UVec3& numWorkGroups_) in SubCase() function in vkt::compute::__anon172be8500111::SubCase 128 const vector<SubCase>& subCases, 139 vector<SubCase> m_subCases; 161 vector<SubCase> m_subCases; 193 const SubCase& subCase = m_subCases[i]; in initPrograms() 256 m_subCases.push_back(SubCase(UVec3(1, 1, 1), UVec3(1, 1, 1))); in NumWorkGroupsCase() 257 m_subCases.push_back(SubCase(UVec3(1, 1, 1), UVec3(52, 1, 1))); in NumWorkGroupsCase() 258 m_subCases.push_back(SubCase(UVec3(1, 1, 1), UVec3(1, 39, 1))); in NumWorkGroupsCase() [all …]
|
/external/deqp/modules/internal/ |
D | ditFrameworkTests.cpp | 602 SubCase c; in ConstantInterpolationTest() 612 SubCase c; in ConstantInterpolationTest() 621 SubCase c; in ConstantInterpolationTest() 630 SubCase c; in ConstantInterpolationTest() 645 SubCase c; in ConstantInterpolationTest() 689 struct SubCase struct in dit::__anon5197e8fa0111::ConstantInterpolationTest 696 void runCase (const SubCase& subCase) in runCase() 879 vector<SubCase> m_cases; 880 vector<SubCase>::const_iterator m_caseIter;
|