/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_image_compression_control.adoc | 210 VkSubresourceLayout2EXT subresourceLayout = {}; 211 subresourceLayout.pNext = &compressionProperties; 213 vkGetImageSubresourceLayout2EXT(device, image, &imageSubresource, &subresourceLayout);
|
D | VK_KHR_maintenance5.adoc | 240 VkSubresourceLayout subresourceLayout;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_image.c | 180 *pLayout = layout.subresourceLayout; in vk_common_GetImageSubresourceLayout()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 2985 …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 ()()
|
D | vulkan_hash.hpp | 5208 …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/ |
D | VkDecoderGlobalState.cpp | 6101 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/ |
D | goldfish_vk_transform_guest.cpp | 6688 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_tohost_VkSubresourceLayout2KHR() 6699 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_fromhost_VkSubresourceLayout2KHR()
|
D | goldfish_vk_deepcopy_guest.cpp | 7192 deepcopy_VkSubresourceLayout(alloc, rootType, &from->subresourceLayout, in deepcopy_VkSubresourceLayout2KHR() 7193 (VkSubresourceLayout*)(&to->subresourceLayout)); in deepcopy_VkSubresourceLayout2KHR()
|
D | goldfish_vk_counting_guest.cpp | 6253 (VkSubresourceLayout*)(&toCount->subresourceLayout), count); in count_VkSubresourceLayout2KHR()
|
D | goldfish_vk_marshaling_guest.cpp | 11719 (VkSubresourceLayout*)(&forMarshaling->subresourceLayout)); in marshal_VkSubresourceLayout2KHR() 11731 (VkSubresourceLayout*)(&forUnmarshaling->subresourceLayout)); in unmarshal_VkSubresourceLayout2KHR()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 7902 vkStream, rootType, (VkSubresourceLayout*)(&forMarshaling->subresourceLayout), ptr); in reservedmarshal_VkSubresourceLayout2KHR()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 6890 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_tohost_VkSubresourceLayout2KHR() 6901 (VkSubresourceLayout*)(&toTransform->subresourceLayout)); in transform_fromhost_VkSubresourceLayout2KHR()
|
D | goldfish_vk_deepcopy.cpp | 7399 deepcopy_VkSubresourceLayout(alloc, rootType, &from->subresourceLayout, in deepcopy_VkSubresourceLayout2KHR() 7400 (VkSubresourceLayout*)(&to->subresourceLayout)); in deepcopy_VkSubresourceLayout2KHR()
|
D | goldfish_vk_marshaling.cpp | 15039 (VkSubresourceLayout*)(&forMarshaling->subresourceLayout)); in marshal_VkSubresourceLayout2KHR() 15063 (VkSubresourceLayout*)(&forUnmarshaling->subresourceLayout)); in unmarshal_VkSubresourceLayout2KHR()
|
D | goldfish_vk_reserved_marshaling.cpp | 11611 vkStream, rootType, (VkSubresourceLayout*)(&forUnmarshaling->subresourceLayout), ptr); in reservedunmarshal_VkSubresourceLayout2KHR()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | resources.adoc | 3662 members of slink:VkSubresourceLayout2KHR::pname:subresourceLayout will have 3728 * pname:subresourceLayout is a slink:VkSubresourceLayout structure.
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 10552 VkSubresourceLayout subresourceLayout; member
|