Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp12635 const VkImageLayout blitDstLayouts[] = in addBlittingImageAllFormatsColorSrcFormatDstFormatTests() local
12657 for (int dstLayoutNdx = 0u; dstLayoutNdx < DE_LENGTH_OF_ARRAY(blitDstLayouts); ++dstLayoutNdx) in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()
12659 testParams.params.dst.image.operationLayout = blitDstLayouts[dstLayoutNdx]; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()
13358 const VkImageLayout blitDstLayouts[] = in addBlittingImageAllFormatsDepthStencilFormatsTests() local
13368 for (int dstLayoutNdx = 0u; dstLayoutNdx < DE_LENGTH_OF_ARRAY(blitDstLayouts); ++dstLayoutNdx) in addBlittingImageAllFormatsDepthStencilFormatsTests()
13370 params.dst.image.operationLayout = blitDstLayouts[dstLayoutNdx]; in addBlittingImageAllFormatsDepthStencilFormatsTests()
13771 const VkImageLayout blitDstLayouts[] = in addBlittingImageAllFormatsMipmapFormatTests() local
13780 for (int dstLayoutNdx = 0u; dstLayoutNdx < DE_LENGTH_OF_ARRAY(blitDstLayouts); ++dstLayoutNdx) in addBlittingImageAllFormatsMipmapFormatTests()
13782 testParams.params.dst.image.operationLayout = blitDstLayouts[dstLayoutNdx]; in addBlittingImageAllFormatsMipmapFormatTests()