Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp7014 std::string getImageLayoutCaseName (VkImageLayout layout) in getImageLayoutCaseName() function
7336 const std::string testName = getImageLayoutCaseName(params.src.image.operationLayout) + "_" + in addImageToImageAllFormatsColorSrcFormatDstFormatTests()
7337 getImageLayoutCaseName(params.dst.image.operationLayout); in addImageToImageAllFormatsColorSrcFormatDstFormatTests()
7338 …const std::string description = "From layout " + getImageLayoutCaseName(params.src.image.operation… in addImageToImageAllFormatsColorSrcFormatDstFormatTests()
7339 " to " + getImageLayoutCaseName(params.dst.image.operationLayout); in addImageToImageAllFormatsColorSrcFormatDstFormatTests()
8039 …nst std::string testName = getImageLayoutCaseName(testParams.params.src.image.operationLayout) + "… in addImageToImageDimensionsTests()
8040 …iption = "From layout " + getImageLayoutCaseName(testParams.params.src.image.operationLayout) + " … in addImageToImageDimensionsTests()
8078 const std::string testName = getImageLayoutCaseName(params.src.image.operationLayout) + "_" + in addImageToImageAllFormatsDepthStencilFormatsTests()
8079 getImageLayoutCaseName(params.dst.image.operationLayout); in addImageToImageAllFormatsDepthStencilFormatsTests()
8080 …const std::string description = "From layout " + getImageLayoutCaseName(params.src.image.operation… in addImageToImageAllFormatsDepthStencilFormatsTests()
[all …]