/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 40 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd) in dump_SVGA3dVertexDecl() 186 dump_SVGA3dTextureState(const SVGA3dTextureState *cmd) in dump_SVGA3dTextureState() 292 dump_SVGA3dViewport(const SVGA3dViewport *cmd) in dump_SVGA3dViewport() 303 dump_SVGA3dSamplerId(const SVGA3dSamplerId *cmd) in dump_SVGA3dSamplerId() 309 dump_SVGA3dSoTarget(const SVGA3dSoTarget *cmd) in dump_SVGA3dSoTarget() 316 dump_SVGA3dInputElementDesc(const SVGA3dInputElementDesc *cmd) in dump_SVGA3dInputElementDesc() 327 dump_SVGA3dVertexBuffer(const SVGA3dVertexBuffer *cmd) in dump_SVGA3dVertexBuffer() 335 dump_SVGA3dCopyBox(const SVGA3dCopyBox *cmd) in dump_SVGA3dCopyBox() 355 dump_SVGA3dCmdSetClipPlane(const SVGA3dCmdSetClipPlane *cmd) in dump_SVGA3dCmdSetClipPlane() 366 dump_SVGA3dCmdWaitForQuery(const SVGA3dCmdWaitForQuery *cmd) in dump_SVGA3dCmdWaitForQuery() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/rs/rs_generated_sources/gen/gensrcs/frameworks/rs/ |
D | rsgApiReplay.cpp | 33 const RS_CMD_ContextSendMessage *cmd = static_cast<const RS_CMD_ContextSendMessage *>(vp); in rsp_ContextSendMessage() local 50 …const RS_CMD_AllocationSetupBufferQueue *cmd = static_cast<const RS_CMD_AllocationSetupBufferQueue… in rsp_AllocationSetupBufferQueue() local 58 …const RS_CMD_AllocationShareBufferQueue *cmd = static_cast<const RS_CMD_AllocationShareBufferQueue… in rsp_AllocationShareBufferQueue() local 66 const RS_CMD_AllocationGetSurface *cmd = static_cast<const RS_CMD_AllocationGetSurface *>(vp); in rsp_AllocationGetSurface() local 74 const RS_CMD_AllocationSetSurface *cmd = static_cast<const RS_CMD_AllocationSetSurface *>(vp); in rsp_AllocationSetSurface() local 82 …const RS_CMD_AllocationAdapterOffset *cmd = static_cast<const RS_CMD_AllocationAdapterOffset *>(vp… in rsp_AllocationAdapterOffset() local 99 const RS_CMD_ContextFinish *cmd = static_cast<const RS_CMD_ContextFinish *>(vp); in rsp_ContextFinish() local 105 const RS_CMD_ContextDump *cmd = static_cast<const RS_CMD_ContextDump *>(vp); in rsp_ContextDump() local 111 const RS_CMD_ContextSetPriority *cmd = static_cast<const RS_CMD_ContextSetPriority *>(vp); in rsp_ContextSetPriority() local 117 const RS_CMD_ContextDestroyWorker *cmd = static_cast<const RS_CMD_ContextDestroyWorker *>(vp); in rsp_ContextDestroyWorker() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/csv/tests/ |
D | tests.rs | 26 let mut cmd = cmd_for_example("cookbook-read-basic"); in cookbook_read_basic() localVariable 33 let mut cmd = cmd_for_example("cookbook-read-serde"); in cookbook_read_serde() localVariable 40 let mut cmd = cmd_for_example("cookbook-read-colon"); in cookbook_read_colon() localVariable 47 let mut cmd = cmd_for_example("cookbook-read-no-headers"); in cookbook_read_no_headers() localVariable 54 let mut cmd = cmd_for_example("cookbook-write-basic"); in cookbook_write_basic() localVariable 61 let mut cmd = cmd_for_example("cookbook-write-serde"); in cookbook_write_serde() localVariable 68 let mut cmd = cmd_for_example("tutorial-setup-01"); in tutorial_setup_01() localVariable 75 let mut cmd = cmd_for_example("tutorial-error-01"); in tutorial_error_01() localVariable 87 let mut cmd = cmd_for_example("tutorial-error-01"); in tutorial_error_01_errored() localVariable 94 let mut cmd = cmd_for_example("tutorial-error-02"); in tutorial_error_02() localVariable [all …]
|
/aosp_15_r20/external/vboot_reference/utility/ |
H A D | tlcl_generator.c | 54 static void AddVisibleField(Command* cmd, const char* name, int offset) { in AddVisibleField() 69 static void AddInitializedField(Command* cmd, int offset, in AddInitializedField() 84 Command* cmd = (Command*) calloc(1, sizeof(Command)); in newCommandWithTag() local 121 Command* cmd = newCommand(TPM_ORD_NV_DefineSpace, size); in BuildDefineSpaceCommand() local 146 Command* cmd = newCommand(TPM_ORD_NV_WriteValue, 0); in BuildWriteCommand() local 157 Command* cmd = newCommand(TPM_ORD_NV_ReadValue, size); in BuildReadCommand() local 166 Command* cmd = newCommand(TPM_ORD_PcrRead, size); in BuildPCRReadCommand() local 174 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); in BuildPPAssertCommand() local 184 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); in BuildPPEnableCommand() local 194 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); in BuildFinalizePPCommand() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd.c | 91 uint32 cmd, // IN in SVGA3D_FIFOReserve() 150 SVGA3dCmdDefineContext *cmd; in SVGA3D_DefineContext() local 184 SVGA3dCmdDestroyContext *cmd; in SVGA3D_DestroyContext() local 264 SVGA3dCmdDefineSurface *cmd; in SVGA3D_BeginDefineSurface() local 352 SVGA3dCmdDestroySurface *cmd; in SVGA3D_DestroySurface() local 418 SVGA3dCmdSurfaceDMA *cmd; in SVGA3D_SurfaceDMA() local 480 SVGA3dCmdSurfaceDMA *cmd; in SVGA3D_BufferDMA() local 574 SVGA3dCmdSetRenderTarget *cmd; in SVGA3D_SetRenderTarget() local 625 SVGA3dCmdDefineShader *cmd; in SVGA3D_DefineShader() local 669 SVGA3dCmdDestroyShader *cmd; in SVGA3D_DestroyShader() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 618 static void handle_compute_pipeline(struct vk_cmd_queue_entry *cmd, in handle_compute_pipeline() 626 static void handle_ray_tracing_pipeline(struct vk_cmd_queue_entry *cmd, in handle_ray_tracing_pipeline() 1120 static void handle_pipeline(struct vk_cmd_queue_entry *cmd, in handle_pipeline() 1138 handle_graphics_pipeline_group(struct vk_cmd_queue_entry *cmd, struct rendering_state *state) in handle_graphics_pipeline_group() 1148 static void handle_vertex_buffers2(struct vk_cmd_queue_entry *cmd, in handle_vertex_buffers2() 1327 handle_descriptor_sets_cmd(struct vk_cmd_queue_entry *cmd, struct rendering_state *state) in handle_descriptor_sets_cmd() 1807 handle_begin_rendering(struct vk_cmd_queue_entry *cmd, in handle_begin_rendering() 1903 static void handle_end_rendering(struct vk_cmd_queue_entry *cmd, in handle_end_rendering() 1960 handle_rendering_attachment_locations(struct vk_cmd_queue_entry *cmd, struct rendering_state *state) in handle_rendering_attachment_locations() 1975 handle_rendering_input_attachment_indices(struct vk_cmd_queue_entry *cmd, struct rendering_state *s… in handle_rendering_input_attachment_indices() [all …]
|
/aosp_15_r20/external/iptables/iptables/ |
H A D | nft-cmd.c | 28 struct nft_cmd *cmd; in nft_cmd_new() local 57 void nft_cmd_free(struct nft_cmd *cmd) in nft_cmd_free() 79 static void nft_cmd_rule_bridge(struct nft_handle *h, const struct nft_cmd *cmd) in nft_cmd_rule_bridge() 101 struct nft_cmd *cmd; in nft_cmd_rule_append() local 117 struct nft_cmd *cmd; in nft_cmd_rule_insert() local 138 struct nft_cmd *cmd; in nft_cmd_rule_delete() local 153 struct nft_cmd *cmd; in nft_cmd_rule_delete_num() local 168 struct nft_cmd *cmd; in nft_cmd_rule_flush() local 188 struct nft_cmd *cmd; in nft_cmd_chain_zero_counters() local 203 struct nft_cmd *cmd; in nft_cmd_chain_user_add() local [all …]
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cmd_buffer.cc | 27 tu_clone_trace_range(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu_clone_trace_range() 39 tu_clone_trace(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu_clone_trace() 48 tu_emit_raw_event_write(struct tu_cmd_buffer *cmd, in tu_emit_raw_event_write() 73 tu_emit_event_write(struct tu_cmd_buffer *cmd, in tu_emit_event_write() 90 tu6_lazy_emit_tessfactor_addr(struct tu_cmd_buffer *cmd) in tu6_lazy_emit_tessfactor_addr() 103 tu6_lazy_emit_vsc(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu6_lazy_emit_vsc() 377 tu6_emit_zs(struct tu_cmd_buffer *cmd, in tu6_emit_zs() 444 tu6_emit_mrt(struct tu_cmd_buffer *cmd, in tu6_emit_mrt() 585 tu6_emit_render_cntl<A6XX>(struct tu_cmd_buffer *cmd, in tu6_emit_render_cntl() 645 tu6_emit_render_cntl<A7XX>(struct tu_cmd_buffer *cmd, in tu6_emit_render_cntl() [all …]
|
H A D | tu_lrz.cc | 56 tu_lrz_disable_reason(struct tu_cmd_buffer *cmd, const char *reason) { in tu_lrz_disable_reason() 95 tu6_write_lrz_reg(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu6_write_lrz_reg() 111 tu6_write_lrz_cntl(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu6_write_lrz_cntl() 132 tu6_disable_lrz_via_depth_view(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu6_disable_lrz_via_depth_view() 151 tu_lrz_init_state(struct tu_cmd_buffer *cmd, in tu_lrz_init_state() 196 tu_lrz_init_secondary(struct tu_cmd_buffer *cmd, in tu_lrz_init_secondary() 241 tu_lrz_begin_resumed_renderpass(struct tu_cmd_buffer *cmd) in tu_lrz_begin_resumed_renderpass() 268 tu_lrz_begin_renderpass(struct tu_cmd_buffer *cmd) in tu_lrz_begin_renderpass() 312 tu_lrz_begin_secondary_cmdbuf(struct tu_cmd_buffer *cmd) in tu_lrz_begin_secondary_cmdbuf() 324 tu_lrz_tiling_begin(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_tiling_begin() [all …]
|
/aosp_15_r20/external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
H A D | Perf-Android-Clang-NVIDIA_Shield-CPU-TegraX1-arm64-Release-All-Android.json | 3 "cmd": [ array 11 "cmd": [ array 27 "cmd": [ array 44 "cmd": [ array 60 "cmd": [ array 74 "cmd": [ array 87 "cmd": [ array 102 "cmd": [ array 116 "cmd": [ array 133 "cmd": [ array [all …]
|
H A D | failed_read_version.json | 3 "cmd": [ array 11 "cmd": [ array 27 "cmd": [ array 44 "cmd": [ array 60 "cmd": [ array 74 "cmd": [ array 87 "cmd": [ array 102 "cmd": [ array 116 "cmd": [ array 133 "cmd": [ array [all …]
|
H A D | retry_adb_command.json | 3 "cmd": [ array 11 "cmd": [ array 27 "cmd": [ array 44 "cmd": [ array 60 "cmd": [ array 74 "cmd": [ array 87 "cmd": [ array 102 "cmd": [ array 116 "cmd": [ array 133 "cmd": [ array [all …]
|
H A D | cpu_scale_failed_once.json | 3 "cmd": [ array 11 "cmd": [ array 27 "cmd": [ array 44 "cmd": [ array 60 "cmd": [ array 74 "cmd": [ array 87 "cmd": [ array 102 "cmd": [ array 116 "cmd": [ array 133 "cmd": [ array [all …]
|
H A D | Perf-Android-Clang-Pixel6-GPU-Adreno620-arm64-Release-All-Android.json | 3 "cmd": [ array 11 "cmd": [ array 27 "cmd": [ array 44 "cmd": [ array 60 "cmd": [ array 74 "cmd": [ array 87 "cmd": [ array 102 "cmd": [ array 116 "cmd": [ array 133 "cmd": [ array [all …]
|
H A D | Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android_ASAN.json | 3 "cmd": [ array 11 "cmd": [ array 27 "cmd": [ array 44 "cmd": [ array 60 "cmd": [ array 74 "cmd": [ array 87 "cmd": [ array 102 "cmd": [ array 116 "cmd": [ array 133 "cmd": [ array [all …]
|
H A D | Test-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.json | 3 "cmd": [ array 11 "cmd": [ array 27 "cmd": [ array 44 "cmd": [ array 60 "cmd": [ array 74 "cmd": [ array 87 "cmd": [ array 102 "cmd": [ array 116 "cmd": [ array 133 "cmd": [ array [all …]
|
H A D | Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.json | 3 "cmd": [ array 11 "cmd": [ array 27 "cmd": [ array 44 "cmd": [ array 60 "cmd": [ array 74 "cmd": [ array 87 "cmd": [ array 102 "cmd": [ array 116 "cmd": [ array 133 "cmd": [ array [all …]
|
H A D | failed_infra_step.json | 3 "cmd": [ array 11 "cmd": [ array 27 "cmd": [ array 44 "cmd": [ array 60 "cmd": [ array 74 "cmd": [ array 87 "cmd": [ array 102 "cmd": [ array 116 "cmd": [ array 133 "cmd": [ array [all …]
|
H A D | Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing.json | 3 "cmd": [ array 11 "cmd": [ array 27 "cmd": [ array 44 "cmd": [ array 60 "cmd": [ array 74 "cmd": [ array 87 "cmd": [ array 102 "cmd": [ array 116 "cmd": [ array 133 "cmd": [ array [all …]
|
H A D | Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android.json | 3 "cmd": [ array 11 "cmd": [ array 27 "cmd": [ array 44 "cmd": [ array 60 "cmd": [ array 74 "cmd": [ array 87 "cmd": [ array 102 "cmd": [ array 116 "cmd": [ array 133 "cmd": [ array [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | ctrl_iface.c | 280 static int wpas_ctrl_pno(struct wpa_supplicant *wpa_s, char *cmd) in wpas_ctrl_pno() 341 const char *cmd) in wpas_ctrl_iface_set_lci() 368 wpas_ctrl_set_relative_rssi(struct wpa_supplicant *wpa_s, const char *cmd) in wpas_ctrl_set_relative_rssi() 387 const char *cmd) in wpas_ctrl_set_relative_band_adjust() 415 const char *cmd) in wpas_ctrl_iface_set_ric_ies() 495 char *cmd) in wpa_supplicant_ctrl_iface_set() 976 char *cmd, char *buf, size_t buflen) in wpa_supplicant_ctrl_iface_get() 1162 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1235 struct wpa_supplicant *wpa_s, char *cmd) in wpa_supplicant_ctrl_iface_tdls_cancel_chan_switch() 1290 static int wmm_ac_ctrl_addts(struct wpa_supplicant *wpa_s, char *cmd) in wmm_ac_ctrl_addts() [all …]
|
/aosp_15_r20/external/skia/infra/bots/recipes/test.expected/ |
H A D | Test-Android-Clang-Pixel2XL-GPU-Adreno540-arm64-Debug-All-Android.json | 3 "cmd": [ array 18 "cmd": [ array 26 "cmd": [ array 43 "cmd": [ array 59 "cmd": [ array 75 "cmd": [ array 91 "cmd": [ array 107 "cmd": [ array 123 "cmd": [ array 139 "cmd": [ array [all …]
|
H A D | Test-Android-Clang-Pixel2XL-GPU-Adreno540-arm-Debug-All-Android_ASAN.json | 3 "cmd": [ array 18 "cmd": [ array 26 "cmd": [ array 43 "cmd": [ array 58 "cmd": [ array 74 "cmd": [ array 90 "cmd": [ array 106 "cmd": [ array 122 "cmd": [ array 138 "cmd": [ array [all …]
|
/aosp_15_r20/external/f2fs-tools/tools/f2fs_io/ |
H A D | f2fs_io.c | 158 static void do_fsync(int argc, char **argv, const struct cmd_desc *cmd) in do_fsync() 182 static void do_fdatasync(int argc, char **argv, const struct cmd_desc *cmd) in do_fdatasync() 206 static void do_set_verity(int argc, char **argv, const struct cmd_desc *cmd) in do_set_verity() 245 static void do_getflags(int argc, char **argv, const struct cmd_desc *cmd) in do_getflags() 324 static void do_setflags(int argc, char **argv, const struct cmd_desc *cmd) in do_setflags() 368 static void do_clearflags(int argc, char **argv, const struct cmd_desc *cmd) in do_clearflags() 411 static void do_shutdown(int argc, char **argv, const struct cmd_desc *cmd) in do_shutdown() 446 static void do_fadvise(int argc, char **argv, const struct cmd_desc *cmd) in do_fadvise() 484 static void do_pinfile(int argc, char **argv, const struct cmd_desc *cmd) in do_pinfile() 539 static void do_fallocate(int argc, char **argv, const struct cmd_desc *cmd) in do_fallocate() [all …]
|
/aosp_15_r20/external/toolchain-utils/compiler_wrapper/testdata/android_golden/ |
H A D | clang_path.json | 5 "cmd": { object 15 "cmd": { object 26 "cmd": { object 39 "cmd": { object 53 "cmd": { object 66 "cmd": { object 77 "cmd": { object 87 "cmd": { object 98 "cmd": { object 108 "cmd": { object [all …]
|