Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp14758 …const VkImageLayout blitSrcLayouts[] = {VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, VK_IMAGE_LAYOUT_GENE… in addBlittingImageAllFormatsColorSrcFormatDstFormatTests() local
14769 … 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() local
15236 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() local
15619 for (int srcLayoutNdx = 0u; srcLayoutNdx < DE_LENGTH_OF_ARRAY(blitSrcLayouts); ++srcLayoutNdx) in addBlittingImageAllFormatsMipmapFormatTests()
15621 testParams.params.src.image.operationLayout = blitSrcLayouts[srcLayoutNdx]; in addBlittingImageAllFormatsMipmapFormatTests()