Home
last modified time | relevance | path

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

/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 ()()
Dvulkan_core.h10598 VkSubresourceLayout subresourceLayout; member
Dvulkan_structs.hpp99412 : pNext( pNext_ ), subresourceLayout( subresourceLayout_ )
99450 return std::tie( sType, pNext, subresourceLayout ); in reflect()
99465 && ( subresourceLayout == rhs.subresourceLayout ); in operator ==()
99478 VULKAN_HPP_NAMESPACE::SubresourceLayout subresourceLayout = {}; member
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp7402 VkSubresourceLayout subresourceLayout; in on_vkGetLinearImageLayout2GOOGLE() local
7412 vk->vkGetImageSubresourceLayout(device, image, &subresource, &subresourceLayout); in on_vkGetLinearImageLayout2GOOGLE()
7415 offset = subresourceLayout.offset; in on_vkGetLinearImageLayout2GOOGLE()
7416 uint64_t rowPitch = subresourceLayout.rowPitch; in on_vkGetLinearImageLayout2GOOGLE()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp6895 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_tohost_VkSubresourceLayout2KHR()
6906 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_fromhost_VkSubresourceLayout2KHR()
Dgoldfish_vk_deepcopy.cpp7428 deepcopy_VkSubresourceLayout(alloc, rootType, &from->subresourceLayout, in deepcopy_VkSubresourceLayout2KHR()
7429 (VkSubresourceLayout*)(&to->subresourceLayout)); in deepcopy_VkSubresourceLayout2KHR()
Dgoldfish_vk_marshaling.cpp15134 (VkSubresourceLayout*)(&forMarshaling->subresourceLayout)); in marshal_VkSubresourceLayout2KHR()
15158 (VkSubresourceLayout*)(&forUnmarshaling->subresourceLayout)); in unmarshal_VkSubresourceLayout2KHR()
Dgoldfish_vk_reserved_marshaling.cpp11684 vkStream, rootType, (VkSubresourceLayout*)(&forUnmarshaling->subresourceLayout), ptr); in reservedunmarshal_VkSubresourceLayout2KHR()