Lines Matching defs:name
518 const std::string& name,
520 : vkt::TestCase (testCtx, name)
994 const std::string& name,
996 : vkt::TestCase (testCtx, name)
1185 std::ostringstream name;
1186 name << "buffer_view_memory_test_complete";
1188 name << "_with_" << bufferTexts[buffersAllocationNdx] << "_" << imageTexts[imageAllocationNdx];
1189 currentTestsGroup->addChild(new BufferViewTestCase(testCtx, name.str(), info));
1201 std::ostringstream name;
1202 name << "buffer_view_memory_test_partial_offset0";
1204 name << "_with_" << bufferTexts[buffersAllocationNdx] << "_" << imageTexts[imageAllocationNdx];
1205 currentTestsGroup->addChild(new BufferViewTestCase(testCtx, name.str(), info));
1217 std::ostringstream name;
1218 name << "buffer_view_memory_test_partial_offset1";
1220 name << "_with_" << bufferTexts[buffersAllocationNdx] << "_" << imageTexts[imageAllocationNdx];
1221 currentTestsGroup->addChild(new BufferViewTestCase(testCtx, name.str(), info));