Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 1657) sorted by relevance

12345678910>>...67

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp101 EndComputePassCmd* cmd = commands->NextCommand<EndComputePassCmd>(); in FreeCommands() local
106 EndOcclusionQueryCmd* cmd = commands->NextCommand<EndOcclusionQueryCmd>(); in FreeCommands() local
111 EndRenderPassCmd* cmd = commands->NextCommand<EndRenderPassCmd>(); in FreeCommands() local
116 ExecuteBundlesCmd* cmd = commands->NextCommand<ExecuteBundlesCmd>(); in FreeCommands() local
125 ClearBufferCmd* cmd = commands->NextCommand<ClearBufferCmd>(); in FreeCommands() local
130 InsertDebugMarkerCmd* cmd = commands->NextCommand<InsertDebugMarkerCmd>(); in FreeCommands() local
136 PopDebugGroupCmd* cmd = commands->NextCommand<PopDebugGroupCmd>(); in FreeCommands() local
141 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); in FreeCommands() local
147 ResolveQuerySetCmd* cmd = commands->NextCommand<ResolveQuerySetCmd>(); in FreeCommands() local
152 SetComputePipelineCmd* cmd = commands->NextCommand<SetComputePipelineCmd>(); in FreeCommands() local
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp82 EndComputePassCmd* cmd = commands->NextCommand<EndComputePassCmd>(); in FreeCommands() local
86 EndRenderPassCmd* cmd = commands->NextCommand<EndRenderPassCmd>(); in FreeCommands() local
90 InsertDebugMarkerCmd* cmd = commands->NextCommand<InsertDebugMarkerCmd>(); in FreeCommands() local
95 PopDebugGroupCmd* cmd = commands->NextCommand<PopDebugGroupCmd>(); in FreeCommands() local
99 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); in FreeCommands() local
104 SetComputePipelineCmd* cmd = commands->NextCommand<SetComputePipelineCmd>(); in FreeCommands() local
108 SetRenderPipelineCmd* cmd = commands->NextCommand<SetRenderPipelineCmd>(); in FreeCommands() local
112 SetStencilReferenceCmd* cmd = commands->NextCommand<SetStencilReferenceCmd>(); in FreeCommands() local
116 SetViewportCmd* cmd = commands->NextCommand<SetViewportCmd>(); in FreeCommands() local
120 SetScissorRectCmd* cmd = commands->NextCommand<SetScissorRectCmd>(); in FreeCommands() local
[all …]
DRenderPassEncoder.cpp90 DrawIndirectCmd* cmd = mAllocator->Allocate<DrawIndirectCmd>(Command::DrawIndirect); in DrawIndirect() local
108 DrawIndexedIndirectCmd* cmd = in DrawIndexedIndirect() local
120 SetRenderPipelineCmd* cmd = in SetPipeline() local
130 SetStencilReferenceCmd* cmd = in SetStencilReference() local
140 SetBlendColorCmd* cmd = mAllocator->Allocate<SetBlendColorCmd>(Command::SetBlendColor); in SetBlendColor() local
173 SetViewportCmd* cmd = mAllocator->Allocate<SetViewportCmd>(Command::SetViewport); in SetViewport() local
194 SetScissorRectCmd* cmd = mAllocator->Allocate<SetScissorRectCmd>(Command::SetScissorRect); in SetScissorRect() local
207 SetIndexBufferCmd* cmd = mAllocator->Allocate<SetIndexBufferCmd>(Command::SetIndexBuffer); in SetIndexBuffer() local
226 SetVertexBuffersCmd* cmd = in SetVertexBuffers() local
/third_party/boost/libs/geometry/doc/index/
Dmake_qbk.py18 cmd = "doxygen_xml2qbk" variable
19 cmd = cmd + " --xml xml/%s.xml" variable
20 cmd = cmd + " --start_include boost/" variable
21 cmd = cmd + " --output_style alt" variable
22 cmd = cmd + " --alt_max_synopsis_length 59" variable
23 cmd = cmd + " > generated/%s.qbk" variable
/third_party/node/test/parallel/
Dtest-child-process-exec-maxbuf.js15 const cmd = constant
27 const cmd = constant
37 const cmd = `"${process.execPath}" -e "console.log('hello world');"`; constant
47 const cmd = 'echo hello world'; constant
60 const cmd = constant
78 const cmd = constant
90 const cmd = `"${process.execPath}" -e "console.log('${unicode}');"`; constant
102 const cmd = `"${process.execPath}" -e "console.error('${unicode}');"`; constant
114 const cmd = `"${process.execPath}" -e "console.log('${unicode}');"`; constant
128 const cmd = `"${process.execPath}" -e "console.error('${unicode}');"`; constant
[all …]
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/
Dmake_qbk.py13 cmd = "doxygen_xml2qbk" variable
14 cmd = cmd + " --xml xml/%s.xml" variable
15 cmd = cmd + " --start_include sample/" variable
16 cmd = cmd + " > generated\%s.qbk" variable
/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dscsi.c29 static void scsi_read_10(uint32_t lba, uint32_t size, uint8_t *cmd) in scsi_read_10()
43 static void scsi_write_10(uint32_t lba, uint32_t size, uint8_t *cmd) in scsi_write_10()
57 static void scsi_sync_cache_10(uint32_t lba, uint32_t size, uint8_t *cmd) in scsi_sync_cache_10()
71 static void scsi_read_capacity_10(uint32_t lba, uint32_t size, uint8_t *cmd) in scsi_read_capacity_10()
85 static void scsi_request_sense(uint32_t lba, uint32_t size, uint8_t *cmd) in scsi_request_sense()
95 static void scsi_unmap(uint32_t lba, uint32_t size, uint8_t *cmd) in scsi_unmap()
109 static void scsi_secproc_in(uint32_t lba, uint32_t size, uint8_t *cmd) in scsi_secproc_in()
125 static void scsi_secproc_out(uint32_t lba, uint32_t size, uint8_t *cmd) in scsi_secproc_out()
141 void get_cmnd(uint32_t opcode, uint32_t lba, uint32_t size, uint8_t *cmd) in get_cmnd()
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/
Ddpni.c36 struct mc_command cmd = { 0 }; in dpni_open() local
60 struct mc_command cmd = { 0 }; in dpni_close() local
77 struct mc_command cmd = { 0 }; in dpni_create() local
102 struct mc_command cmd = { 0 }; in dpni_destroy() local
121 struct mc_command cmd = { 0 }; in dpni_set_pools() local
137 struct mc_command cmd = { 0 }; in dpni_enable() local
152 struct mc_command cmd = { 0 }; in dpni_disable() local
167 struct mc_command cmd = { 0 }; in dpni_reset() local
183 struct mc_command cmd = { 0 }; in dpni_get_attributes() local
206 struct mc_command cmd = { 0 }; in dpni_set_errors_behavior() local
[all …]
Ddprc.c17 struct mc_command cmd = { 0 }; in dprc_get_container_id() local
41 struct mc_command cmd = { 0 }; in dprc_open() local
64 struct mc_command cmd = { 0 }; in dprc_close() local
81 struct mc_command cmd = { 0 }; in dprc_create_container() local
108 struct mc_command cmd = { 0 }; in dprc_destroy_container() local
125 struct mc_command cmd = { 0 }; in dprc_reset_container() local
142 struct mc_command cmd = { 0 }; in dprc_get_attributes() local
166 struct mc_command cmd = { 0 }; in dprc_get_obj_count() local
191 struct mc_command cmd = { 0 }; in dprc_get_obj() local
217 struct mc_command cmd = { 0 }; in dprc_get_res_count() local
[all …]
Ddpbp.c17 struct mc_command cmd = { 0 }; in dpbp_open() local
41 struct mc_command cmd = { 0 }; in dpbp_close() local
57 struct mc_command cmd = { 0 }; in dpbp_create() local
83 struct mc_command cmd = { 0 }; in dpbp_destroy() local
101 struct mc_command cmd = { 0 }; in dpbp_enable() local
115 struct mc_command cmd = { 0 }; in dpbp_disable() local
130 struct mc_command cmd = { 0 }; in dpbp_reset() local
146 struct mc_command cmd = { 0 }; in dpbp_get_attributes() local
170 struct mc_command cmd = { 0 }; in dpbp_get_api_version() local
Ddpmac.c19 struct mc_command cmd = { 0 }; in dpmac_open() local
43 struct mc_command cmd = { 0 }; in dpmac_close() local
59 struct mc_command cmd = { 0 }; in dpmac_create() local
84 struct mc_command cmd = { 0 }; in dpmac_destroy() local
103 struct mc_command cmd = { 0 }; in dpmac_get_attributes() local
127 struct mc_command cmd = { 0 }; in dpmac_mdio_read() local
152 struct mc_command cmd = { 0 }; in dpmac_mdio_write() local
169 struct mc_command cmd = { 0 }; in dpmac_get_link_cfg() local
192 struct mc_command cmd = { 0 }; in dpmac_set_link_state() local
210 struct mc_command cmd = { 0 }; in dpmac_get_counter() local
[all …]
/third_party/grpc/tools/distrib/python/
Dsubmit.py72 cmd = ['python', 'setup.py', 'build_ext', '--inplace'] variable
77 cmd = ['python', 'setup.py', 'bdist_wheel'] variable
79 cmd = ['python', 'setup.py', 'sdist'] variable
84 cmd = ['twine', 'upload', '-r', args.repository] variable
/third_party/boost/libs/geometry/doc/
Dmake_qbk.py37 cmd = doxygen_xml2qbk_cmd variable
38 cmd = cmd + " --xml doxy/doxygen_output/xml/%s.xml" variable
39 cmd = cmd + " --start_include boost/geometry/" variable
40 cmd = cmd + " --convenience_header_path ../../../boost/geometry/" variable
41 cmd = cmd + " --convenience_headers geometry.hpp,geometries/geometries.hpp" variable
42 cmd = cmd + " --skip_namespace boost::geometry::" variable
43 cmd = cmd + " --copyright src/copyright_block.qbk" variable
44 cmd = cmd + " --output_member_variables false" variable
45 cmd = cmd + " > generated/%s.qbk" variable
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/dpio/
Ddpio.c16 struct mc_command cmd = { 0 }; in dpio_open() local
40 struct mc_command cmd = { 0 }; in dpio_close() local
57 struct mc_command cmd = { 0 }; in dpio_create() local
82 struct mc_command cmd = { 0 }; in dpio_destroy() local
100 struct mc_command cmd = { 0 }; in dpio_enable() local
115 struct mc_command cmd = { 0 }; in dpio_disable() local
130 struct mc_command cmd = { 0 }; in dpio_reset() local
146 struct mc_command cmd = { 0 }; in dpio_get_attributes() local
170 struct mc_command cmd = { 0 }; in dpio_get_api_version() local
/third_party/cef/tools/
Dgclient_hook.py32 cmd = [sys.executable, 'tools/make_version_header.py', 'include/cef_version.h'] variable
36 cmd = [sys.executable, 'tools/patcher.py'] variable
44 cmd = [ variable
143 cmd = ['gn', 'gen', os.path.join('out', dir)] variable
154 cmd = [ variable
/third_party/uboot/u-boot-2020.01/include/fsl-mc/
Dfsl_dprc.h38 #define DPRC_RSP_GET_CONTAINER_ID(cmd, container_id) \ argument
42 #define DPRC_CMD_OPEN(cmd, container_id) \ argument
46 #define DPRC_CMD_CREATE_CONTAINER(cmd, cfg) \ argument
70 #define DPRC_RSP_CREATE_CONTAINER(cmd, child_container_id, child_portal_offset)\ argument
77 #define DPRC_CMD_DESTROY_CONTAINER(cmd, child_container_id) \ argument
81 #define DPRC_CMD_RESET_CONTAINER(cmd, child_container_id) \ argument
85 #define DPRC_RSP_GET_ATTRIBUTES(cmd, attr) \ argument
94 #define DPRC_RSP_GET_OBJ_COUNT(cmd, obj_count) \ argument
98 #define DPRC_CMD_GET_OBJ(cmd, obj_index) \ argument
102 #define DPRC_RSP_GET_OBJ(cmd, obj_desc) \ argument
[all …]
/third_party/flutter/skia/infra/bots/recipe_modules/run/examples/full.expected/
Dtest.json3 "cmd": [ array
16 "cmd": [ array
29 "cmd": [ array
40 "cmd": [ array
51 "cmd": [ array
65 "cmd": [ array
83 "cmd": [ array
96 "cmd": [ array
110 "cmd": [ array
120 "cmd": [ array
[all …]
/third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/
Dtdrm.c82 unsigned int cmd, unsigned long arg) in tdrm_test_stub_register()
93 unsigned int cmd, unsigned long arg) in tdrm_test_stub_unregister()
100 unsigned int cmd, unsigned long arg) in tdrm_test_uninit_agp()
107 unsigned int cmd, unsigned long arg) in tdrm_test_init_agp()
114 unsigned int cmd, unsigned long arg) in tdrm_test_add_magic()
123 unsigned int cmd, unsigned long arg) in tdrm_test_remove_magic()
132 unsigned int cmd, unsigned long arg) in tdrm_test_ctxbitmap_init()
140 unsigned int cmd, unsigned long arg) in tdrm_test_ctxbitmap_cleanup()
149 unsigned int cmd, unsigned long arg) in tdrm_test_alloc_pages()
157 unsigned int cmd, unsigned long arg) in tdrm_test_free_pages()
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
Dretry_ios_install.json3 "cmd": [ array
16 "cmd": [ array
28 "cmd": [ array
40 "cmd": [ array
53 "cmd": [ array
68 "cmd": [ array
80 "cmd": [ array
92 "cmd": [ array
103 "cmd": [ array
119 "cmd": [ array
[all …]
DTest-Win10-MSVC-LenovoYogaC630-GPU-Adreno630-arm64-Debug-All-ANGLE.json3 "cmd": [ array
17 "cmd": [ array
30 "cmd": [], array
34 "cmd": [ array
50 "cmd": [ array
67 "cmd": [ array
83 "cmd": [ array
99 "cmd": [ array
112 "cmd": [ array
127 "cmd": [ array
[all …]
/third_party/skia/infra/bots/recipe_modules/run/examples/full.expected/
Dtest.json3 "cmd": [ array
16 "cmd": [ array
29 "cmd": [ array
40 "cmd": [ array
51 "cmd": [ array
68 "cmd": [ array
86 "cmd": [ array
99 "cmd": [ array
117 "cmd": [ array
127 "cmd": [ array
[all …]
/third_party/node/test/sequential/
Dtest-inspector-open.js26 child.send({ cmd: 'open', args: [kFirstOpen] }); property
38 child.send({ cmd: 'open', args: [kOpenWhileOpen] }); property
51 child.send({ cmd: 'close' }); property
61 child.send({ cmd: 'close' }); property
69 child.send({ cmd: 'open', args: [kReOpen] }); property
96 process.send({ cmd: 'started' }); property
115 process.send({ cmd: 'url', url: inspector.url() }); property
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DChunkedCommandSerializer.h34 void SerializeCommand(const Cmd& cmd) { in SerializeCommand()
39 void SerializeCommand(const Cmd& cmd, in SerializeCommand()
51 void SerializeCommand(const Cmd& cmd, const ObjectIdProvider& objectIdProvider) { in SerializeCommand()
57 void SerializeCommand(const Cmd& cmd, in SerializeCommand()
72 void SerializeCommandImpl(const Cmd& cmd, in SerializeCommandImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp379 WriteTimestampCmd* cmd) { in RecordWriteTimestampCmd()
712 ClearBufferCmd* cmd = mCommands.NextCommand<ClearBufferCmd>(); in RecordCommands() local
733 BeginRenderPassCmd* cmd = mCommands.NextCommand<BeginRenderPassCmd>(); in RecordCommands() local
758 ResolveQuerySetCmd* cmd = mCommands.NextCommand<ResolveQuerySetCmd>(); in RecordCommands() local
791 WriteTimestampCmd* cmd = mCommands.NextCommand<WriteTimestampCmd>(); in RecordCommands() local
803 InsertDebugMarkerCmd* cmd = mCommands.NextCommand<InsertDebugMarkerCmd>(); in RecordCommands() local
833 PushDebugGroupCmd* cmd = mCommands.NextCommand<PushDebugGroupCmd>(); in RecordCommands() local
937 SetBindGroupCmd* cmd = mCommands.NextCommand<SetBindGroupCmd>(); in RecordComputePass() local
951 SetComputePipelineCmd* cmd = mCommands.NextCommand<SetComputePipelineCmd>(); in RecordComputePass() local
962 InsertDebugMarkerCmd* cmd = mCommands.NextCommand<InsertDebugMarkerCmd>(); in RecordComputePass() local
[all …]
/third_party/gn/infra/recipes/gn.expected/
Dcq_linux.json3 "cmd": [], array
7 "cmd": [ array
19 "cmd": [ array
34 "cmd": [ array
47 "cmd": [ array
61 "cmd": [ array
74 "cmd": [ array
111 "cmd": [], array
115 "cmd": [], array
122 "cmd": [ array
[all …]

12345678910>>...67