/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_cmd_copy.c | 69 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()
|
D | vk_meta_blit_resolve.c | 799 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/ |
D | copy_buffer_to_image_common.adoc | 29 * [[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
|
D | blit_image_common.adoc | 62 * [[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,
|
D | resolve_image_common.adoc | 34 * [[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
|
D | copy_image_common.adoc | 32 * [[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/ |
D | expect-common-validity-noreflow.adoc | 30 * [[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
|
D | expect-common-validity-default.adoc | 35 * [[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
|
D | src-common-validity.adoc | 26 …* 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
|
D | expect-common-validity-novuid.adoc | 31 * 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
|
D | expect-common-validity-noreflow-novuid.adoc | 26 …* 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/ |
D | AstcTexture.h | 41 VkImageLayout dstImageLayout, uint32_t regionCount, 53 VkImageLayout dstImageLayout, uint32_t regionCount,
|
D | AstcTexture.cpp | 163 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()
|
D | CompressedImageInfo.h | 91 VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount,
|
D | CompressedImageInfo.cpp | 509 VkImageLayout dstImageLayout, uint32_t regionCount, in decompressOnCpu() argument 513 dstImageLayout, regionCount, pRegions, context); in decompressOnCpu()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 69 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/ |
D | copies.adoc | 55 * 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/ |
D | ipsum.adoc | 65 * 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
|
D | lorem.adoc | 83 * pname:dstImageLayout Ullamcorper eget nulla facilisi etiam dignissim diam quis enim.
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 541 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 …]
|
D | VkDecoderGlobalState.h | 320 VkImageLayout dstImageLayout, uint32_t regionCount, 326 VkImageLayout dstImageLayout, uint32_t regionCount,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | copies.adoc | 197 * 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/ |
D | VK_EXT_host_image_copy.adoc | 77 VkImageLayout dstImageLayout; 114 VkImageLayout dstImageLayout;
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 334 VkImageLayout dstImageLayout, uint32_t regionCount, 338 VkImageLayout dstImageLayout, uint32_t regionCount, 341 VkImageLayout dstImageLayout, uint32_t regionCount, 366 VkImageLayout dstImageLayout, uint32_t regionCount,
|
D | func_table.cpp | 1409 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()
|