Searched refs:blitSrcLayouts (Results 1 – 1 of 1) sorted by relevance
14758 …const VkImageLayout blitSrcLayouts[] = {VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, VK_IMAGE_LAYOUT_GENE… in addBlittingImageAllFormatsColorSrcFormatDstFormatTests() local14769 … for (int srcLayoutNdx = 0u; srcLayoutNdx < DE_LENGTH_OF_ARRAY(blitSrcLayouts); ++srcLayoutNdx) in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()14771 testParams.params.src.image.operationLayout = blitSrcLayouts[srcLayoutNdx]; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()15233 …const VkImageLayout blitSrcLayouts[] = {VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, VK_IMAGE_LAYOUT_GENE… in addBlittingImageAllFormatsDepthStencilFormatsTests() local15236 for (int srcLayoutNdx = 0u; srcLayoutNdx < DE_LENGTH_OF_ARRAY(blitSrcLayouts); ++srcLayoutNdx) in addBlittingImageAllFormatsDepthStencilFormatsTests()15238 params.src.image.operationLayout = blitSrcLayouts[srcLayoutNdx]; in addBlittingImageAllFormatsDepthStencilFormatsTests()15616 …const VkImageLayout blitSrcLayouts[] = {VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, VK_IMAGE_LAYOUT_GENE… in addBlittingImageAllFormatsMipmapFormatTests() local15619 for (int srcLayoutNdx = 0u; srcLayoutNdx < DE_LENGTH_OF_ARRAY(blitSrcLayouts); ++srcLayoutNdx) in addBlittingImageAllFormatsMipmapFormatTests()15621 testParams.params.src.image.operationLayout = blitSrcLayouts[srcLayoutNdx]; in addBlittingImageAllFormatsMipmapFormatTests()