Searched refs:blitDstLayouts (Results 1 – 1 of 1) sorted by relevance
14763 …const VkImageLayout blitDstLayouts[] = {VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_GENE… in addBlittingImageAllFormatsColorSrcFormatDstFormatTests() local14782 … 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() local15240 … 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() local15622 … for (int dstLayoutNdx = 0u; dstLayoutNdx < DE_LENGTH_OF_ARRAY(blitDstLayouts); ++dstLayoutNdx) in addBlittingImageAllFormatsMipmapFormatTests()15624 testParams.params.dst.image.operationLayout = blitDstLayouts[dstLayoutNdx]; in addBlittingImageAllFormatsMipmapFormatTests()