Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp12625 const VkImageLayout blitSrcLayouts[] = in addBlittingImageAllFormatsColorSrcFormatDstFormatTests() local
12645 for (int srcLayoutNdx = 0u; srcLayoutNdx < DE_LENGTH_OF_ARRAY(blitSrcLayouts); ++srcLayoutNdx) in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()
12647 testParams.params.src.image.operationLayout = blitSrcLayouts[srcLayoutNdx]; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()
13353 const VkImageLayout blitSrcLayouts[] = in addBlittingImageAllFormatsDepthStencilFormatsTests() local
13364 for (int srcLayoutNdx = 0u; srcLayoutNdx < DE_LENGTH_OF_ARRAY(blitSrcLayouts); ++srcLayoutNdx) in addBlittingImageAllFormatsDepthStencilFormatsTests()
13366 params.src.image.operationLayout = blitSrcLayouts[srcLayoutNdx]; in addBlittingImageAllFormatsDepthStencilFormatsTests()
13766 const VkImageLayout blitSrcLayouts[] = in addBlittingImageAllFormatsMipmapFormatTests() local
13777 for (int srcLayoutNdx = 0u; srcLayoutNdx < DE_LENGTH_OF_ARRAY(blitSrcLayouts); ++srcLayoutNdx) in addBlittingImageAllFormatsMipmapFormatTests()
13779 testParams.params.src.image.operationLayout = blitSrcLayouts[srcLayoutNdx]; in addBlittingImageAllFormatsMipmapFormatTests()