Home
last modified time | relevance | path

Searched refs:subresourceLayout (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_image_compression_control.adoc210 VkSubresourceLayout2EXT subresourceLayout = {};
211 subresourceLayout.pNext = &compressionProperties;
213 vkGetImageSubresourceLayout2EXT(device, image, &imageSubresource, &subresourceLayout);
DVK_KHR_maintenance5.adoc240 VkSubresourceLayout subresourceLayout;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.c180 *pLayout = layout.subresourceLayout; in vk_common_GetImageSubresourceLayout()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2985 …std::size_t operator()(VULKAN_HPP_NAMESPACE::SubresourceLayout const & subresourceLayout) const VU… in operator ()()
2988 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.offset ); in operator ()()
2989 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.size ); in operator ()()
2990 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.rowPitch ); in operator ()()
2991 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.arrayPitch ); in operator ()()
2992 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.depthPitch ); in operator ()()
Dvulkan_hash.hpp5208 …std::size_t operator()(VULKAN_HPP_NAMESPACE::SubresourceLayout const & subresourceLayout) const VU… in operator ()()
5211 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.offset ); in operator ()()
5212 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.size ); in operator ()()
5213 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.rowPitch ); in operator ()()
5214 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.arrayPitch ); in operator ()()
5215 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout.depthPitch ); in operator ()()
12963 VULKAN_HPP_HASH_COMBINE( seed, subresourceLayout2KHR.subresourceLayout ); in operator ()()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp6101 VkSubresourceLayout subresourceLayout; in on_vkGetLinearImageLayout2GOOGLE() local
6111 vk->vkGetImageSubresourceLayout(device, image, &subresource, &subresourceLayout); in on_vkGetLinearImageLayout2GOOGLE()
6114 VkDeviceSize offset = subresourceLayout.offset; in on_vkGetLinearImageLayout2GOOGLE()
6115 uint64_t rowPitch = subresourceLayout.rowPitch; in on_vkGetLinearImageLayout2GOOGLE()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp6688 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_tohost_VkSubresourceLayout2KHR()
6699 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_fromhost_VkSubresourceLayout2KHR()
Dgoldfish_vk_deepcopy_guest.cpp7192 deepcopy_VkSubresourceLayout(alloc, rootType, &from->subresourceLayout, in deepcopy_VkSubresourceLayout2KHR()
7193 (VkSubresourceLayout*)(&to->subresourceLayout)); in deepcopy_VkSubresourceLayout2KHR()
Dgoldfish_vk_counting_guest.cpp6253 (VkSubresourceLayout*)(&toCount->subresourceLayout), count); in count_VkSubresourceLayout2KHR()
Dgoldfish_vk_marshaling_guest.cpp11719 (VkSubresourceLayout*)(&forMarshaling->subresourceLayout)); in marshal_VkSubresourceLayout2KHR()
11731 (VkSubresourceLayout*)(&forUnmarshaling->subresourceLayout)); in unmarshal_VkSubresourceLayout2KHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp7902 vkStream, rootType, (VkSubresourceLayout*)(&forMarshaling->subresourceLayout), ptr); in reservedmarshal_VkSubresourceLayout2KHR()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp6890 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_tohost_VkSubresourceLayout2KHR()
6901 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_fromhost_VkSubresourceLayout2KHR()
Dgoldfish_vk_deepcopy.cpp7399 deepcopy_VkSubresourceLayout(alloc, rootType, &from->subresourceLayout, in deepcopy_VkSubresourceLayout2KHR()
7400 (VkSubresourceLayout*)(&to->subresourceLayout)); in deepcopy_VkSubresourceLayout2KHR()
Dgoldfish_vk_marshaling.cpp15039 (VkSubresourceLayout*)(&forMarshaling->subresourceLayout)); in marshal_VkSubresourceLayout2KHR()
15063 (VkSubresourceLayout*)(&forUnmarshaling->subresourceLayout)); in unmarshal_VkSubresourceLayout2KHR()
Dgoldfish_vk_reserved_marshaling.cpp11611 vkStream, rootType, (VkSubresourceLayout*)(&forUnmarshaling->subresourceLayout), ptr); in reservedunmarshal_VkSubresourceLayout2KHR()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc3662 members of slink:VkSubresourceLayout2KHR::pname:subresourceLayout will have
3728 * pname:subresourceLayout is a slink:VkSubresourceLayout structure.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10552 VkSubresourceLayout subresourceLayout; member