Home
last modified time | relevance | path

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

/hardware/google/aemu/snapshot/include/snapshot/
Dcommon.h30 uint8_t* hostPtr; member
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp1923 auto hostPtr = m_state->getMappedHostPointer(memory); in decode() local
1924 if (!hostPtr && readStream > 0) in decode()
1926 if (!hostPtr) continue; in decode()
1935 uint8_t* targetRange = hostPtr + offset; in decode()
2016 auto hostPtr = m_state->getMappedHostPointer(memory); in decode() local
2020 if (!hostPtr) { in decode()
2024 uint8_t* targetRange = hostPtr + offset; in decode()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.cpp3099 auto hostPtr = sResourceTracker->getMappedPointer(memory); in vkFlushMappedMemoryRanges() local
3102 if (!hostPtr) { in vkFlushMappedMemoryRanges()
3108 uint8_t* targetRange = hostPtr + offset; in vkFlushMappedMemoryRanges()
3242 auto hostPtr = sResourceTracker->getMappedPointer(memory); in vkInvalidateMappedMemoryRanges() local
3245 if (!hostPtr) { in vkInvalidateMappedMemoryRanges()
3251 uint8_t* targetRange = hostPtr + offset; in vkInvalidateMappedMemoryRanges()