Searched defs:copy_image (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | copy.rs | 204 pub fn copy_image(&mut self, copy_image_info: CopyImageInfo) -> Result<&mut Self, CopyError> { in copy_image() function 2683 pub unsafe fn copy_image( in copy_image() method 3280 pub unsafe fn copy_image(&mut self, copy_image_info: &CopyImageInfo) { in copy_image() method
|
/aosp_15_r20/external/autotest/server/cros/servo/ |
H A D | servo.py | 1486 def program_bios(self, image, rw_only=False, copy_image=True): argument 1508 def program_ec(self, image, rw_only=False, copy_image=True): argument
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/ |
H A D | radv_meta_copy.c | 409 copy_image(struct radv_cmd_buffer *cmd_buffer, struct radv_image *src_image, VkImageLayout src_imag… in copy_image() function
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_copyimage.c | 504 copy_image(struct pipe_context *pipe, in copy_image() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/ |
D | copy.rs | 344 pub unsafe fn copy_image( in copy_image() function
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_blorp.c | 286 copy_image(struct anv_cmd_buffer *cmd_buffer, in copy_image() function
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_blorp.c | 339 copy_image(struct anv_cmd_buffer *cmd_buffer, in copy_image() function
|