Searched refs:countGroupName (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureUnitTests.cpp | 947 string countGroupName = (unitCounts[unitCountNdx] < 0 ? "all" : de::toString(numUnits)) + "_units"; in init() local 949 tcu::TestCaseGroup* countGroup = new tcu::TestCaseGroup(m_testCtx, countGroupName.c_str(), ""); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 3570 const auto countGroupName = std::to_string(static_cast<int>(pipelineCountCase)) + "_variants"; in createShaderModuleIdentifierTests() local 3572 GroupPtr pipelineCountGroup (new tcu::TestCaseGroup(testCtx, countGroupName.c_str())); in createShaderModuleIdentifierTests() 3687 const auto countGroupName = std::to_string(static_cast<int>(pipelineCountCase)) + "_variants"; in createShaderModuleIdentifierTests() local 3689 GroupPtr pipelineCountGroup (new tcu::TestCaseGroup(testCtx, countGroupName.c_str())); in createShaderModuleIdentifierTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 3554 const auto countGroupName = std::to_string(static_cast<int>(pipelineCountCase)) + "_variants"; in createShaderModuleIdentifierTests() local 3556 GroupPtr pipelineCountGroup (new tcu::TestCaseGroup(testCtx, countGroupName.c_str(), "")); in createShaderModuleIdentifierTests() 3671 const auto countGroupName = std::to_string(static_cast<int>(pipelineCountCase)) + "_variants"; in createShaderModuleIdentifierTests() local 3673 GroupPtr pipelineCountGroup (new tcu::TestCaseGroup(testCtx, countGroupName.c_str(), "")); in createShaderModuleIdentifierTests()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureUnitTests.cpp | 1252 string countGroupName = (unitCounts[unitCountNdx] < 0 ? "all" : de::toString(numUnits)) + "_units"; in init() local 1254 tcu::TestCaseGroup* countGroup = new tcu::TestCaseGroup(m_testCtx, countGroupName.c_str(), ""); in init()
|
Completed in 16 milliseconds