Searched refs:commandPoolMemoryConsumption (Results 1 – 3 of 3) sorted by relevance
252 , commandPoolMemoryConsumption(commandPoolMemoryConsumption_) in VulkanDataTransmittedFromMainToSubprocess()259 std::vector<VulkanCommandMemoryConsumption> commandPoolMemoryConsumption; member265 …archive.Serialize(pipelineCacheInput, memoryReservation, commandPoolMemoryConsumption, pipelineSiz… in Serialize()
1051 …()(VULKAN_HPP_NAMESPACE::CommandPoolMemoryConsumption const & commandPoolMemoryConsumption) const … in operator ()()1054 VULKAN_HPP_HASH_COMBINE( seed, commandPoolMemoryConsumption.sType ); in operator ()()1055 VULKAN_HPP_HASH_COMBINE( seed, commandPoolMemoryConsumption.pNext ); in operator ()()1056 VULKAN_HPP_HASH_COMBINE( seed, commandPoolMemoryConsumption.commandPoolAllocated ); in operator ()()1057 VULKAN_HPP_HASH_COMBINE( seed, commandPoolMemoryConsumption.commandPoolReservedSize ); in operator ()()1058 VULKAN_HPP_HASH_COMBINE( seed, commandPoolMemoryConsumption.commandBufferAllocated ); in operator ()()
280 m_commandPoolMemoryConsumption = vdtfmtsp.commandPoolMemoryConsumption; in importData()