Searched refs:hostPtr (Results 1 – 3 of 3) sorted by relevance
30 uint8_t* hostPtr; member
1923 auto hostPtr = m_state->getMappedHostPointer(memory); in decode() local1924 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() local2020 if (!hostPtr) { in decode()2024 uint8_t* targetRange = hostPtr + offset; in decode()
3099 auto hostPtr = sResourceTracker->getMappedPointer(memory); in vkFlushMappedMemoryRanges() local3102 if (!hostPtr) { in vkFlushMappedMemoryRanges()3108 uint8_t* targetRange = hostPtr + offset; in vkFlushMappedMemoryRanges()3242 auto hostPtr = sResourceTracker->getMappedPointer(memory); in vkInvalidateMappedMemoryRanges() local3245 if (!hostPtr) { in vkInvalidateMappedMemoryRanges()3251 uint8_t* targetRange = hostPtr + offset; in vkInvalidateMappedMemoryRanges()