Home
last modified time | relevance | path

Searched refs:dstImageLayout (Results 1 – 25 of 44) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_cmd_copy.c69 VkImageLayout dstImageLayout, in vk_common_CmdCopyImage() argument
96 .dstImageLayout = dstImageLayout, in vk_common_CmdCopyImage()
110 VkImageLayout dstImageLayout, in vk_common_CmdCopyBufferToImage() argument
137 .dstImageLayout = dstImageLayout, in vk_common_CmdCopyBufferToImage()
193 VkImageLayout dstImageLayout, in vk_common_CmdBlitImage() argument
226 .dstImageLayout = dstImageLayout, in vk_common_CmdBlitImage()
242 VkImageLayout dstImageLayout, in vk_common_CmdResolveImage() argument
269 .dstImageLayout = dstImageLayout, in vk_common_CmdResolveImage()
Dvk_meta_blit_resolve.c799 dst_image, dst_image->format, blit->dstImageLayout, in vk_meta_blit_image2()
865 dst_image, dst_image->format, resolve->dstImageLayout, in vk_meta_resolve_image2()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dcopy_buffer_to_image_common.adoc29 * [[VUID-{refpage}-dstImageLayout-00180]]
30 pname:dstImageLayout must: specify the layout of the image subresources
33 * [[VUID-{refpage}-dstImageLayout-01396]]
34 pname:dstImageLayout must: be
Dblit_image_common.adoc62 * [[VUID-{refpage}-dstImageLayout-00226]]
63 pname:dstImageLayout must: specify the layout of the image subresources
67 * [[VUID-{refpage}-dstImageLayout-00227]]
68 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
72 * [[VUID-{refpage}-dstImageLayout-01399]]
73 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR,
Dresolve_image_common.adoc34 * [[VUID-{refpage}-dstImageLayout-00262]]
35 pname:dstImageLayout must: specify the layout of the image subresources
38 * [[VUID-{refpage}-dstImageLayout-01401]]
39 pname:dstImageLayout must: be
Dcopy_image_common.adoc32 * [[VUID-{refpage}-dstImageLayout-00133]]
33 pname:dstImageLayout must: specify the layout of the image subresources
36 * [[VUID-{refpage}-dstImageLayout-01395]]
37 pname:dstImageLayout must: be
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/
Dexpect-common-validity-noreflow.adoc30 * [[VUID-{refpage}-dstImageLayout-10004]]
31 …pname:dstImageLayout must: specify the layout of the image subresources of pname:dstImage specifie…
33 * [[VUID-{refpage}-dstImageLayout-00181]]
34 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
Dexpect-common-validity-default.adoc35 * [[VUID-{refpage}-dstImageLayout-10004]]
36 pname:dstImageLayout must: specify the layout of the image subresources
40 * [[VUID-{refpage}-dstImageLayout-00181]]
41 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
Dsrc-common-validity.adoc26 …* pname:dstImageLayout must: specify the layout of the image subresources of pname:dstImage specif…
28 * [[VUID-{refpage}-dstImageLayout-00181]]
29 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
Dexpect-common-validity-novuid.adoc31 * pname:dstImageLayout must: specify the layout of the image subresources
35 * [[VUID-{refpage}-dstImageLayout-00181]]
36 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
Dexpect-common-validity-noreflow-novuid.adoc26 …* pname:dstImageLayout must: specify the layout of the image subresources of pname:dstImage specif…
28 * [[VUID-{refpage}-dstImageLayout-00181]]
29 pname:dstImageLayout must: be ename:VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.h41 VkImageLayout dstImageLayout, uint32_t regionCount,
53 VkImageLayout dstImageLayout, uint32_t regionCount,
DAstcTexture.cpp163 VkImageLayout dstImageLayout, uint32_t regionCount, in on_vkCmdCopyBufferToImageImpl() argument
247 mVk->vkCmdCopyBufferToImage(commandBuffer, mDecompBuffer, dstImage, dstImageLayout, in on_vkCmdCopyBufferToImageImpl()
271 VkImageLayout dstImageLayout, uint32_t regionCount, in on_vkCmdCopyBufferToImage() argument
274 …ufferToImageImpl(commandBuffer, srcAstcData, astcDataSize, dstImage, dstImageLayout, regionCount, … in on_vkCmdCopyBufferToImage()
284 pCopyBufferToImageInfo->dstImageLayout, in on_vkCmdCopyBufferToImage2()
DCompressedImageInfo.h91 VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount,
DCompressedImageInfo.cpp509 VkImageLayout dstImageLayout, uint32_t regionCount, in decompressOnCpu() argument
513 dstImageLayout, regionCount, pRegions, context); in decompressOnCpu()
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h69 VkImageLayout dstImageLayout, uint32_t regionCount, in vkCmdBlitImage() argument
72 srcImageLayout, unbox_VkImage(dstImage), dstImageLayout, in vkCmdBlitImage()
76 VkImageLayout dstImageLayout, uint32_t regionCount, in vkCmdCopyBufferToImage() argument
79 unbox_VkImage(dstImage), dstImageLayout, regionCount, in vkCmdCopyBufferToImage()
85 VkImageLayout dstImageLayout, uint32_t regionCount, in vkCmdCopyImage() argument
88 unbox_VkImage(dstImage), dstImageLayout, regionCount, pRegions); in vkCmdCopyImage()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/
Dcopies.adoc55 * pname:dstImageLayout is the layout of the destination image subresources
80 * [[VUID-VkCopyMemoryToImageInfoEXT-dstImageLayout-09059]]
81 pname:dstImageLayout must: specify the current layout of the image
83 * [[VUID-VkCopyMemoryToImageInfoEXT-dstImageLayout-09060]]
84 pname:dstImageLayout must: be one of the image layouts returned in
357 * pname:dstImageLayout is the layout of the destination image subresources
395 * [[VUID-VkCopyImageToImageInfoEXT-dstImageLayout-09071]]
396 pname:dstImageLayout must: specify the current layout of the image
401 * [[VUID-VkCopyImageToImageInfoEXT-dstImageLayout-09073]]
402 pname:dstImageLayout must: be one of the image layouts returned in
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/
Dipsum.adoc65 * pname:dstImageLayout Euismod elementum nisi quis eleifend quam adipiscing vitae proin.
76 * [[VUID-VkCopyMemoryToImageInfoEXT-dstImageLayout-99059]]
77 pname:dstImageLayout must: Lorem ipsum dolor sit amet, pname:dstImage
Dlorem.adoc83 * pname:dstImageLayout Ullamcorper eget nulla facilisi etiam dignissim diam quis enim.
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp541 VkImageLayout dstImageLayout; in subDecode() local
555 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
575 srcImageLayout, dstImage, dstImageLayout, regionCount, in subDecode()
585 VkImageLayout dstImageLayout; in subDecode() local
600 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
622 dstImage, dstImageLayout, regionCount, pRegions, filter); in subDecode()
630 VkImageLayout dstImageLayout; in subDecode() local
642 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
664 srcBuffer, dstImage, dstImageLayout, regionCount, in subDecode()
905 VkImageLayout dstImageLayout; in subDecode() local
[all …]
DVkDecoderGlobalState.h320 VkImageLayout dstImageLayout, uint32_t regionCount,
326 VkImageLayout dstImageLayout, uint32_t regionCount,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcopies.adoc197 * pname:dstImageLayout is the current layout of the destination image
387 * pname:dstImageLayout is the current layout of the destination image
631 * pname:dstImageLayout is the layout of the destination image subresources
824 * pname:dstImageLayout is the layout of the destination image subresources
1213 * pname:dstImageLayout is the layout of the destination image subresources
1250 * [[VUID-vkCmdCopyMemoryToImageIndirectNV-dstImageLayout-07667]]
1251 pname:dstImageLayout must: specify the layout of the image subresources
1254 * [[VUID-vkCmdCopyMemoryToImageIndirectNV-dstImageLayout-07669]]
1255 pname:dstImageLayout must: be
1371 * pname:dstImageLayout is the layout of the destination image subresources
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc77 VkImageLayout dstImageLayout;
114 VkImageLayout dstImageLayout;
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h334 VkImageLayout dstImageLayout, uint32_t regionCount,
338 VkImageLayout dstImageLayout, uint32_t regionCount,
341 VkImageLayout dstImageLayout, uint32_t regionCount,
366 VkImageLayout dstImageLayout, uint32_t regionCount,
Dfunc_table.cpp1409 VkImageLayout dstImageLayout, uint32_t regionCount, in gfxstream_vk_CmdCopyImage() argument
1417 dstImage, dstImageLayout, regionCount, pRegions, true /* do lock */); in gfxstream_vk_CmdCopyImage()
1422 VkImageLayout dstImageLayout, uint32_t regionCount, in gfxstream_vk_CmdBlitImage() argument
1430 dstImage, dstImageLayout, regionCount, pRegions, filter, in gfxstream_vk_CmdBlitImage()
1435 VkImage dstImage, VkImageLayout dstImageLayout, in gfxstream_vk_CmdCopyBufferToImage() argument
1445 dstImageLayout, regionCount, pRegions, true /* do lock */); in gfxstream_vk_CmdCopyBufferToImage()
1530 VkImageLayout dstImageLayout, uint32_t regionCount, in gfxstream_vk_CmdResolveImage() argument
1538 dstImage, dstImageLayout, regionCount, pRegions, in gfxstream_vk_CmdResolveImage()

12