Home
last modified time | relevance | path

Searched refs:unmap (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
Daddress_space.h76 address_space_unmap_t unmap; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_map_memory2.adoc20 unmap entry points.
/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DGoldfishAddressSpaceStream.cpp120 .unmap = goldfish_address_space_unmap, in createGoldfishAddressSpaceStream()
DAddressSpaceStream.cpp82 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/
DVK_KHR_map_memory2.adoc61 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/
DExternalCameraUtils.h154 int unmap();
/hardware/interfaces/camera/device/default/
DExternalCameraUtils.h162 int unmap();
DExternalCameraUtils.cpp250 unmap(); in ~V4L2Frame()
280 int V4L2Frame::unmap() { in unmap() function in android::hardware::camera::device::implementation::V4L2Frame
DExternalCameraDeviceSession.cpp1282 frame->unmap(); in enqueueV4l2Frame()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp77 int V4L2Frame::unmap() { in unmap() function in android::hardware::camera::device::V3_4::implementation::V4L2Frame
91 unmap(); in ~V4L2Frame()
DExternalCameraDeviceSession.cpp2238 frame->unmap(); in enqueueV4l2Frame()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc3448 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/
Dgles2.in242 …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/
DChangeLog.adoc10650 <<memory-device-unmap-does-not-flush, not been flushed before being