Searched refs:testNameBase (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 1640 const string testNameBase = string(CAPABILITIES[capIdx].name) + "_" + indexString + "_"; in addCompute16bitStorageUniform16To32ChainAccessGroup() local 1661 const string testName = testNameBase + dataTypes[dataTypeIdx].name; in addCompute16bitStorageUniform16To32ChainAccessGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 1640 const string testNameBase = string(CAPABILITIES[capIdx].name) + "_" + indexString + "_"; in addCompute16bitStorageUniform16To32ChainAccessGroup() local 1661 const string testName = testNameBase + dataTypes[dataTypeIdx].name; in addCompute16bitStorageUniform16To32ChainAccessGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 4739 const std::string testNameBase = "holes"; in createTransformFeedbackStreamsSimpleTests() local 4745 const auto testName = testNameBase + (extraDraw ? "_extra_draw" : ""); in createTransformFeedbackStreamsSimpleTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 16738 std::string testNameBase = format.name + "_" + (testCreateParams.copyOptions == DepthStencilMSAA::COPY_WHOLE_IMAGE ? getImageLayoutCaseName(srcLayout) + "_" + getImageLayoutCaseName(dstLayout) + "_": ""); in addDepthStencilCopyMSAATest() local 16747 group->addChild(new DepthStencilMSAATestCase(group->getTestContext(), testNameBase + "D_" + getSampleCountCaseName(sample), testCreateParams)); in addDepthStencilCopyMSAATest() 16750 group->addChild(new DepthStencilMSAATestCase(group->getTestContext(), testNameBase + "D_" + getSampleCountCaseName(sample) + "_bind_offset", testCreateParams)); in addDepthStencilCopyMSAATest() 16762 group->addChild(new DepthStencilMSAATestCase(group->getTestContext(), testNameBase + "S_" + getSampleCountCaseName(sample), testCreateParams)); in addDepthStencilCopyMSAATest() 16765 group->addChild(new DepthStencilMSAATestCase(group->getTestContext(), testNameBase + "S_" + getSampleCountCaseName(sample) + "_bind_offset", testCreateParams)); in addDepthStencilCopyMSAATest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 14827 std::string testNameBase = format.name + "_" + (testCreateParams.copyOptions == DepthStencilMSAA::COPY_WHOLE_IMAGE ? getImageLayoutCaseName(srcLayout) + "_" + getImageLayoutCaseName(dstLayout) + "_": ""); in addDepthStencilCopyMSAATest() local 14837 group->addChild(new DepthStencilMSAATestCase(group->getTestContext(), testNameBase + "D_" + getSampleCountCaseName(sample), description, testCreateParams)); in addDepthStencilCopyMSAATest() 14840 group->addChild(new DepthStencilMSAATestCase(group->getTestContext(), testNameBase + "D_" + getSampleCountCaseName(sample) + "_bind_offset", description, testCreateParams)); in addDepthStencilCopyMSAATest() 14853 group->addChild(new DepthStencilMSAATestCase(group->getTestContext(), testNameBase + "S_" + getSampleCountCaseName(sample), description, testCreateParams)); in addDepthStencilCopyMSAATest() 14856 group->addChild(new DepthStencilMSAATestCase(group->getTestContext(), testNameBase + "S_" + getSampleCountCaseName(sample) + "_bind_offset", description, testCreateParams)); in addDepthStencilCopyMSAATest()
|
Completed in 71 milliseconds