Home
last modified time | relevance | path

Searched defs:command_index (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dclear.rs212 let command_index = self.next_command_index; in clear_color_image_unchecked() localVariable
445 let command_index = self.next_command_index; in clear_depth_stencil_image_unchecked() localVariable
576 let command_index = self.next_command_index; in fill_buffer_unchecked() localVariable
720 let command_index = self.next_command_index; in update_buffer_unchecked() localVariable
Dcopy.rs266 let command_index = self.next_command_index; in copy_buffer_unchecked() localVariable
1179 let command_index = self.next_command_index; in copy_image_unchecked() localVariable
1810 let command_index = self.next_command_index; in copy_buffer_to_image_unchecked() localVariable
2431 let command_index = self.next_command_index; in copy_image_to_buffer_unchecked() localVariable
3192 let command_index = self.next_command_index; in blit_image_unchecked() localVariable
3671 let command_index = self.next_command_index; in resolve_image_unchecked() localVariable
Dpipeline.rs129 let command_index = self.next_command_index; localVariable
220 let command_index = self.next_command_index; in dispatch_indirect_unchecked() localVariable
335 let command_index = self.next_command_index; in draw_unchecked() localVariable
485 let command_index = self.next_command_index; in draw_indirect_unchecked() localVariable
648 let command_index = self.next_command_index; in draw_indexed_unchecked() localVariable
810 let command_index = self.next_command_index; in draw_indexed_indirect_unchecked() localVariable
Drender_pass.rs452 let command_index = self.next_command_index; in begin_render_pass_unchecked() localVariable
592 let command_index = self.next_command_index; in next_subpass_unchecked() localVariable
742 let command_index = self.next_command_index; in end_render_pass_unchecked() localVariable
1614 let command_index = self.next_command_index; in end_rendering_unchecked() localVariable
Dquery.rs648 let command_index = self.next_command_index; in copy_query_pool_results_unchecked() localVariable
Dsync.rs1344 let command_index = self.next_command_index; in pipeline_barrier_unchecked() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dclear.rs564 let command_index = self.commands.len(); in clear_color_image() localVariable
636 let command_index = self.commands.len(); in clear_depth_stencil_image() localVariable
699 let command_index = self.commands.len(); in fill_buffer() localVariable
761 let command_index = self.commands.len(); in update_buffer() localVariable
Dpipeline.rs1687 let command_index = self.commands.len(); localVariable
1732 let command_index = self.commands.len(); in dispatch_indirect() localVariable
1794 let command_index = self.commands.len(); in draw() localVariable
1859 let command_index = self.commands.len(); in draw_indexed() localVariable
1916 let command_index = self.commands.len(); in draw_indirect() localVariable
1976 let command_index = self.commands.len(); in draw_indexed_indirect() localVariable
Dcopy.rs2614 let command_index = self.commands.len(); in copy_buffer() localVariable
2710 let command_index = self.commands.len(); in copy_image() localVariable
2811 let command_index = self.commands.len(); in copy_buffer_to_image() localVariable
2914 let command_index = self.commands.len(); in copy_image_to_buffer() localVariable
3019 let command_index = self.commands.len(); in blit_image() localVariable
3120 let command_index = self.commands.len(); in resolve_image() localVariable
Drender_pass.rs1494 let command_index = self.commands.len(); in begin_render_pass() localVariable
1620 let command_index = self.commands.len(); in begin_rendering() localVariable
Dsecondary.rs458 let command_index = self.builder.commands.len(); in submit() localVariable
Dquery.rs743 let command_index = self.commands.len(); in copy_query_pool_results() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dmod.rs561 pub command_index: usize, field
569 pub command_index: usize, field
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dblockimg.cpp143 static bool UpdateLastCommandIndex(size_t command_index, const std::string& command_string) { in UpdateLastCommandIndex()