/external/deqp/modules/gles31/functional/ |
D | es31fComputeShaderBuiltinVarTests.cpp | 88 struct SubCase struct in deqp::gles31::Functional::ComputeBuiltinVarCase 93 SubCase (void) {} in SubCase() function 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 | 105 class SubCase class 114 SubCase (void) {} in SubCase() function in vkt::compute::__anonf0be732e0111::SubCase 115 SubCase (const UVec3& localSize_, const UVec3& numWorkGroups_) in SubCase() function in vkt::compute::__anonf0be732e0111::SubCase 129 const vector<SubCase>& subCases, 140 vector<SubCase> m_subCases; 162 vector<SubCase> m_subCases; 194 const SubCase& subCase = m_subCases[i]; in initPrograms() 257 m_subCases.push_back(SubCase(UVec3(1, 1, 1), UVec3(1, 1, 1))); in NumWorkGroupsCase() 258 m_subCases.push_back(SubCase(UVec3(1, 1, 1), UVec3(52, 1, 1))); in NumWorkGroupsCase() 259 m_subCases.push_back(SubCase(UVec3(1, 1, 1), UVec3(1, 39, 1))); in NumWorkGroupsCase() [all …]
|
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
D | AddUsingTests.cpp | 450 for (const auto &SubCase : expandCases(Case.TestSource)) { in TEST_F() local 465 EXPECT_EQ(apply(SubCase, &EditedFiles), Case.ExpectedSource); in TEST_F()
|
/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::__anon17db19980111::ConstantInterpolationTest 696 void runCase (const SubCase& subCase) in runCase() 879 vector<SubCase> m_cases; 880 vector<SubCase>::const_iterator m_caseIter;
|