Home
last modified time | relevance | path

Searched refs:VkSubresourceLayout2KHR (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_maintenance5.adoc237 typedef struct VkSubresourceLayout2KHR {
241 } VkSubresourceLayout2KHR;
243 typedef VkSubresourceLayout2KHR VkSubresourceLayout2EXT;
256 VkSubresourceLayout2KHR* pLayout);
262 VkSubresourceLayout2KHR* pLayout);
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h877 VkSubresourceLayout2KHR* pLayout, uint32_t doLock);
880 VkSubresourceLayout2KHR* pLayout, uint32_t doLock);
1012 VkSubresourceLayout2KHR* pLayout, uint32_t doLock);
Dgoldfish_vk_deepcopy_guest.h1602 const VkSubresourceLayout2KHR* from,
1603 VkSubresourceLayout2KHR* to);
Dgoldfish_vk_transform_guest.h2592 VkSubresourceLayout2KHR* toTransform);
2595 VkSubresourceLayout2KHR* toTransform);
Dgoldfish_vk_marshaling_guest.h3049 const VkSubresourceLayout2KHR* forMarshaling);
3052 VkSubresourceLayout2KHR* forUnmarshaling);
Dgoldfish_vk_counting_guest.h1467 const VkSubresourceLayout2KHR* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h1636 const VkSubresourceLayout2KHR* forMarshaling,
Dfunc_table.cpp3915 VkSubresourceLayout2KHR* pLayout) { in gfxstream_vk_GetDeviceImageSubresourceLayoutKHR()
3926 VkSubresourceLayout2KHR* pLayout) { in gfxstream_vk_GetImageSubresourceLayout2KHR()
4406 VkSubresourceLayout2KHR* pLayout) { in gfxstream_vk_GetImageSubresourceLayout2EXT()
DVkEncoder.cpp31492 VkSubresourceLayout2KHR* pLayout, in vkGetDeviceImageSubresourceLayoutKHR()
31552 (VkSubresourceLayout2KHR*)(pLayout), countPtr); in vkGetDeviceImageSubresourceLayoutKHR()
31581 (VkSubresourceLayout2KHR*)(pLayout), streamPtrPtr); in vkGetDeviceImageSubresourceLayoutKHR()
31590 (VkSubresourceLayout2KHR*)(pLayout)); in vkGetDeviceImageSubresourceLayoutKHR()
31593 (VkSubresourceLayout2KHR*)(pLayout)); in vkGetDeviceImageSubresourceLayoutKHR()
31605 VkSubresourceLayout2KHR* pLayout, uint32_t doLock) { in vkGetImageSubresourceLayout2KHR()
31668 (VkSubresourceLayout2KHR*)(pLayout), countPtr); in vkGetImageSubresourceLayout2KHR()
31701 (VkSubresourceLayout2KHR*)(pLayout), streamPtrPtr); in vkGetImageSubresourceLayout2KHR()
31709 (VkSubresourceLayout2KHR*)(pLayout)); in vkGetImageSubresourceLayout2KHR()
31712 (VkSubresourceLayout2KHR*)(pLayout)); in vkGetImageSubresourceLayout2KHR()
[all …]
Dgoldfish_vk_transform_guest.cpp6681 VkSubresourceLayout2KHR* toTransform) { in transform_tohost_VkSubresourceLayout2KHR()
6692 VkSubresourceLayout2KHR* toTransform) { in transform_fromhost_VkSubresourceLayout2KHR()
Dgoldfish_vk_deepcopy_guest.cpp7173 const VkSubresourceLayout2KHR* from, in deepcopy_VkSubresourceLayout2KHR()
7174 VkSubresourceLayout2KHR* to) { in deepcopy_VkSubresourceLayout2KHR()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c173 VkSubresourceLayout2KHR layout = { in vk_common_GetImageSubresourceLayout()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h1258 VkSubresourceLayout2KHR* pLayout);
1263 VkSubresourceLayout2KHR* pLayout);
1468 VkSubresourceLayout2KHR* pLayout);
DVkDecoder.cpp17482 VkSubresourceLayout2KHR* pLayout; in decode()
17497 vkReadStream->alloc((void**)&pLayout, sizeof(VkSubresourceLayout2KHR)); in decode()
17499 (VkSubresourceLayout2KHR*)(pLayout), in decode()
17507 (VkSubresourceLayout2KHR*)(pLayout)); in decode()
17520 (VkSubresourceLayout2KHR*)(pLayout)); in decode()
17523 (VkSubresourceLayout2KHR*)(pLayout)); in decode()
17543 VkSubresourceLayout2KHR* pLayout; in decode()
17562 vkReadStream->alloc((void**)&pLayout, sizeof(VkSubresourceLayout2KHR)); in decode()
17564 (VkSubresourceLayout2KHR*)(pLayout), in decode()
17572 (VkSubresourceLayout2KHR*)(pLayout)); in decode()
[all …]
DVkDecoderSnapshot.cpp2989 VkSubresourceLayout2KHR* pLayout) {} in vkGetDeviceImageSubresourceLayoutKHR()
2994 VkSubresourceLayout2KHR* pLayout) {} in vkGetImageSubresourceLayout2KHR()
3458 VkSubresourceLayout2KHR* pLayout) {} in vkGetImageSubresourceLayout2EXT()
6493 VkSubresourceLayout2KHR* pLayout) { in vkGetDeviceImageSubresourceLayoutKHR()
6504 VkSubresourceLayout2KHR* pLayout) { in vkGetImageSubresourceLayout2KHR()
6889 VkSubresourceLayout2KHR* pLayout) { in vkGetImageSubresourceLayout2EXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h1626 const VkSubresourceLayout2KHR* from,
1627 VkSubresourceLayout2KHR* to);
Dgoldfish_vk_transform.h2703 VkSubresourceLayout2KHR* toTransform);
2706 VkSubresourceLayout2KHR* toTransform);
Dgoldfish_vk_marshaling.h3073 const VkSubresourceLayout2KHR* forMarshaling);
3076 VkSubresourceLayout2KHR* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h1627 VkSubresourceLayout2KHR* forUnmarshaling,
Dgoldfish_vk_transform.cpp6883 VkSubresourceLayout2KHR* toTransform) { in transform_tohost_VkSubresourceLayout2KHR()
6894 VkSubresourceLayout2KHR* toTransform) { in transform_fromhost_VkSubresourceLayout2KHR()
Dgoldfish_vk_deepcopy.cpp7380 const VkSubresourceLayout2KHR* from, in deepcopy_VkSubresourceLayout2KHR()
7381 VkSubresourceLayout2KHR* to) { in deepcopy_VkSubresourceLayout2KHR()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10549 typedef struct VkSubresourceLayout2KHR { struct
10553 } VkSubresourceLayout2KHR; argument
10569 …)(VkDevice device, const VkDeviceImageSubresourceInfoKHR* pInfo, VkSubresourceLayout2KHR* pLayout);
10570 …vice, VkImage image, const VkImageSubresource2KHR* pSubresource, VkSubresourceLayout2KHR* pLayout);
10588 VkSubresourceLayout2KHR* pLayout);
10594 VkSubresourceLayout2KHR* pLayout);
14192 typedef VkSubresourceLayout2KHR VkSubresourceLayout2EXT;
14200 …vice, VkImage image, const VkImageSubresource2KHR* pSubresource, VkSubresourceLayout2KHR* pLayout);
14224 VkSubresourceLayout2KHR* pLayout);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_raii.hpp17498 …onst VkImageSubresource2KHR *>( &subresource ), reinterpret_cast<VkSubresourceLayout2KHR *>( &layo… in getSubresourceLayout2EXT()
17512 …onst VkImageSubresource2KHR *>( &subresource ), reinterpret_cast<VkSubresourceLayout2KHR *>( &layo… in getSubresourceLayout2EXT()
19625 …st VkDeviceImageSubresourceInfoKHR *>( &info ), reinterpret_cast<VkSubresourceLayout2KHR *>( &layo… in getImageSubresourceLayoutKHR()
19639 …st VkDeviceImageSubresourceInfoKHR *>( &info ), reinterpret_cast<VkSubresourceLayout2KHR *>( &layo… in getImageSubresourceLayoutKHR()
19652 …onst VkImageSubresource2KHR *>( &subresource ), reinterpret_cast<VkSubresourceLayout2KHR *>( &layo… in getSubresourceLayout2KHR()
19666 …onst VkImageSubresource2KHR *>( &subresource ), reinterpret_cast<VkSubresourceLayout2KHR *>( &layo… in getSubresourceLayout2KHR()
Dvulkan.hpp4229 …ice, VkImage image, const VkImageSubresource2KHR * pSubresource, VkSubresourceLayout2KHR * pLayout… in vkGetImageSubresourceLayout2EXT()
5227 … VkDevice device, const VkDeviceImageSubresourceInfoKHR * pInfo, VkSubresourceLayout2KHR * pLayout… in vkGetDeviceImageSubresourceLayoutKHR()
5233 …ice, VkImage image, const VkImageSubresource2KHR * pSubresource, VkSubresourceLayout2KHR * pLayout… in vkGetImageSubresourceLayout2KHR()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc3652 * pname:pLayout is a pointer to a slink:VkSubresourceLayout2KHR structure
3662 members of slink:VkSubresourceLayout2KHR::pname:subresourceLayout will have
3702 [open,refpage='VkSubresourceLayout2KHR',desc='Structure specifying subresource layout',type='struct…
3705 sname:VkSubresourceLayout2KHR structure:
3708 include::{generated}/api/structs/VkSubresourceLayout2KHR.adoc[]
3730 include::{generated}/validity/structs/VkSubresourceLayout2KHR.adoc[]
3769 * pname:pLayout is a pointer to a slink:VkSubresourceLayout2KHR structure

12