Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c298 copy_image_to_buffer(struct radv_cmd_buffer *cmd_buffer, in copy_image_to_buffer() function
434 copy_image_to_buffer(cmd_buffer, dst_buffer, src_image, in radv_CmdCopyImageToBuffer()
448 copy_image_to_buffer(cmd_buffer, dst_buffer, src_image, in radv_CmdCopyImageToBuffer2KHR()
/external/rust/crates/vulkano/src/command_buffer/
Dauto.rs912 pub fn copy_image_to_buffer<S, D, Px>( in copy_image_to_buffer() method
980 self.inner.copy_image_to_buffer(
Dsys.rs915 pub unsafe fn copy_image_to_buffer<S, D, R>( in copy_image_to_buffer() method
/external/rust/crates/vulkano/src/command_buffer/synced/
Dcommands.rs878 pub unsafe fn copy_image_to_buffer<S, D, R>( in copy_image_to_buffer() method
908 out.copy_image_to_buffer( in copy_image_to_buffer()