Home
last modified time | relevance | path

Searched refs:formatGroupName (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMultisampleLoadStoreTests.cpp556 const std::string formatGroupName = getFormatShortString(formats[formatNdx]) + (singleLayerBind ? "_single_layer" : ""); in createImageMultisampleLoadStoreTests() local
557 MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatGroupName.c_str())); in createImageMultisampleLoadStoreTests()
H A DvktImageDepthStencilDescriptorTests.cpp1326 const auto formatGroupName = de::toLower(formatStr.substr(kFormatPrefixLen)); in createImageDepthStencilDescriptorTests() local
1329 TestCaseGroupPtr formatGroup(new tcu::TestCaseGroup(testCtx, formatGroupName.c_str())); in createImageDepthStencilDescriptorTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMultisampleLoadStoreTests.cpp516 const std::string formatGroupName = getFormatShortString(formats[formatNdx]) + (singleLayerBind ? "_single_layer" : ""); in createImageMultisampleLoadStoreTests() local
517 MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatGroupName.c_str(), "")); in createImageMultisampleLoadStoreTests()
H A DvktImageDepthStencilDescriptorTests.cpp1325 const auto formatGroupName = de::toLower(formatStr.substr(kFormatPrefixLen)); in createImageDepthStencilDescriptorTests() local
1328 TestCaseGroupPtr formatGroup(new tcu::TestCaseGroup(testCtx, formatGroupName.c_str(), formatGroupDesc.c_str())); in createImageDepthStencilDescriptorTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp1450 std::ostringstream formatGroupName; in createSamplerBorderSwizzleTests() local
1451 formatGroupName << formatName; in createSamplerBorderSwizzleTests()
1463 formatGroupName << "_stencil"; in createSamplerBorderSwizzleTests()
1466 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatGroupName.str().c_str())); in createSamplerBorderSwizzleTests()

Completed in 9 milliseconds