Home
last modified time | relevance | path

Searched refs:next_command_index (Results 1 – 11 of 11) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Ddynamic_state.rs95 self.next_command_index += 1;
199 self.next_command_index += 1; in set_color_write_enable_unchecked()
270 self.next_command_index += 1; in set_cull_mode_unchecked()
345 self.next_command_index += 1; in set_depth_bias_unchecked()
414 self.next_command_index += 1; in set_depth_bias_enable_unchecked()
477 self.next_command_index += 1; in set_depth_bounds_unchecked()
549 self.next_command_index += 1; in set_depth_bounds_test_enable_unchecked()
625 self.next_command_index += 1; in set_depth_compare_op_unchecked()
695 self.next_command_index += 1; in set_depth_test_enable_unchecked()
763 self.next_command_index += 1; in set_depth_write_enable_unchecked()
[all …]
Dclear.rs212 let command_index = self.next_command_index; in clear_color_image_unchecked()
238 self.next_command_index += 1; in clear_color_image_unchecked()
445 let command_index = self.next_command_index; in clear_depth_stencil_image_unchecked()
471 self.next_command_index += 1; in clear_depth_stencil_image_unchecked()
576 let command_index = self.next_command_index; in fill_buffer_unchecked()
594 self.next_command_index += 1; in fill_buffer_unchecked()
720 let command_index = self.next_command_index; in update_buffer_unchecked()
739 self.next_command_index += 1; in update_buffer_unchecked()
Ddebug.rs87 self.next_command_index += 1; in begin_debug_utils_label_unchecked()
145 self.next_command_index += 1; in end_debug_utils_label_unchecked()
213 self.next_command_index += 1; in insert_debug_utils_label_unchecked()
Dbind_push.rs263 self.next_command_index += 1; in bind_descriptor_sets_unchecked()
347 self.next_command_index += 1; in bind_index_buffer_unchecked()
398 self.next_command_index += 1; in bind_pipeline_compute_unchecked()
500 self.next_command_index += 1; in bind_pipeline_graphics_unchecked()
615 self.next_command_index += 1; in bind_vertex_buffers_unchecked()
743 self.next_command_index += 1; in push_constants_unchecked()
933 self.next_command_index += 1; in push_descriptor_set_unchecked()
Dquery.rs172 self.next_command_index += 1; in begin_query_unchecked()
246 self.next_command_index += 1; in end_query_unchecked()
502 self.next_command_index += 1; in write_timestamp_unchecked()
648 let command_index = self.next_command_index; in copy_query_pool_results_unchecked()
667 self.next_command_index += 1; in copy_query_pool_results_unchecked()
749 self.next_command_index += 1; in reset_query_pool_unchecked()
Dpipeline.rs129 let command_index = self.next_command_index;
145 self.next_command_index += 1;
220 let command_index = self.next_command_index; in dispatch_indirect_unchecked()
244 self.next_command_index += 1; in dispatch_indirect_unchecked()
335 let command_index = self.next_command_index; in draw_unchecked()
372 self.next_command_index += 1; in draw_unchecked()
485 let command_index = self.next_command_index; in draw_indirect_unchecked()
530 self.next_command_index += 1; in draw_indirect_unchecked()
648 let command_index = self.next_command_index; in draw_indexed_unchecked()
691 self.next_command_index += 1; in draw_indexed_unchecked()
[all …]
Drender_pass.rs452 let command_index = self.next_command_index; in begin_render_pass_unchecked()
493 self.next_command_index += 1; in begin_render_pass_unchecked()
592 let command_index = self.next_command_index; in next_subpass_unchecked()
649 self.next_command_index += 1; in next_subpass_unchecked()
742 let command_index = self.next_command_index; in end_render_pass_unchecked()
766 self.next_command_index += 1; in end_render_pass_unchecked()
1552 self.next_command_index += 1; in begin_rendering_unchecked()
1614 let command_index = self.next_command_index; in end_rendering_unchecked()
1633 self.next_command_index += 1; in end_rendering_unchecked()
1884 self.next_command_index += 1; in clear_attachments_unchecked()
Dsecondary.rs383 let _command_index = self.next_command_index; in execute_commands_unchecked()
390 self.next_command_index += 1; in execute_commands_unchecked()
Dcopy.rs266 let command_index = self.next_command_index; in copy_buffer_unchecked()
313 self.next_command_index += 1; in copy_buffer_unchecked()
1179 let command_index = self.next_command_index; in copy_image_unchecked()
1234 self.next_command_index += 1; in copy_image_unchecked()
1810 let command_index = self.next_command_index; in copy_buffer_to_image_unchecked()
1865 self.next_command_index += 1; in copy_buffer_to_image_unchecked()
2431 let command_index = self.next_command_index; in copy_image_to_buffer_unchecked()
2486 self.next_command_index += 1; in copy_image_to_buffer_unchecked()
3192 let command_index = self.next_command_index; in blit_image_unchecked()
3246 self.next_command_index += 1; in blit_image_unchecked()
[all …]
Dsync.rs1344 let command_index = self.next_command_index; in pipeline_barrier_unchecked()
1364 self.next_command_index += 1; in pipeline_barrier_unchecked()
2495 self.next_command_index += 1; in set_event_unchecked()
3818 self.next_command_index += 1; in wait_events_unchecked()
4070 self.next_command_index += 1; in reset_event_unchecked()
Dmod.rs93 next_command_index: usize, field
575 next_command_index: 0, in begin_unchecked()