/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_host_image_copy.adoc | 37 retrieved by chaining slink:VkSubresourceHostMemcpySizeEXT to pname:pLayout
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_image.c | 164 VkSubresourceLayout *pLayout) in vk_common_GetImageSubresourceLayout() argument 180 *pLayout = layout.subresourceLayout; in vk_common_GetImageSubresourceLayout()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_host_image_copy.adoc | 200 VkSubresourceLayout2EXT* pLayout); 203 …_IMAGE_COPY_MEMCPY_EXT` can be retrieved by chaining `VkSubresourceHostMemcpySizeEXT` to `pLayout`:
|
D | VK_KHR_maintenance5.adoc | 256 VkSubresourceLayout2KHR* pLayout); 262 VkSubresourceLayout2KHR* pLayout);
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 190 VkSubresourceLayout* pLayout, uint32_t doLock); 877 VkSubresourceLayout2KHR* pLayout, uint32_t doLock); 880 VkSubresourceLayout2KHR* pLayout, uint32_t doLock); 1012 VkSubresourceLayout2KHR* pLayout, uint32_t doLock);
|
D | func_table.cpp | 733 VkSubresourceLayout* pLayout) { in gfxstream_vk_GetImageSubresourceLayout() argument 740 pSubresource, pLayout); in gfxstream_vk_GetImageSubresourceLayout() 3915 VkSubresourceLayout2KHR* pLayout) { in gfxstream_vk_GetDeviceImageSubresourceLayoutKHR() argument 3921 pLayout, true /* do lock */); in gfxstream_vk_GetDeviceImageSubresourceLayoutKHR() 3926 VkSubresourceLayout2KHR* pLayout) { in gfxstream_vk_GetImageSubresourceLayout2KHR() argument 3932 pSubresource, pLayout, true /* do lock */); in gfxstream_vk_GetImageSubresourceLayout2KHR() 4406 VkSubresourceLayout2KHR* pLayout) { in gfxstream_vk_GetImageSubresourceLayout2EXT() argument 4412 pSubresource, pLayout, true /* do lock */); in gfxstream_vk_GetImageSubresourceLayout2EXT()
|
D | ResourceTracker.h | 214 VkSubresourceLayout* pLayout);
|
D | VkEncoder.cpp | 6772 VkSubresourceLayout* pLayout, uint32_t doLock) { in vkGetImageSubresourceLayout() argument 6802 image, pSubresource, pLayout); in vkGetImageSubresourceLayout() 6834 (VkSubresourceLayout*)(pLayout), countPtr); in vkGetImageSubresourceLayout() 6865 (VkSubresourceLayout*)(pLayout), streamPtrPtr); in vkGetImageSubresourceLayout() 6873 (VkSubresourceLayout*)(pLayout)); in vkGetImageSubresourceLayout() 6874 if (pLayout) { in vkGetImageSubresourceLayout() 6875 transform_fromhost_VkSubresourceLayout(sResourceTracker, (VkSubresourceLayout*)(pLayout)); in vkGetImageSubresourceLayout() 31492 VkSubresourceLayout2KHR* pLayout, in vkGetDeviceImageSubresourceLayoutKHR() argument 31522 device, pInfo, pLayout); in vkGetDeviceImageSubresourceLayoutKHR() 31552 (VkSubresourceLayout2KHR*)(pLayout), countPtr); in vkGetDeviceImageSubresourceLayoutKHR() [all …]
|
D | ResourceTracker.cpp | 5184 VkSubresourceLayout* pLayout) { in on_vkGetImageSubresourceLayout() argument 5195 enc->vkGetImageSubresourceLayout(device, targetImage, pSubresource, pLayout, in on_vkGetImageSubresourceLayout()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoder.cpp | 3897 VkSubresourceLayout* pLayout; in decode() local 3916 vkReadStream->alloc((void**)&pLayout, sizeof(VkSubresourceLayout)); in decode() 3918 (VkSubresourceLayout*)(pLayout), in decode() 3924 if (pLayout) { in decode() 3925 transform_tohost_VkSubresourceLayout(m_state, (VkSubresourceLayout*)(pLayout)); in decode() 3932 (unsigned long long)pSubresource, (unsigned long long)pLayout); in decode() 3934 vk->vkGetImageSubresourceLayout(unboxed_device, image, pSubresource, pLayout); in decode() 3936 if (pLayout) { in decode() 3938 (VkSubresourceLayout*)(pLayout)); in decode() 3941 (VkSubresourceLayout*)(pLayout)); in decode() [all …]
|
D | VkDecoderSnapshot.h | 269 VkSubresourceLayout* pLayout); 1258 VkSubresourceLayout2KHR* pLayout); 1263 VkSubresourceLayout2KHR* pLayout); 1468 VkSubresourceLayout2KHR* pLayout);
|
D | VkDecoderSnapshot.cpp | 518 VkSubresourceLayout* pLayout) {} in vkGetImageSubresourceLayout() argument 2989 VkSubresourceLayout2KHR* pLayout) {} in vkGetDeviceImageSubresourceLayoutKHR() argument 2994 VkSubresourceLayout2KHR* pLayout) {} in vkGetImageSubresourceLayout2KHR() argument 3458 VkSubresourceLayout2KHR* pLayout) {} in vkGetImageSubresourceLayout2EXT() argument 4304 VkSubresourceLayout* pLayout) { in vkGetImageSubresourceLayout() argument 4306 pSubresource, pLayout); in vkGetImageSubresourceLayout() 6493 VkSubresourceLayout2KHR* pLayout) { in vkGetDeviceImageSubresourceLayoutKHR() argument 6495 device, pInfo, pLayout); in vkGetDeviceImageSubresourceLayoutKHR() 6504 VkSubresourceLayout2KHR* pLayout) { in vkGetImageSubresourceLayout2KHR() argument 6506 image, pSubresource, pLayout); in vkGetImageSubresourceLayout2KHR() [all …]
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 1349 …ge image, const VkImageSubresource * pSubresource, VkSubresourceLayout * pLayout ) const VULKAN_HP… in vkGetImageSubresourceLayout() 1351 return ::vkGetImageSubresourceLayout( device, image, pSubresource, pLayout ); in vkGetImageSubresourceLayout() 4229 …, const VkImageSubresource2KHR * pSubresource, VkSubresourceLayout2KHR * pLayout ) const VULKAN_HP… in vkGetImageSubresourceLayout2EXT() 4231 return ::vkGetImageSubresourceLayout2EXT( device, image, pSubresource, pLayout ); in vkGetImageSubresourceLayout2EXT() 5227 …const VkDeviceImageSubresourceInfoKHR * pInfo, VkSubresourceLayout2KHR * pLayout ) const VULKAN_HP… in vkGetDeviceImageSubresourceLayoutKHR() 5229 return ::vkGetDeviceImageSubresourceLayoutKHR( device, pInfo, pLayout ); in vkGetDeviceImageSubresourceLayoutKHR() 5233 …, const VkImageSubresource2KHR * pSubresource, VkSubresourceLayout2KHR * pLayout ) const VULKAN_HP… in vkGetImageSubresourceLayout2KHR() 5235 return ::vkGetImageSubresourceLayout2KHR( device, image, pSubresource, pLayout ); in vkGetImageSubresourceLayout2KHR()
|
D | vulkan_core.h | 4036 …evice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout); 4421 VkSubresourceLayout* pLayout); 10606 …)(VkDevice device, const VkDeviceImageSubresourceInfoKHR* pInfo, VkSubresourceLayout2KHR* pLayout); 10607 …vice, VkImage image, const VkImageSubresource2KHR* pSubresource, VkSubresourceLayout2KHR* pLayout); 10625 VkSubresourceLayout2KHR* pLayout); 10631 VkSubresourceLayout2KHR* pLayout); 14237 …vice, VkImage image, const VkImageSubresource2KHR* pSubresource, VkSubresourceLayout2KHR* pLayout); 14261 VkSubresourceLayout2KHR* pLayout);
|
D | vulkansc.hpp | 1318 …ge image, const VkImageSubresource * pSubresource, VkSubresourceLayout * pLayout ) const VULKAN_HP… in vkGetImageSubresourceLayout() 1320 return ::vkGetImageSubresourceLayout( device, image, pSubresource, pLayout ); in vkGetImageSubresourceLayout()
|
D | vulkan_funcs.hpp | 1929 …ageSubresource * pSubresource, VULKAN_HPP_NAMESPACE::SubresourceLayout * pLayout, Dispatch const &… in getImageSubresourceLayout() argument 1932 …<const VkImageSubresource *>( pSubresource ), reinterpret_cast<VkSubresourceLayout *>( pLayout ) ); in getImageSubresourceLayout() 15106 …source2KHR * pSubresource, VULKAN_HPP_NAMESPACE::SubresourceLayout2KHR * pLayout, Dispatch const &… in getImageSubresourceLayout2EXT() argument 15109 …kImageSubresource2KHR *>( pSubresource ), reinterpret_cast<VkSubresourceLayout2KHR *>( pLayout ) ); in getImageSubresourceLayout2EXT() 18490 …ubresourceInfoKHR * pInfo, VULKAN_HPP_NAMESPACE::SubresourceLayout2KHR * pLayout, Dispatch const &… in getImageSubresourceLayoutKHR() argument 18493 …eviceImageSubresourceInfoKHR *>( pInfo ), reinterpret_cast<VkSubresourceLayout2KHR *>( pLayout ) ); in getImageSubresourceLayoutKHR() 18527 …source2KHR * pSubresource, VULKAN_HPP_NAMESPACE::SubresourceLayout2KHR * pLayout, Dispatch const &… in getImageSubresourceLayout2KHR() argument 18530 …kImageSubresource2KHR *>( pSubresource ), reinterpret_cast<VkSubresourceLayout2KHR *>( pLayout ) ); in getImageSubresourceLayout2KHR()
|
D | vulkan_handles.hpp | 8226 …ageSubresource * pSubresource, VULKAN_HPP_NAMESPACE::SubresourceLayout * pLayout, Dispatch const &… 10308 …source2KHR * pSubresource, VULKAN_HPP_NAMESPACE::SubresourceLayout2KHR * pLayout, Dispatch const &… 10892 …ubresourceInfoKHR * pInfo, VULKAN_HPP_NAMESPACE::SubresourceLayout2KHR * pLayout, Dispatch const &… 10902 …source2KHR * pSubresource, VULKAN_HPP_NAMESPACE::SubresourceLayout2KHR * pLayout, Dispatch const &…
|
D | vulkansc_funcs.hpp | 1702 …ageSubresource * pSubresource, VULKAN_HPP_NAMESPACE::SubresourceLayout * pLayout, Dispatch const &… in getImageSubresourceLayout() argument 1705 …<const VkImageSubresource *>( pSubresource ), reinterpret_cast<VkSubresourceLayout *>( pLayout ) ); in getImageSubresourceLayout()
|
D | vulkansc_handles.hpp | 4707 …ageSubresource * pSubresource, VULKAN_HPP_NAMESPACE::SubresourceLayout * pLayout, Dispatch const &…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4004 …evice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout); 4389 VkSubresourceLayout* pLayout); 10569 …)(VkDevice device, const VkDeviceImageSubresourceInfoKHR* pInfo, VkSubresourceLayout2KHR* pLayout); 10570 …vice, VkImage image, const VkImageSubresource2KHR* pSubresource, VkSubresourceLayout2KHR* pLayout); 10588 VkSubresourceLayout2KHR* pLayout); 10594 VkSubresourceLayout2KHR* pLayout); 14200 …vice, VkImage image, const VkImageSubresource2KHR* pSubresource, VkSubresourceLayout2KHR* pLayout); 14224 VkSubresourceLayout2KHR* pLayout);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | resources.adoc | 3431 * pname:pLayout is a pointer to a slink:VkSubresourceLayout structure in 3652 * pname:pLayout is a pointer to a slink:VkSubresourceLayout2KHR structure 3769 * pname:pLayout is a pointer to a slink:VkSubresourceLayout2KHR structure
|