| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Commands.cpp | 101 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/mesa3d/src/gallium/drivers/svga/svgadump/ |
| D | svga_dump.c | 58 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd) in dump_SVGA3dVertexDecl() 204 dump_SVGA3dTextureState(const SVGA3dTextureState *cmd) in dump_SVGA3dTextureState() 310 dump_SVGA3dViewport(const SVGA3dViewport *cmd) in dump_SVGA3dViewport() 321 dump_SVGA3dSamplerId(const SVGA3dSamplerId *cmd) in dump_SVGA3dSamplerId() 327 dump_SVGA3dSoTarget(const SVGA3dSoTarget *cmd) in dump_SVGA3dSoTarget() 334 dump_SVGA3dInputElementDesc(const SVGA3dInputElementDesc *cmd) in dump_SVGA3dInputElementDesc() 345 dump_SVGA3dVertexBuffer(const SVGA3dVertexBuffer *cmd) in dump_SVGA3dVertexBuffer() 353 dump_SVGA3dCopyBox(const SVGA3dCopyBox *cmd) in dump_SVGA3dCopyBox() 373 dump_SVGA3dCmdSetClipPlane(const SVGA3dCmdSetClipPlane *cmd) in dump_SVGA3dCmdSetClipPlane() 384 dump_SVGA3dCmdWaitForQuery(const SVGA3dCmdWaitForQuery *cmd) in dump_SVGA3dCmdWaitForQuery() [all …]
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Commands.cpp | 82 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 …]
|
| D | RenderPassEncoder.cpp | 90 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/ |
| D | make_qbk.py | 18 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/ |
| D | test-child-process-exec-maxbuf.js | 15 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/mesa3d/src/gallium/drivers/svga/ |
| D | svga_cmd.c | 109 uint32 cmd, // IN in SVGA3D_FIFOReserve() 168 SVGA3dCmdDefineContext *cmd; in SVGA3D_DefineContext() local 202 SVGA3dCmdDestroyContext *cmd; in SVGA3D_DestroyContext() local 282 SVGA3dCmdDefineSurface *cmd; in SVGA3D_BeginDefineSurface() local 370 SVGA3dCmdDestroySurface *cmd; in SVGA3D_DestroySurface() local 436 SVGA3dCmdSurfaceDMA *cmd; in SVGA3D_SurfaceDMA() local 496 SVGA3dCmdSurfaceDMA *cmd; in SVGA3D_BufferDMA() local 590 SVGA3dCmdSetRenderTarget *cmd; in SVGA3D_SetRenderTarget() local 641 SVGA3dCmdDefineShader *cmd; in SVGA3D_DefineShader() local 685 SVGA3dCmdDestroyShader *cmd; in SVGA3D_DestroyShader() local [all …]
|
| /third_party/iptables/iptables/ |
| D | nft-cmd.c | 23 struct nft_cmd *cmd; in nft_cmd_new() local 52 void nft_cmd_free(struct nft_cmd *cmd) in nft_cmd_free() 74 static void nft_cmd_rule_bridge(struct nft_handle *h, const struct nft_cmd *cmd) in nft_cmd_rule_bridge() 96 struct nft_cmd *cmd; in nft_cmd_rule_append() local 112 struct nft_cmd *cmd; in nft_cmd_rule_insert() local 133 struct nft_cmd *cmd; in nft_cmd_rule_delete() local 148 struct nft_cmd *cmd; in nft_cmd_rule_delete_num() local 163 struct nft_cmd *cmd; in nft_cmd_rule_flush() local 181 struct nft_cmd *cmd; in nft_cmd_chain_zero_counters() local 196 struct nft_cmd *cmd; in nft_cmd_chain_user_add() local [all …]
|
| /third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/ |
| D | make_qbk.py | 13 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/mesa3d/src/virtio/vulkan/ |
| D | vn_command_buffer.c | 33 vn_cmd_get_image_memory_barriers(struct vn_command_buffer *cmd, in vn_cmd_get_image_memory_barriers() 116 vn_cmd_fix_image_memory_barrier(const struct vn_command_buffer *cmd, in vn_cmd_fix_image_memory_barrier() 196 struct vn_command_buffer *cmd, in vn_cmd_wait_events_fix_image_memory_barriers() 252 struct vn_command_buffer *cmd, in vn_cmd_pipeline_barrier_fix_image_memory_barriers() 276 vn_cmd_encode_memory_barriers(struct vn_command_buffer *cmd, in vn_cmd_encode_memory_barriers() 325 struct vn_command_buffer *cmd, in vn_cmd_transfer_present_src_images() 357 vn_cmd_begin_render_pass(struct vn_command_buffer *cmd, in vn_cmd_begin_render_pass() 407 vn_cmd_end_render_pass(struct vn_command_buffer *cmd) in vn_cmd_end_render_pass() 537 struct vn_command_buffer *cmd = in vn_AllocateCommandBuffers() local 589 struct vn_command_buffer *cmd = in vn_FreeCommandBuffers() local [all …]
|
| /third_party/grpc/tools/distrib/python/ |
| D | submit.py | 72 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/ |
| D | make_qbk.py | 37 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/icu/tools/scripts/ |
| D | bldicures.py | 149 cmd = 'genrb -d "%s/%s" "%s"' % (args.destdir, tmpdir, item["txt"]) variable 154 cmd = 'pkgdata -m "%s" -T "%s/%s" -p "%s" -s "%s/%s" -d "%s" "%s"' % (pkgmode,args.destdir,tmpdir,a… variable 156 cmd = cmd + " -v" variable 170 cmd = 'icupkg -w -tb "%s" "%s"' % (tmpfile, outfile) variable 172 cmd = cmd + " -v" variable 182 cmd = 'icupkg -tb -x "%s" -d "%s/%s/" "%s"' % (listname, args.destdir, args.name, outfile) variable 184 cmd = cmd + " -v" variable
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| D | iris_genx_macros.h | 73 #define __genxml_cmd_length(cmd) cmd ## _length argument 74 #define __genxml_cmd_length_bias(cmd) cmd ## _length_bias argument 75 #define __genxml_cmd_header(cmd) cmd ## _header argument 76 #define __genxml_cmd_pack(cmd) cmd ## _pack argument 77 #define __genxml_reg_num(cmd) cmd ## _num argument 89 #define _iris_pack_command(batch, cmd, dst, name) \ argument 96 #define iris_pack_command(cmd, dst, name) \ argument 99 #define _iris_pack_state(batch, cmd, dst, name) \ argument 105 #define iris_pack_state(cmd, dst, name) \ argument 108 #define iris_emit_cmd(batch, cmd, name) \ argument
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| D | crocus_genx_macros.h | 78 #define __genxml_cmd_length(cmd) cmd ## _length argument 79 #define __genxml_cmd_length_bias(cmd) cmd ## _length_bias argument 80 #define __genxml_cmd_header(cmd) cmd ## _header argument 81 #define __genxml_cmd_pack(cmd) cmd ## _pack argument 82 #define __genxml_reg_num(cmd) cmd ## _num argument 94 #define _crocus_pack_command(batch, cmd, dst, name) \ argument 101 #define crocus_pack_command(cmd, dst, name) \ argument 104 #define _crocus_pack_state(batch, cmd, dst, name) \ argument 110 #define crocus_pack_state(cmd, dst, name) \ argument 113 #define crocus_emit_cmd(batch, cmd, name) \ argument
|
| /third_party/flutter/skia/infra/bots/recipe_modules/run/examples/full.expected/ |
| D | test.json | 3 "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/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
| D | gstvkcommandbuffer.h | 60 VkCommandBuffer cmd; member 82 gst_vulkan_command_buffer_ref (GstVulkanCommandBuffer * cmd) in gst_vulkan_command_buffer_ref() 98 gst_vulkan_command_buffer_unref (GstVulkanCommandBuffer * cmd) in gst_vulkan_command_buffer_unref() 132 #define gst_vulkan_command_buffer_lock(cmd) (gst_vulkan_command_pool_lock((cmd)->pool)) argument 142 #define gst_vulkan_command_buffer_unlock(cmd) (gst_vulkan_command_pool_unlock((cmd)->pool)) argument
|
| D | gstvkcommandbuffer.c | 54 gst_vulkan_command_buffer_dispose (GstVulkanCommandBuffer * cmd) in gst_vulkan_command_buffer_dispose() 71 gst_vulkan_command_buffer_free (GstVulkanCommandBuffer * cmd) in gst_vulkan_command_buffer_free() 81 gst_vulkan_command_buffer_init (GstVulkanCommandBuffer * cmd, in gst_vulkan_command_buffer_init() 106 gst_vulkan_command_buffer_new_wrapped (VkCommandBuffer cmd, in gst_vulkan_command_buffer_new_wrapped()
|
| /third_party/cef/tools/ |
| D | gclient_hook.py | 32 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
|
| /third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/ |
| D | tdrm.c | 82 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/ |
| D | retry_ios_install.json | 3 "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 …]
|
| /third_party/e2fsprogs/contrib/ |
| D | ext4-ioc.c | 31 struct cmd { struct 32 const char *cmd; member 37 struct cmd cmds[] = { argument
|
| /third_party/skia/infra/bots/recipe_modules/run/examples/full.expected/ |
| D | test.json | 3 "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/ |
| D | test-inspector-open.js | 26 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/ |
| D | ChunkedCommandSerializer.h | 34 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()
|