Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space_host.impl265 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)));
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp1967 auto hostPtr = resources->getMappedPointer(memory); in vkFlushMappedMemoryRanges() local
1969 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() local
2001 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() local
2094 if (!hostPtr) { stream->read(&streamSize, sizeof(uint64_t)); continue; }; in vkInvalidateMappedMemoryRanges()
2097 uint8_t* targetRange = hostPtr + offset; in vkInvalidateMappedMemoryRanges()