Searched refs:streamSize (Results 1 – 1 of 1) sorted by relevance
1965 uint64_t streamSize = 0; in vkFlushMappedMemoryRanges() local1966 if (!memory) { countingStream->write(&streamSize, sizeof(uint64_t)); continue; }; in vkFlushMappedMemoryRanges()1969 if (!hostPtr) { countingStream->write(&streamSize, sizeof(uint64_t)); continue; }; in vkFlushMappedMemoryRanges()1970 streamSize = actualSize; in vkFlushMappedMemoryRanges()1971 countingStream->write(&streamSize, sizeof(uint64_t)); in vkFlushMappedMemoryRanges()1997 uint64_t streamSize = 0; in vkFlushMappedMemoryRanges() local1998 if (!memory) { stream->write(&streamSize, sizeof(uint64_t)); continue; }; in vkFlushMappedMemoryRanges()2001 if (!hostPtr) { stream->write(&streamSize, sizeof(uint64_t)); continue; }; in vkFlushMappedMemoryRanges()2002 streamSize = actualSize; in vkFlushMappedMemoryRanges()2003 stream->write(&streamSize, sizeof(uint64_t)); in vkFlushMappedMemoryRanges()[all …]