Home
last modified time | relevance | path

Searched refs:SubCase (Results 1 – 3 of 3) 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() argument
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/
DvktComputeShaderBuiltinVarTests.cpp102 class SubCase class
111 SubCase (void) {} in SubCase() function in vkt::compute::__anon6d7696a70111::SubCase
112 SubCase (const UVec3& localSize_, const UVec3& numWorkGroups_) in SubCase() function in vkt::compute::__anon6d7696a70111::SubCase
126 const vector<SubCase>& subCases,
137 vector<SubCase> m_subCases;
159 vector<SubCase> m_subCases;
189 const SubCase& subCase = m_subCases[i]; in initPrograms()
226 m_subCases.push_back(SubCase(UVec3(1, 1, 1), UVec3(1, 1, 1))); in NumWorkGroupsCase()
227 m_subCases.push_back(SubCase(UVec3(1, 1, 1), UVec3(52, 1, 1))); in NumWorkGroupsCase()
228 m_subCases.push_back(SubCase(UVec3(1, 1, 1), UVec3(1, 39, 1))); in NumWorkGroupsCase()
[all …]
/external/deqp/modules/internal/
DditFrameworkTests.cpp588 SubCase c; in ConstantInterpolationTest()
598 SubCase c; in ConstantInterpolationTest()
607 SubCase c; in ConstantInterpolationTest()
616 SubCase c; in ConstantInterpolationTest()
631 SubCase c; in ConstantInterpolationTest()
675 struct SubCase struct in dit::__anonb096ff310111::ConstantInterpolationTest
682 void runCase (const SubCase& subCase) in runCase()
865 vector<SubCase> m_cases;
866 vector<SubCase>::const_iterator m_caseIter;