Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dcopy_memoryimage_to_imagememory_common.adoc44 If pname:flags contains ename:VK_HOST_IMAGE_COPY_MEMCPY_EXT, the
48 If pname:flags contains ename:VK_HOST_IMAGE_COPY_MEMCPY_EXT, the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc65 …compatible data layouts between memory and images when using `VK_HOST_IMAGE_COPY_MEMCPY_EXT` in th…
83 In the above, `flags` may be `VK_HOST_IMAGE_COPY_MEMCPY_EXT`, in which case the data in host memory…
101 In the above, `flags` may be `VK_HOST_IMAGE_COPY_MEMCPY_EXT`, in which case the data in host memory…
120 In the above, `flags` may be `VK_HOST_IMAGE_COPY_MEMCPY_EXT`, in which case data is copied between …
191 When `VK_HOST_IMAGE_COPY_MEMCPY_EXT` is used in copies to or from an image with `VK_IMAGE_TILING_OP…
203 The memory size in bytes needed for copies using `VK_HOST_IMAGE_COPY_MEMCPY_EXT` can be retrieved b…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_host_image_copy.adoc35 layout of the image by using the ename:VK_HOST_IMAGE_COPY_MEMCPY_EXT flag.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/
Dcopies.adoc87 If pname:flags includes ename:VK_HOST_IMAGE_COPY_MEMCPY_EXT, for each
225 If pname:flags includes ename:VK_HOST_IMAGE_COPY_MEMCPY_EXT, for each
293 * ename:VK_HOST_IMAGE_COPY_MEMCPY_EXT specifies that no memory layout
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp6465 eMemcpy = VK_HOST_IMAGE_COPY_MEMCPY_EXT
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc3734 …mory size needed to copy to or from an image on the host with VK_HOST_IMAGE_COPY_MEMCPY_EXT',type=…
3738 ename:VK_HOST_IMAGE_COPY_MEMCPY_EXT flag is specified, add a
Dlimits.adoc3764 data layouts when using the ename:VK_HOST_IMAGE_COPY_MEMCPY_EXT flag in
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14095 VK_HOST_IMAGE_COPY_MEMCPY_EXT = 0x00000001, enumerator
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc74 ename:VK_HOST_IMAGE_COPY_MEMCPY_EXT (internal issue 3619).