Searched refs:actualSize (Results 1 – 1 of 1) sorted by relevance
1968 auto actualSize = size == VK_WHOLE_SIZE ? resources->getMappedSize(memory) : size; in vkFlushMappedMemoryRanges() local1970 streamSize = actualSize; in vkFlushMappedMemoryRanges()1973 countingStream->write(targetRange, actualSize); in vkFlushMappedMemoryRanges()2000 auto actualSize = size == VK_WHOLE_SIZE ? resources->getMappedSize(memory) : size; in vkFlushMappedMemoryRanges() local2002 streamSize = actualSize; in vkFlushMappedMemoryRanges()2005 stream->write(targetRange, actualSize); in vkFlushMappedMemoryRanges()2093 auto actualSize = size == VK_WHOLE_SIZE ? resources->getMappedSize(memory) : size; in vkInvalidateMappedMemoryRanges() local2095 streamSize = actualSize; in vkInvalidateMappedMemoryRanges()2098 stream->read(targetRange, actualSize); in vkInvalidateMappedMemoryRanges()