Searched refs:copy_image_to_buffer (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_copy.c | 298 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/ |
D | auto.rs | 912 pub fn copy_image_to_buffer<S, D, Px>( in copy_image_to_buffer() method 980 self.inner.copy_image_to_buffer(
|
D | sys.rs | 915 pub unsafe fn copy_image_to_buffer<S, D, R>( in copy_image_to_buffer() method
|
/external/rust/crates/vulkano/src/command_buffer/synced/ |
D | commands.rs | 878 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()
|