Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp14763 …const VkImageLayout blitDstLayouts[] = {VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_GENE… in addBlittingImageAllFormatsColorSrcFormatDstFormatTests() local
14782 … for (int dstLayoutNdx = 0u; dstLayoutNdx < DE_LENGTH_OF_ARRAY(blitDstLayouts); ++dstLayoutNdx) in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()
14784 testParams.params.dst.image.operationLayout = blitDstLayouts[dstLayoutNdx]; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()
15234 …const VkImageLayout blitDstLayouts[] = {VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_GENE… in addBlittingImageAllFormatsDepthStencilFormatsTests() local
15240 … for (int dstLayoutNdx = 0u; dstLayoutNdx < DE_LENGTH_OF_ARRAY(blitDstLayouts); ++dstLayoutNdx) in addBlittingImageAllFormatsDepthStencilFormatsTests()
15242 params.dst.image.operationLayout = blitDstLayouts[dstLayoutNdx]; in addBlittingImageAllFormatsDepthStencilFormatsTests()
15617 …const VkImageLayout blitDstLayouts[] = {VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_GENE… in addBlittingImageAllFormatsMipmapFormatTests() local
15622 … for (int dstLayoutNdx = 0u; dstLayoutNdx < DE_LENGTH_OF_ARRAY(blitDstLayouts); ++dstLayoutNdx) in addBlittingImageAllFormatsMipmapFormatTests()
15624 testParams.params.dst.image.operationLayout = blitDstLayouts[dstLayoutNdx]; in addBlittingImageAllFormatsMipmapFormatTests()