Home
last modified time | relevance | path

Searched refs:VkSubresourceLayout (Results 1 – 25 of 43) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c417 VkSubresourceLayout image_layout; in wsi_create_null_image_mem()
430 VkSubresourceLayout image_layout; in wsi_create_null_image_mem()
Dwsi_common_drm.c539 VkSubresourceLayout image_layout; in wsi_create_native_image_mem()
552 VkSubresourceLayout image_layout; in wsi_create_native_image_mem()
Dwsi_common.c1985 VkSubresourceLayout layout; in wsi_create_cpu_linear_image_mem()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_image_drm_format_modifier.adoc167 <<VkSubresourceLayout,pname:offset>>,
168 <<VkSubresourceLayout,pname:size>>, and
169 <<VkSubresourceLayout,pname:rowPitch>> of each _memory plane_.
384 This decision renders slink:VkSubresourceLayout::pname:size an unused field
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c164 VkSubresourceLayout *pLayout) in vk_common_GetImageSubresourceLayout()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_maintenance5.adoc240 VkSubresourceLayout subresourceLayout;
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h229 const VkSubresourceLayout* from, VkSubresourceLayout* to);
DResourceTracker.h214 VkSubresourceLayout* pLayout);
Dgoldfish_vk_transform_guest.h359 VkSubresourceLayout* toTransform);
362 VkSubresourceLayout* toTransform);
Dgoldfish_vk_marshaling_guest.h428 const VkSubresourceLayout* forMarshaling);
431 VkSubresourceLayout* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp997 VkSubresourceLayout* toTransform) { in transform_tohost_VkSubresourceLayout()
1003 VkSubresourceLayout* toTransform) { in transform_fromhost_VkSubresourceLayout()
6688 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_tohost_VkSubresourceLayout2KHR()
6699 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_fromhost_VkSubresourceLayout2KHR()
DVkEncoder.h190 VkSubresourceLayout* pLayout, uint32_t doLock);
Dgoldfish_vk_counting_guest.h207 const VkSubresourceLayout* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h240 const VkSubresourceLayout* forMarshaling, uint8_t** ptr);
DResourceTracker.cpp3785 VkSubresourceLayout subResourceLayout; in on_vkAllocateMemory()
5184 VkSubresourceLayout* pLayout) { in on_vkGetImageSubresourceLayout()
Dgoldfish_vk_deepcopy_guest.cpp931 const VkSubresourceLayout* from, VkSubresourceLayout* to) { in deepcopy_VkSubresourceLayout()
7193 (VkSubresourceLayout*)(&to->subresourceLayout)); in deepcopy_VkSubresourceLayout2KHR()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h222 const VkSubresourceLayout* from, VkSubresourceLayout* to);
Dgoldfish_vk_transform.h365 VkSubresourceLayout* toTransform);
368 VkSubresourceLayout* toTransform);
Dgoldfish_vk_marshaling.h416 const VkSubresourceLayout* forMarshaling);
419 VkSubresourceLayout* forUnmarshaling);
Dgoldfish_vk_transform.cpp1000 VkSubresourceLayout* toTransform) { in transform_tohost_VkSubresourceLayout()
1006 VkSubresourceLayout* toTransform) { in transform_fromhost_VkSubresourceLayout()
6890 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_tohost_VkSubresourceLayout2KHR()
6901 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_fromhost_VkSubresourceLayout2KHR()
Dgoldfish_vk_reserved_marshaling.h224 VkSubresourceLayout* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp931 const VkSubresourceLayout* from, VkSubresourceLayout* to) { in deepcopy_VkSubresourceLayout()
7400 (VkSubresourceLayout*)(&to->subresourceLayout)); in deepcopy_VkSubresourceLayout2KHR()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3419 typedef struct VkSubresourceLayout { struct
3425 } VkSubresourceLayout; typedef
4004 …evice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout);
4389 VkSubresourceLayout* pLayout);
10552 VkSubresourceLayout subresourceLayout;
12295 const VkSubresourceLayout* pPlaneLayouts;
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h269 VkSubresourceLayout* pLayout);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc2776 slink:VkSubresourceLayout structures describing the image's _memory
3431 * pname:pLayout is a pointer to a slink:VkSubresourceLayout structure in
3506 [open,refpage='VkSubresourceLayout',desc='Structure specifying subresource layout',type='structs']
3509 sname:VkSubresourceLayout structure:
3511 include::{generated}/api/structs/VkSubresourceLayout.adoc[]
3626 include::{generated}/validity/structs/VkSubresourceLayout.adoc[]
3728 * pname:subresourceLayout is a slink:VkSubresourceLayout structure.

12