Home
last modified time | relevance | path

Searched defs:command_name (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dclear.rs213 let command_name = "clear_color_image"; in clear_color_image_unchecked() localVariable
446 let command_name = "clear_depth_stencil_image"; in clear_depth_stencil_image_unchecked() localVariable
577 let command_name = "fill_buffer"; in fill_buffer_unchecked() localVariable
721 let command_name = "update_buffer"; in update_buffer_unchecked() localVariable
Dcopy.rs267 let command_name = "copy_buffer"; in copy_buffer_unchecked() localVariable
1180 let command_name = "copy_image"; in copy_image_unchecked() localVariable
1811 let command_name = "copy_buffer_to_image"; in copy_buffer_to_image_unchecked() localVariable
2432 let command_name = "copy_image_to_buffer"; in copy_image_to_buffer_unchecked() localVariable
3193 let command_name = "blit_image"; in blit_image_unchecked() localVariable
3672 let command_name = "resolve_image"; in resolve_image_unchecked() localVariable
Dpipeline.rs130 let command_name = "dispatch"; localVariable
221 let command_name = "dispatch_indirect"; in dispatch_indirect_unchecked() localVariable
336 let command_name = "draw"; in draw_unchecked() localVariable
486 let command_name = "draw_indirect"; in draw_indirect_unchecked() localVariable
649 let command_name = "draw_indexed"; in draw_indexed_unchecked() localVariable
811 let command_name = "draw_indexed_indirect"; in draw_indexed_indirect_unchecked() localVariable
Drender_pass.rs453 let command_name = "begin_render_pass"; in begin_render_pass_unchecked() localVariable
593 let command_name = "next_subpass"; in next_subpass_unchecked() localVariable
743 let command_name = "end_render_pass"; in end_render_pass_unchecked() localVariable
1615 let command_name = "end_rendering"; in end_rendering_unchecked() localVariable
/aosp_15_r20/external/autotest/server/hosts/
H A Drpc_server_tracker.py41 def _setup_port(self, port, command_name, remote_pid=None): argument
86 def _setup_rpc(self, port, command_name, remote_pid=None): argument
111 def xmlrpc_connect(self, command, port, command_name=None, argument
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dclear.rs565 let command_name = "clear_color_image"; in clear_color_image() localVariable
637 let command_name = "clear_depth_stencil_image"; in clear_depth_stencil_image() localVariable
700 let command_name = "fill_buffer"; in fill_buffer() localVariable
762 let command_name = "update_buffer"; in update_buffer() localVariable
Dpipeline.rs1688 let command_name = "dispatch"; localVariable
1733 let command_name = "dispatch_indirect"; in dispatch_indirect() localVariable
1795 let command_name = "draw"; in draw() localVariable
1860 let command_name = "draw_indexed"; in draw_indexed() localVariable
1917 let command_name = "draw_indirect"; in draw_indirect() localVariable
1977 let command_name = "draw_indexed_indirect"; in draw_indexed_indirect() localVariable
Dcopy.rs2615 let command_name = "copy_buffer"; in copy_buffer() localVariable
2711 let command_name = "copy_image"; in copy_image() localVariable
2812 let command_name = "copy_buffer_to_image"; in copy_buffer_to_image() localVariable
2915 let command_name = "copy_image_to_buffer"; in copy_image_to_buffer() localVariable
3020 let command_name = "blit_image"; in blit_image() localVariable
3121 let command_name = "resolve_image"; in resolve_image() localVariable
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/prop_tgt/
DINTERFACE_COMPILE_FEATURES.rst7 .. |command_name| replace:: :command:`target_compile_features` substdef
DINTERFACE_LINK_OPTIONS.rst7 .. |command_name| replace:: :command:`target_link_options` substdef
DINTERFACE_LINK_DIRECTORIES.rst7 .. |command_name| replace:: :command:`target_link_directories` substdef
DINTERFACE_COMPILE_DEFINITIONS.rst5 .. |command_name| replace:: :command:`target_compile_definitions` substdef
DINTERFACE_COMPILE_OPTIONS.rst5 .. |command_name| replace:: :command:`target_compile_options` substdef
DINTERFACE_INCLUDE_DIRECTORIES.rst5 .. |command_name| replace:: :command:`target_include_directories` substdef
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_channel_transport.cc61 std::string command_name(command_name_raw.begin(), command_name_raw.end()); in OnCommandReady() local
Dtest_command_handler.cc39 #define SET_HANDLER(command_name, method) \ in TestCommandHandler() argument
/aosp_15_r20/external/autotest/utils/frozen_chromite/cli/
H A Dcommand.py90 def CommandDecorator(command_name): argument
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dmod.rs562 pub command_name: &'static str, field
570 pub command_name: &'static str, field
/aosp_15_r20/external/rust/android-crates-io/crates/clap_complete/src/shells/
Delvish.rs70 let command_name = if previous_command_name.is_empty() { in generate_inner() localVariable
Dpowershell.rs75 let command_name = if previous_command_name.is_empty() { in generate_inner() localVariable
/aosp_15_r20/external/googleapis/google/chat/v1/
H A Dannotation.proto122 string command_name = 3; field
/aosp_15_r20/external/autotest/client/cros/bluetooth/
H A Dhcitool.py186 def check_command_supported(self, command_name): argument
/aosp_15_r20/system/extras/simpleperf/
H A Dcommand.cpp286 std::string command_name = args[0]; in RunSimpleperfCmd() local
/aosp_15_r20/device/google/contexthub/util/nanotool/
Dnanotool.cpp63 static NanotoolCommand StrToCommand(const char *command_name) { in StrToCommand()
/aosp_15_r20/external/skia/gn/
H A Dgn_to_cmake.py120 def CurrentTargetShellCommand(out, command_name, values, lang): argument

12