/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/ |
H A D | vktModifiersTests.cpp | 96 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 1139 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), checkModifiersSupported, listModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1141 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), checkModifiersList2Supported, listModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests() 1155 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), checkModifiersSupported, createImageListModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1157 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), checkModifiersList2Supported, createImageListModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests() 1171 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), checkModifiersSupported, createImageModifierExplicitCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1173 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), checkModifiersList2Supported, createImageModifierExplicitCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests() 1187 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), checkExportImportExtensions<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, exportImportMemoryExplicitModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1189 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), checkExportImportExtensions<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, exportImportMemoryExplicitModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/ |
H A D | vktModifiersTests.cpp | 91 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 1098 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that listing supported modifiers is functional", checkModifiersSupported, listModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1099 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), "Check that listing supported modifiers is functional", checkModifiersList2Supported, listModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests() 1112 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with modifier list is functional", checkModifiersSupported, createImageListModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1113 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with modifier list is functional", checkModifiersList2Supported, createImageListModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests() 1126 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with an explicit modifier is functional", checkModifiersSupported, createImageModifierExplicitCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1127 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with an explicit modifier is functional", checkModifiersList2Supported, createImageModifierExplicitCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests() 1140 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Test exporting/importing images with modifiers", checkExportImportExtensions<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, exportImportMemoryExplicitModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1141 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), "Test exporting/importing images with modifiers", checkExportImportExtensions<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, exportImportMemoryExplicitModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 8554 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 8912 const std::string description = "Copy to destination format " + getFormatCaseName(dstFormat); in addImageToImageAllFormatsColorSrcFormatTests() 8913 addTestGroup(group, getFormatCaseName(dstFormat), description, addImageToImageAllFormatsColorSrcFormatDstFormatTests, testParams.params); in addImageToImageAllFormatsColorSrcFormatTests() 9263 const std::string testName = getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests() 9264 const std::string description = "Copy from source format " + getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests() 9317 const std::string testName = getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests() 9318 const std::string description = "Copy from source format " + getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests() 9371 const std::string testName = getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests() 9372 const std::string description = "Copy from source format " + getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests() 9534 const std::string srcDescription = "Copy from source format " + getFormatCaseName(testParam in addImageToImageDimensionsTests() [all...] |
H A D | vktApiImageClearingTests.cpp | 1877 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 2302 std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNameSuffix; in createImageClearingTestsCommon() 2401 const std::string testCaseName = getFormatCaseName(format) + in createImageClearingTestsCommon() 2438 const std::string testCaseNameRanges = getFormatCaseName(format) + dimensionsString + "_multiple_subresourcerange"; in createImageClearingTestsCommon() 2505 const std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNameSuffix; in createImageClearingTestsCommon() 2574 const std::string testCaseName = getFormatCaseName(format) + in createImageClearingTestsCommon()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 8827 std::string getFormatCaseName (VkFormat format) 9203 const std::string description = "Copy to destination format " + getFormatCaseName(dstFormat); 9204 addTestGroup(group, getFormatCaseName(dstFormat), addImageToImageAllFormatsColorSrcFormatDstFormatTests, testParams.params); 9793 const std::string testName = getFormatCaseName(params.src.image.format); 9850 const std::string testName = getFormatCaseName(params.src.image.format); 9910 const std::string testName = getFormatCaseName(params.src.image.format); 9967 const std::string testName = getFormatCaseName(params.src.image.format); 10023 const std::string testName = getFormatCaseName(params.src.image.format); 10080 const std::string testName = getFormatCaseName(params.src.image.format); 10140 const std::string testName = getFormatCaseName(param [all...] |
H A D | vktApiImageClearingTests.cpp | 2060 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 2510 std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNameSuffix; in createImageClearingTestsCommon() 2585 std::string testCaseName = getFormatCaseName(format) + dimensionsString; in createImageClearingTestsCommon() 2689 const std::string testCaseName = getFormatCaseName(format) + in createImageClearingTestsCommon() 2728 const std::string testCaseNameRanges = getFormatCaseName(format) + dimensionsString + "_multiple_subresourcerange"; in createImageClearingTestsCommon() 2803 std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNameSuffix; in createImageClearingTestsCommon() 2886 const std::string testCaseName = getFormatCaseName(format) + in createImageClearingTestsCommon()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawDepthClampTests.cpp | 809 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 825 const auto formatCaseName = getFormatCaseName(format); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageTests.cpp | 436 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 834 getFormatCaseName(format).c_str(), in createImageFormatTests()
|
H A D | vktPipelineImageViewTests.cpp | 355 static std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 875 getFormatCaseName(format).c_str(), in createImageViewTests()
|
H A D | vktPipelineBlendTests.cpp | 2067 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 2145 getFormatCaseName(format).c_str(), in createBlendTests() 2179 getFormatCaseName(format).c_str(), in createBlendTests() 2265 clampTests->addChild(new ClampTest(testCtx, getFormatCaseName(format), testParams)); in createBlendTests()
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1775 std::string getFormatCaseName (const VkFormat colorFormat, in getFormatCaseName() function 1934 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup() 1970 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup() 2008 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup()
|
H A D | vktPipelineStencilTests.cpp | 918 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 977 (getFormatCaseName(stencilFormat) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : "")).c_str(), in createStencilTests()
|
H A D | vktPipelineDepthTests.cpp | 1156 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 1341 (getFormatCaseName(depthFormats[formatNdx]) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : "")).c_str(), in createDepthTests() 1473 std::string testName = getFormatCaseName(format) + "_" + de::toLower(std::string(getCompareOpName(compareOp)).substr(14)) + viewportCase.suffix; in createDepthTests()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 338 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 2563 std::string name = getFormatCaseName(format) + imageAspectTestModes[imageAspectTestMode] + testModes[testModeNdx].name + interleaveReadWriteComponentsModes[restrictColorNdx].name + pipelineStateMode.suffix; in createAttachmentFeedbackLoopLayoutSamplerTests() 2569 std::string stencilTestName = getFormatCaseName(format) + imageAspectTestModes[IMAGE_ASPECT_TEST_STENCIL] + testModes[testModeNdx].name + interleaveReadWriteComponentsModes[restrictColorNdx].name + pipelineStateMode.suffix; in createAttachmentFeedbackLoopLayoutSamplerTests()
|
H A D | vktPipelineSamplerTests.cpp | 879 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 2389 getFormatCaseName(format).c_str(), in createAllFormatsSamplerTests() 2511 const std::string formatName = getFormatCaseName(format); in createExactSamplingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawDepthClampTests.cpp | 809 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 825 const auto formatCaseName = getFormatCaseName(format); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageTests.cpp | 430 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 823 getFormatCaseName(format).c_str(), in createImageFormatTests()
|
H A D | vktPipelineImageViewTests.cpp | 349 static std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 863 getFormatCaseName(format).c_str(), in createImageViewTests()
|
H A D | vktPipelineBlendTests.cpp | 2081 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 2158 getFormatCaseName(format).c_str(), in createBlendTests() 2193 getFormatCaseName(format).c_str(), in createBlendTests() 2280 clampTests->addChild(new ClampTest(testCtx, getFormatCaseName(format), std::string("Using format ") + getFormatName(format), testParams)); in createBlendTests()
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1788 std::string getFormatCaseName (const VkFormat colorFormat, in getFormatCaseName() function 1947 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup() 1984 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup() 2023 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup()
|
H A D | vktPipelineStencilTests.cpp | 924 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 982 (getFormatCaseName(stencilFormat) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : "")).c_str(), in createStencilTests()
|
H A D | vktPipelineDepthTests.cpp | 1114 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 1317 (getFormatCaseName(depthFormats[formatNdx]) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : "")).c_str(), in createDepthTests() 1428 std::string testName = getFormatCaseName(format) + "_" + de::toLower(std::string(getCompareOpName(compareOp)).substr(14)) + viewportCase.suffix; in createDepthTests()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 286 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 2391 std::string name = getFormatCaseName(format) + imageAspectTestModes[imageAspectTestMode] + testModes[testModeNdx].name + interleaveReadWriteComponentsModes[restrictColorNdx].name; in createAttachmentFeedbackLoopLayoutSamplerTests() 2397 std::string stencilTestName = getFormatCaseName(format) + imageAspectTestModes[IMAGE_ASPECT_TEST_STENCIL] + testModes[testModeNdx].name + interleaveReadWriteComponentsModes[restrictColorNdx].name; in createAttachmentFeedbackLoopLayoutSamplerTests()
|
H A D | vktPipelineSamplerTests.cpp | 886 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 1995 getFormatCaseName(format).c_str(), in createAllFormatsSamplerTests() 2111 const std::string formatName = getFormatCaseName(format); in createExactSamplingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectRenderingTests.cpp | 892 std::string getFormatCaseName(vk::VkFormat format) in getFormatCaseName() function 1023 std::string name = getFormatCaseName(colorFormat); in createShaderObjectRenderingTests() 1035 std::string depthTestName = name + "_" + getFormatCaseName(depthFormat); in createShaderObjectRenderingTests()
|