Searched refs:memory_ptr_ (Results 1 – 2 of 2) sorted by relevance
44 void* HostAccessibleMemoryPtr() const { return memory_ptr_; } in HostAccessibleMemoryPtr()61 void SetMemoryPtr(void* ptr) { memory_ptr_ = ptr; } in SetMemoryPtr()84 void* memory_ptr_ = nullptr; variable
158 &memory_ptr_) != VK_SUCCESS) { in MapMemory()