Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp1968 auto actualSize = size == VK_WHOLE_SIZE ? resources->getMappedSize(memory) : size; in vkFlushMappedMemoryRanges() local
1970 streamSize = actualSize; in vkFlushMappedMemoryRanges()
1973 countingStream->write(targetRange, actualSize); in vkFlushMappedMemoryRanges()
2000 auto actualSize = size == VK_WHOLE_SIZE ? resources->getMappedSize(memory) : size; in vkFlushMappedMemoryRanges() local
2002 streamSize = actualSize; in vkFlushMappedMemoryRanges()
2005 stream->write(targetRange, actualSize); in vkFlushMappedMemoryRanges()
2093 auto actualSize = size == VK_WHOLE_SIZE ? resources->getMappedSize(memory) : size; in vkInvalidateMappedMemoryRanges() local
2095 streamSize = actualSize; in vkInvalidateMappedMemoryRanges()
2098 stream->read(targetRange, actualSize); in vkInvalidateMappedMemoryRanges()