Searched refs:blitSrcLayouts (Results 1 – 1 of 1) sorted by relevance
6292 const VkImageLayout blitSrcLayouts[] = in addBlittingImageAllFormatsColorSrcFormatDstFormatTests() local6312 for (int srcLayoutNdx = 0u; srcLayoutNdx < DE_LENGTH_OF_ARRAY(blitSrcLayouts); ++srcLayoutNdx) in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()6314 testParams.params.src.image.operationLayout = blitSrcLayouts[srcLayoutNdx]; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()6681 const VkImageLayout blitSrcLayouts[] = in addBlittingImageAllFormatsDepthStencilFormatsTests() local6692 for (int srcLayoutNdx = 0u; srcLayoutNdx < DE_LENGTH_OF_ARRAY(blitSrcLayouts); ++srcLayoutNdx) in addBlittingImageAllFormatsDepthStencilFormatsTests()6694 params.src.image.operationLayout = blitSrcLayouts[srcLayoutNdx]; in addBlittingImageAllFormatsDepthStencilFormatsTests()6836 const VkImageLayout blitSrcLayouts[] = in addBlittingImageAllFormatsMipmapFormatTests() local6847 for (int srcLayoutNdx = 0u; srcLayoutNdx < DE_LENGTH_OF_ARRAY(blitSrcLayouts); ++srcLayoutNdx) in addBlittingImageAllFormatsMipmapFormatTests()6849 testParams.params.src.image.operationLayout = blitSrcLayouts[srcLayoutNdx]; in addBlittingImageAllFormatsMipmapFormatTests()