Home
last modified time | relevance | path

Searched refs:copySrcLayoutCount (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp13253 memcpy((uint32_t*)&forUnmarshaling->copySrcLayoutCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
13261 forUnmarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
13263 forUnmarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
13264 *ptr += forUnmarshaling->copySrcLayoutCount * sizeof(VkImageLayout); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_marshaling.cpp17156 vkStream->write((uint32_t*)&forMarshaling->copySrcLayoutCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
17162 forMarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
17198 vkStream->read((uint32_t*)&forUnmarshaling->copySrcLayoutCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
17203 forUnmarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
17205 forUnmarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_deepcopy.cpp8600 from->pCopySrcLayouts, from->copySrcLayoutCount * sizeof(VkImageLayout)); in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_structs.hpp62751 …: pNext( pNext_ ), copySrcLayoutCount( copySrcLayoutCount_ ), pCopySrcLayouts( pCopySrcLayouts_ ),…
62762 …: pNext( pNext_ ), copySrcLayoutCount( static_cast<uint32_t>( copySrcLayouts_.size() ) ), pCopySrc…
62785 copySrcLayoutCount = copySrcLayoutCount_; in setCopySrcLayoutCount()
62798 copySrcLayoutCount = static_cast<uint32_t>( copySrcLayouts_.size() ); in setCopySrcLayouts()
62857 …return std::tie( sType, pNext, copySrcLayoutCount, pCopySrcLayouts, copyDstLayoutCount, pCopyDstLa… in reflect()
62872 && ( copySrcLayoutCount == rhs.copySrcLayoutCount ) in operator ==()
62890 uint32_t copySrcLayoutCount = {}; member
Dvulkan_core.h14180 uint32_t copySrcLayoutCount; member
Dvulkan_hash.hpp8083 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceHostImageCopyPropertiesEXT.copySrcLayoutCount ); in operator ()()