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.cpp1921 auto hostPtr = resources->getMappedPointer(memory); in vkFlushMappedMemoryRanges() local
1923 if (!hostPtr) { countingStream->write(&streamSize, sizeof(uint64_t)); continue; }; in vkFlushMappedMemoryRanges()
1926 uint8_t* targetRange = hostPtr + offset; in vkFlushMappedMemoryRanges()
1953 auto hostPtr = resources->getMappedPointer(memory); in vkFlushMappedMemoryRanges() local
1955 if (!hostPtr) { stream->write(&streamSize, sizeof(uint64_t)); continue; }; in vkFlushMappedMemoryRanges()
1958 uint8_t* targetRange = hostPtr + offset; in vkFlushMappedMemoryRanges()
2049 auto hostPtr = resources->getMappedPointer(memory); in vkInvalidateMappedMemoryRanges() local
2051 if (!hostPtr) { stream->read(&streamSize, sizeof(uint64_t)); continue; }; in vkInvalidateMappedMemoryRanges()
2054 uint8_t* targetRange = hostPtr + offset; in vkInvalidateMappedMemoryRanges()