Home
last modified time | relevance | path

Searched refs:groupDesc (Results 1 – 20 of 20) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemClearColorImageTests.cpp340 std::string groupDesc = "Clear Color Image Tests with " + groupName + " command buffer"; in createClearColorImageTests() local
341 …:TestCaseGroup> clearTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createClearColorImageTests()
DvktProtectedMemCopyBufferToImageTests.cpp402 std::string groupDesc = "Copy Buffer To Image Tests with " + groupName + " command buffer"; in createCopyBufferToImageTests() local
403 …::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createCopyBufferToImageTests()
DvktProtectedMemCopyImageToBufferTests.cpp399 std::string groupDesc = "Copy Image to Buffer Tests with " + groupName + " command buffer"; in createCopyImageToFloatBufferTests() local
400 …::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createCopyImageToFloatBufferTests()
DvktProtectedMemAttachmentClearTests.cpp379 std::string groupDesc = "Attachment Clear Op Tests with " + groupName + " command buffer"; in createAttachmentClearTests() local
380 …:TestCaseGroup> clearTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createAttachmentClearTests()
DvktProtectedMemBlitImageTests.cpp447 std::string groupDesc = "Blit Image Tests with " + groupName + " command buffer"; in createBlitImageTests() local
448 …::TestCaseGroup> blitTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createBlitImageTests()
DvktProtectedMemCopyImageTests.cpp445 std::string groupDesc = "Copy Image Tests with " + groupName + " command buffer"; in createCopyImageTests() local
446 …::TestCaseGroup> copyTests (new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createCopyImageTests()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp1530 std::string groupDesc = std::string("Loop tests with ") + loopCountName + " loop counter."; in init() local
1531 …TestCaseGroup* genericSubGroup = new TestCaseGroup(m_testCtx, groupName.c_str(), groupDesc.c_str()… in init()
1532 …TestCaseGroup* specialSubGroup = new TestCaseGroup(m_testCtx, groupName.c_str(), groupDesc.c_str()… in init()
DvktShaderRenderOperatorTests.cpp1845 std::string groupDesc = std::string("Built-in function ") + shaderFuncName + "() tests."; in init() local
1846 innerGroup = new TestCaseGroup(m_testCtx, funcInfo.caseName, groupDesc.c_str()); in init()
DvktShaderRenderTextureFunctionTests.cpp3189 …seGroup (tcu::TestCaseGroup* parent, const char* groupName, const char* groupDesc, const TexFuncCa… in createCaseGroup() argument
3191 …tcu::TestCaseGroup> group (new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc)); in createCaseGroup()
/external/deqp/external/openglcts/modules/common/
DglcShaderLoopTests.cpp1151 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; in init() local
1152 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str()); in init()
/external/deqp/modules/gles3/functional/
Des3fShaderLoopTests.cpp1165 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; in init() local
1166 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str()); in init()
Des3fUniformApiTests.cpp2891 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; in init() local
2893 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc); in init()
Des3fShaderTextureFunctionTests.cpp1363 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, c… in createCaseGroup() argument
1365 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc); in createCaseGroup()
Des3fShaderOperatorTests.cpp1884 string groupDesc = string("Built-in function ") + shaderFuncName + "() tests."; in init() local
1885 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str()); in init()
/external/deqp/modules/gles2/functional/
Des2fShaderLoopTests.cpp1289 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; in init() local
1290 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str()); in init()
Des2fShaderTextureFunctionTests.cpp560 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, c… in createCaseGroup() argument
562 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc); in createCaseGroup()
Des2fUniformApiTests.cpp2356 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; in init() local
2358 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc); in init()
Des2fShaderOperatorTests.cpp1247 string groupDesc = string("Built-in function ") + shaderFuncName + "() tests."; in init() local
1248 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str()); in init()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp2085 …const std::string groupDesc = de::toString(attributeCount[attributeCountNdx]) + " vertex inp… in createMaxAttributeTests() local
2087 …Group> numAttributeTests(new tcu::TestCaseGroup(testCtx, groupName.c_str(), groupDesc.c_str())); in createMaxAttributeTests()
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp2029 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; in init() local
2031 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc); in init()