Home
last modified time | relevance | path

Searched refs:CopyToHost (Results 1 – 9 of 9) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dtransfer_buffer.h47 void CopyToHost(CommandBuffer* command_buffer) override;
Dframe_buffer.cc163 img->CopyToHost(command); in TransferImagesToHost()
166 depth_stencil_image_->CopyToHost(command); in TransferImagesToHost()
Dresource.h42 virtual void CopyToHost(CommandBuffer* command_buffer) = 0;
Dtransfer_image.h57 void CopyToHost(CommandBuffer* command_buffer) override;
Dtransfer_buffer.cc95 void TransferBuffer::CopyToHost(CommandBuffer* command_buffer) { in CopyToHost() function in amber::vulkan::TransferBuffer
Dbuffer_backed_descriptor.cc70 r->CopyToHost(command); in RecordCopyDataToHost()
Dtransfer_image.cc252 void TransferImage::CopyToHost(CommandBuffer* command_buffer) { in CopyToHost() function in amber::vulkan::TransferImage
/external/tensorflow/tensorflow/core/util/
Dcuda_solvers.h450 HostLapackInfo CopyToHost(bool* success) const {
Dcuda_solvers.cc215 auto host_copy = dev_lapack_info.CopyToHost(&success); in CheckLapackInfoAndDeleteSolverAsync()