Searched refs:mapped_device_buffer (Results 1 – 1 of 1) sorted by relevance
391 MapResult mapped_device_buffer = MapBuffer(device, copy_device_buffer); in MapDeviceBufferToHostBuffer() local395 static_cast<const uint8_t*>(mapped_device_buffer.data), in MapDeviceBufferToHostBuffer()399 if (!mapped_device_buffer.result.IsSuccess()) in MapDeviceBufferToHostBuffer()400 return mapped_device_buffer.result; in MapDeviceBufferToHostBuffer()