Searched refs:hostPtr (Results 1 – 2 of 2) sorted by relevance
265 void *hostPtr = HostAddressSpaceDevice::get()->getHostAddr(block->physAddr());266 block->mmap(static_cast<uint64_t>(reinterpret_cast<uintptr_t>(hostPtr)));279 void *hostPtr = HostAddressSpaceDevice::get()->getHostAddr(block->physAddr());280 block->mmap(static_cast<uint64_t>(reinterpret_cast<uintptr_t>(hostPtr)));
1967 auto hostPtr = resources->getMappedPointer(memory); in vkFlushMappedMemoryRanges() local1969 if (!hostPtr) { countingStream->write(&streamSize, sizeof(uint64_t)); continue; }; in vkFlushMappedMemoryRanges()1972 uint8_t* targetRange = hostPtr + offset; in vkFlushMappedMemoryRanges()1999 auto hostPtr = resources->getMappedPointer(memory); in vkFlushMappedMemoryRanges() local2001 if (!hostPtr) { stream->write(&streamSize, sizeof(uint64_t)); continue; }; in vkFlushMappedMemoryRanges()2004 uint8_t* targetRange = hostPtr + offset; in vkFlushMappedMemoryRanges()2092 auto hostPtr = resources->getMappedPointer(memory); in vkInvalidateMappedMemoryRanges() local2094 if (!hostPtr) { stream->read(&streamSize, sizeof(uint64_t)); continue; }; in vkInvalidateMappedMemoryRanges()2097 uint8_t* targetRange = hostPtr + offset; in vkInvalidateMappedMemoryRanges()