Home
last modified time | relevance | path

Searched refs:pLayout (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_host_image_copy.adoc37 retrieved by chaining slink:VkSubresourceHostMemcpySizeEXT to pname:pLayout
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c164 VkSubresourceLayout *pLayout) in vk_common_GetImageSubresourceLayout() argument
180 *pLayout = layout.subresourceLayout; in vk_common_GetImageSubresourceLayout()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc200 VkSubresourceLayout2EXT* pLayout);
203 …_IMAGE_COPY_MEMCPY_EXT` can be retrieved by chaining `VkSubresourceHostMemcpySizeEXT` to `pLayout`:
DVK_KHR_maintenance5.adoc256 VkSubresourceLayout2KHR* pLayout);
262 VkSubresourceLayout2KHR* pLayout);
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h190 VkSubresourceLayout* pLayout, uint32_t doLock);
877 VkSubresourceLayout2KHR* pLayout, uint32_t doLock);
880 VkSubresourceLayout2KHR* pLayout, uint32_t doLock);
1012 VkSubresourceLayout2KHR* pLayout, uint32_t doLock);
Dfunc_table.cpp733 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()
DResourceTracker.h214 VkSubresourceLayout* pLayout);
DVkEncoder.cpp6772 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 …]
DResourceTracker.cpp5184 VkSubresourceLayout* pLayout) { in on_vkGetImageSubresourceLayout() argument
5195 enc->vkGetImageSubresourceLayout(device, targetImage, pSubresource, pLayout, in on_vkGetImageSubresourceLayout()
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp3897 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 …]
DVkDecoderSnapshot.h269 VkSubresourceLayout* pLayout);
1258 VkSubresourceLayout2KHR* pLayout);
1263 VkSubresourceLayout2KHR* pLayout);
1468 VkSubresourceLayout2KHR* pLayout);
DVkDecoderSnapshot.cpp518 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/
Dvulkan.hpp1349 …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()
Dvulkan_core.h4036 …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);
Dvulkansc.hpp1318 …ge image, const VkImageSubresource * pSubresource, VkSubresourceLayout * pLayout ) const VULKAN_HP… in vkGetImageSubresourceLayout()
1320 return ::vkGetImageSubresourceLayout( device, image, pSubresource, pLayout ); in vkGetImageSubresourceLayout()
Dvulkan_funcs.hpp1929 …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()
Dvulkan_handles.hpp8226 …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 &…
Dvulkansc_funcs.hpp1702 …ageSubresource * pSubresource, VULKAN_HPP_NAMESPACE::SubresourceLayout * pLayout, Dispatch const &… in getImageSubresourceLayout() argument
1705 …<const VkImageSubresource *>( pSubresource ), reinterpret_cast<VkSubresourceLayout *>( pLayout ) ); in getImageSubresourceLayout()
Dvulkansc_handles.hpp4707 …ageSubresource * pSubresource, VULKAN_HPP_NAMESPACE::SubresourceLayout * pLayout, Dispatch const &…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4004 …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/
Dresources.adoc3431 * 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