/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_maintenance5.adoc | 237 typedef struct VkSubresourceLayout2KHR { 241 } VkSubresourceLayout2KHR; 243 typedef VkSubresourceLayout2KHR VkSubresourceLayout2EXT; 256 VkSubresourceLayout2KHR* pLayout); 262 VkSubresourceLayout2KHR* pLayout);
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 877 VkSubresourceLayout2KHR* pLayout, uint32_t doLock); 880 VkSubresourceLayout2KHR* pLayout, uint32_t doLock); 1012 VkSubresourceLayout2KHR* pLayout, uint32_t doLock);
|
D | goldfish_vk_deepcopy_guest.h | 1602 const VkSubresourceLayout2KHR* from, 1603 VkSubresourceLayout2KHR* to);
|
D | goldfish_vk_transform_guest.h | 2592 VkSubresourceLayout2KHR* toTransform); 2595 VkSubresourceLayout2KHR* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 3049 const VkSubresourceLayout2KHR* forMarshaling); 3052 VkSubresourceLayout2KHR* forUnmarshaling);
|
D | goldfish_vk_counting_guest.h | 1467 const VkSubresourceLayout2KHR* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 1636 const VkSubresourceLayout2KHR* forMarshaling,
|
D | func_table.cpp | 3915 VkSubresourceLayout2KHR* pLayout) { in gfxstream_vk_GetDeviceImageSubresourceLayoutKHR() 3926 VkSubresourceLayout2KHR* pLayout) { in gfxstream_vk_GetImageSubresourceLayout2KHR() 4406 VkSubresourceLayout2KHR* pLayout) { in gfxstream_vk_GetImageSubresourceLayout2EXT()
|
D | VkEncoder.cpp | 31492 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 …]
|
D | goldfish_vk_transform_guest.cpp | 6681 VkSubresourceLayout2KHR* toTransform) { in transform_tohost_VkSubresourceLayout2KHR() 6692 VkSubresourceLayout2KHR* toTransform) { in transform_fromhost_VkSubresourceLayout2KHR()
|
D | goldfish_vk_deepcopy_guest.cpp | 7173 const VkSubresourceLayout2KHR* from, in deepcopy_VkSubresourceLayout2KHR() 7174 VkSubresourceLayout2KHR* to) { in deepcopy_VkSubresourceLayout2KHR()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_image.c | 173 VkSubresourceLayout2KHR layout = { in vk_common_GetImageSubresourceLayout()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 1258 VkSubresourceLayout2KHR* pLayout); 1263 VkSubresourceLayout2KHR* pLayout); 1468 VkSubresourceLayout2KHR* pLayout);
|
D | VkDecoder.cpp | 17482 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 …]
|
D | VkDecoderSnapshot.cpp | 2989 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/ |
D | goldfish_vk_deepcopy.h | 1626 const VkSubresourceLayout2KHR* from, 1627 VkSubresourceLayout2KHR* to);
|
D | goldfish_vk_transform.h | 2703 VkSubresourceLayout2KHR* toTransform); 2706 VkSubresourceLayout2KHR* toTransform);
|
D | goldfish_vk_marshaling.h | 3073 const VkSubresourceLayout2KHR* forMarshaling); 3076 VkSubresourceLayout2KHR* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 1627 VkSubresourceLayout2KHR* forUnmarshaling,
|
D | goldfish_vk_transform.cpp | 6883 VkSubresourceLayout2KHR* toTransform) { in transform_tohost_VkSubresourceLayout2KHR() 6894 VkSubresourceLayout2KHR* toTransform) { in transform_fromhost_VkSubresourceLayout2KHR()
|
D | goldfish_vk_deepcopy.cpp | 7380 const VkSubresourceLayout2KHR* from, in deepcopy_VkSubresourceLayout2KHR() 7381 VkSubresourceLayout2KHR* to) { in deepcopy_VkSubresourceLayout2KHR()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 10549 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/ |
D | vulkan_raii.hpp | 17498 …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()
|
D | vulkan.hpp | 4229 …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/ |
D | resources.adoc | 3652 * 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
|