Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc391 MapResult mapped_device_buffer = MapBuffer(device, copy_device_buffer); in MapDeviceBufferToHostBuffer() local
395 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()