Searched refs:command_buffer_builder (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/ |
H A D | external_image.rs | 123 command_buffer_builder: &mut UnsafeCommandBufferBuilder, in acquire() 150 unsafe { command_buffer_builder.pipeline_barrier(&dep_info) }; in acquire() 179 command_buffer_builder: &mut UnsafeCommandBufferBuilder, in release() 206 unsafe { command_buffer_builder.pipeline_barrier(&dep_info) }; in release()
|
H A D | post_worker.rs | 250 let mut command_buffer_builder = unsafe { in record_and_submit_post_command() localVariable 266 &mut command_buffer_builder, in record_and_submit_post_command() 359 command_buffer_builder.pipeline_barrier(&DependencyInfo { in record_and_submit_post_command() 369 command_buffer_builder.blit_image(&BlitImageInfo::images( in record_and_submit_post_command() 445 command_buffer_builder.pipeline_barrier(&DependencyInfo { in record_and_submit_post_command() 454 &mut command_buffer_builder, in record_and_submit_post_command() 473 let command_buffer = command_buffer_builder in record_and_submit_post_command()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/ |
D | immutable.rs | 187 command_buffer_builder: &mut AutoCommandBufferBuilder<L, A>, in from_iter() 220 command_buffer_builder, in from_iter() 239 command_buffer_builder: &mut AutoCommandBufferBuilder<L, A>, in from_buffer() 287 command_buffer_builder in from_buffer() 296 command_buffer_builder, in from_buffer()
|