Searched refs:unmap (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/ |
D | address_space.h | 76 address_space_unmap_t unmap; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_map_memory2.adoc | 20 unmap entry points.
|
/hardware/google/gfxstream/guest/GoldfishAddressSpace/ |
D | GoldfishAddressSpaceStream.cpp | 120 .unmap = goldfish_address_space_unmap, in createGoldfishAddressSpaceStream()
|
D | AddressSpaceStream.cpp | 82 m_ops.unmap(m_context.to_host, sizeof(struct asg_ring_storage)); in ~AddressSpaceStream() 83 m_ops.unmap(m_context.buffer, m_writeBufferSize); in ~AddressSpaceStream()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_map_memory2.adoc | 61 in which unmap can fail. As long as that extension is not used,
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraUtils.h | 154 int unmap();
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraUtils.h | 162 int unmap();
|
D | ExternalCameraUtils.cpp | 250 unmap(); in ~V4L2Frame() 280 int V4L2Frame::unmap() { in unmap() function in android::hardware::camera::device::implementation::V4L2Frame
|
D | ExternalCameraDeviceSession.cpp | 1282 frame->unmap(); in enqueueV4l2Frame()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraUtils.cpp | 77 int V4L2Frame::unmap() { in unmap() function in android::hardware::camera::device::V3_4::implementation::V4L2Frame 91 unmap(); in ~V4L2Frame()
|
D | ExternalCameraDeviceSession.cpp | 2238 frame->unmap(); in enqueueV4l2Frame()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 3448 As described <<memory-device-unmap-does-not-flush, below>>, host writes are 3733 [[memory-device-unmap-does-not-flush]] 3842 To unmap a memory object once host access to it is no longer needed by the 3867 Alternatively, to unmap a memory object once host access to it is no longer 3874 structure describing parameters of the unmap. 3883 [open,refpage='VkMemoryUnmapInfoKHR',desc='Structure containing parameters of a memory unmap operat…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 242 …coding interface: copy from host on map, and copy to host (and host GPU pointer) on unmap or flush.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 10650 <<memory-device-unmap-does-not-flush, not been flushed before being
|