Home
last modified time | relevance | path

Searched full:commands (Results 1 – 25 of 3968) sorted by relevance

12345678910>>...159

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h39 // ---- Core Vulkan 1.0 commands
57 // ---- Core Vulkan 1.1 commands
71 // ---- Core Vulkan 1.3 commands
74 // ---- VK_KHR_surface extension commands
81 // ---- VK_KHR_swapchain extension commands
84 // ---- VK_KHR_display extension commands
93 // ---- VK_KHR_xlib_surface extension commands
101 // ---- VK_KHR_xcb_surface extension commands
109 // ---- VK_KHR_wayland_surface extension commands
117 // ---- VK_KHR_android_surface extension commands
[all …]
Dvk_loader_extensions.h49 // an appropriate terminator if this is one of those few device commands requiring
62 // Init Device function pointer dispatch table with core commands
66 // Init Device function pointer dispatch table with extension commands
73 // Init Instance function pointer dispatch table with core commands
77 // Init Instance function pointer dispatch table with core commands
213 // ---- Core Vulkan 1.0 commands
230 // ---- Core Vulkan 1.1 commands
244 // ---- Core Vulkan 1.3 commands
247 // ---- VK_KHR_surface extension commands
254 // ---- VK_KHR_swapchain extension commands
[all …]
/third_party/rust/crates/clap/clap_complete/tests/snapshots/
Dquoting.zsh124 local commands; commands=(
133 _describe -t commands 'my-app commands' commands "$@"
137 local commands; commands=()
138 _describe -t commands 'my-app cmd-backslash commands' commands "$@"
142 local commands; commands=()
143 _describe -t commands 'my-app help cmd-backslash commands' commands "$@"
147 local commands; commands=()
148 _describe -t commands 'my-app cmd-backticks commands' commands "$@"
152 local commands; commands=()
153 _describe -t commands 'my-app help cmd-backticks commands' commands "$@"
[all …]
Dspecial_commands.zsh115 local commands; commands=(
122 _describe -t commands 'my-app commands' commands "$@"
126 local commands; commands=(
133 _describe -t commands 'my-app help commands' commands "$@"
137 local commands; commands=()
138 _describe -t commands 'my-app help help commands' commands "$@"
142 local commands; commands=()
143 _describe -t commands 'my-app help some-cmd-with-hyphens commands' commands "$@"
147 local commands; commands=()
148 _describe -t commands 'my-app some-cmd-with-hyphens commands' commands "$@"
[all …]
Dsub_subcommands.zsh151 local commands; commands=(
157 _describe -t commands 'my-app commands' commands "$@"
161 local commands; commands=(
166 _describe -t commands 'my-app help commands' commands "$@"
170 local commands; commands=()
171 _describe -t commands 'my-app help help commands' commands "$@"
175 local commands; commands=(
179 _describe -t commands 'my-app some_cmd help commands' commands "$@"
183 local commands; commands=()
184 _describe -t commands 'my-app some_cmd help help commands' commands "$@"
[all …]
Dbasic.zsh70 local commands; commands=(
74 _describe -t commands 'my-app commands' commands "$@"
78 local commands; commands=(
82 _describe -t commands 'my-app help commands' commands "$@"
86 local commands; commands=()
87 _describe -t commands 'my-app help help commands' commands "$@"
91 local commands; commands=()
92 _describe -t commands 'my-app help test commands' commands "$@"
96 local commands; commands=()
97 _describe -t commands 'my-app test commands' commands "$@"
Dfeature_sample.zsh77 local commands; commands=(
81 _describe -t commands 'my-app commands' commands "$@"
85 local commands; commands=(
89 _describe -t commands 'my-app help commands' commands "$@"
93 local commands; commands=()
94 _describe -t commands 'my-app help help commands' commands "$@"
98 local commands; commands=()
99 _describe -t commands 'my-app help test commands' commands "$@"
103 local commands; commands=()
104 _describe -t commands 'my-app test commands' commands "$@"
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp15 #include "dawn_native/Commands.h"
28 void FreeCommands(CommandIterator* commands) { in FreeCommands() argument
29 commands->Reset(); in FreeCommands()
32 while (commands->NextCommandId(&type)) { in FreeCommands()
35 BeginComputePassCmd* begin = commands->NextCommand<BeginComputePassCmd>(); in FreeCommands()
40 BeginOcclusionQueryCmd* begin = commands->NextCommand<BeginOcclusionQueryCmd>(); in FreeCommands()
45 BeginRenderPassCmd* begin = commands->NextCommand<BeginRenderPassCmd>(); in FreeCommands()
50 CopyBufferToBufferCmd* copy = commands->NextCommand<CopyBufferToBufferCmd>(); in FreeCommands()
55 CopyBufferToTextureCmd* copy = commands->NextCommand<CopyBufferToTextureCmd>(); in FreeCommands()
60 CopyTextureToBufferCmd* copy = commands->NextCommand<CopyTextureToBufferCmd>(); in FreeCommands()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_async.txt26 commands. It also provides commands allowing a program to wait
27 for the completion of asynchronous commands.
29 Asynchronous commands have two properties:
31 1) Asynchronous commands are non-blocking. For example, an
34 This property allows the program to issue other OpenGL commands in
35 parallel with the execution of commands that normally block.
37 2) Asynchronous commands may complete out-of-order with respect to
38 other OpenGL commands. For example, an asynchronous TexImage
39 command may complete after subsequent OpenGL commands issued by
42 accelerator to execute asynchronous commands in parallel with the
[all …]
DSGIX_async_pixel.txt28 download, pixel download and pixel readback commands. It allows
31 graphics commands (possibly taking advantage of a secondary path
33 non-blocking pixel readback commands that return immediately after
34 they are issued so that the program can issue other commands while
70 ASYNC_DRAW_PIXELS_SGIX causes subsequent DrawPixels commands to be
77 other OpenGL commands issued later in the command stream is
79 commands in parallel with the normal command stream or at some
84 for subsequent DrawPixels commands. It does not affect any
85 pending asynchronous DrawPixels commands, or wait for their
92 using the FinishAsyncSGIX or PollAsyncSGIX commands.
[all …]
/third_party/openGLES/extensions/SGIX/
DSGIX_async.txt26 commands. It also provides commands allowing a program to wait
27 for the completion of asynchronous commands.
29 Asynchronous commands have two properties:
31 1) Asynchronous commands are non-blocking. For example, an
34 This property allows the program to issue other OpenGL commands in
35 parallel with the execution of commands that normally block.
37 2) Asynchronous commands may complete out-of-order with respect to
38 other OpenGL commands. For example, an asynchronous TexImage
39 command may complete after subsequent OpenGL commands issued by
42 accelerator to execute asynchronous commands in parallel with the
[all …]
DSGIX_async_pixel.txt28 download, pixel download and pixel readback commands. It allows
31 graphics commands (possibly taking advantage of a secondary path
33 non-blocking pixel readback commands that return immediately after
34 they are issued so that the program can issue other commands while
70 ASYNC_DRAW_PIXELS_SGIX causes subsequent DrawPixels commands to be
77 other OpenGL commands issued later in the command stream is
79 commands in parallel with the normal command stream or at some
84 for subsequent DrawPixels commands. It does not affect any
85 pending asynchronous DrawPixels commands, or wait for their
92 using the FinishAsyncSGIX or PollAsyncSGIX commands.
[all …]
/third_party/typescript/tests/baselines/reference/user/
Dnpm.log23 lib/commands/access.js(24,10): error TS2699: Static property 'name' conflicts with built-in propert…
24 lib/commands/access.js(194,13): error TS2571: Object is of type 'unknown'.
25 lib/commands/adduser.js(13,10): error TS2699: Static property 'name' conflicts with built-in proper…
26 lib/commands/adduser.js(27,9): error TS2339: Property 'disableProgress' does not exist on type '{}'.
27 lib/commands/adduser.js(29,9): error TS2339: Property 'notice' does not exist on type '{}'.
28 lib/commands/audit.js(9,10): error TS2699: Static property 'name' conflicts with built-in property …
29 lib/commands/bin.js(11,10): error TS2699: Static property 'name' conflicts with built-in property '…
30 lib/commands/bin.js(18,43): error TS2532: Object is possibly 'undefined'.
31 lib/commands/bin.js(19,11): error TS2339: Property 'error' does not exist on type '{}'.
32 lib/commands/birthday.js(4,10): error TS2699: Static property 'name' conflicts with built-in proper…
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment34.types6 N.commands = {};
7 >N.commands = {} : typeof N.commands
8 >N.commands : typeof N.commands
10 >commands : typeof N.commands
14 N.commands.a = 111;
15 >N.commands.a = 111 : 111
16 >N.commands.a : number
17 >N.commands : typeof N.commands
19 >commands : typeof N.commands
23 N.commands.b = function () { };
[all …]
DtypeFromPropertyAssignment34.symbols5 N.commands = {};
6 >N.commands : Symbol(N.commands, Decl(file1.js, 0, 11), Decl(file2.js, 0, 2), Decl(file2.js, 1, 2))
8 >commands : Symbol(N.commands, Decl(file1.js, 0, 11), Decl(file2.js, 0, 2), Decl(file2.js, 1, 2))
11 N.commands.a = 111;
12 >N.commands.a : Symbol(N.commands.a, Decl(file2.js, 0, 0))
13 >N.commands : Symbol(N.commands, Decl(file1.js, 0, 11), Decl(file2.js, 0, 2), Decl(file2.js, 1, 2))
15 >commands : Symbol(N.commands, Decl(file1.js, 0, 11), Decl(file2.js, 0, 2), Decl(file2.js, 1, 2))
16 >a : Symbol(N.commands.a, Decl(file2.js, 0, 0))
18 N.commands.b = function () { };
19 >N.commands.b : Symbol(N.commands.b, Decl(file2.js, 0, 19))
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp430 DescriptorCopyTestInstance (Context& context, DescriptorCommandsSp commands);
440 …escriptorCopyTestCase (tcu::TestContext& context, const char* name, DescriptorCommandsSp commands);
2377 DescriptorCommandsSp commands) in DescriptorCopyTestInstance() argument
2379 , m_commands (commands) in DescriptorCopyTestInstance()
2389 DescriptorCommandsSp commands) in DescriptorCopyTestCase() argument
2391 , m_commands (commands) in DescriptorCopyTestCase()
2478 DescriptorCommandsSp commands (new DescriptorCommands(pipelineType, useUpdateAfterBind)); in addDescriptorCopyTests() local
2479 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 3u)), 0u); in addDescriptorCopyTests()
2480 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 2u)), 0u); in addDescriptorCopyTests()
2482 commands->copyDescriptor(0u, 0u, // from in addDescriptorCopyTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp430 DescriptorCopyTestInstance (Context& context, DescriptorCommandsSp commands);
440 …ase (tcu::TestContext& context, const char* name, const char* desc, DescriptorCommandsSp commands);
2377 DescriptorCommandsSp commands) in DescriptorCopyTestInstance() argument
2379 , m_commands (commands) in DescriptorCopyTestInstance()
2390 DescriptorCommandsSp commands) in DescriptorCopyTestCase() argument
2392 , m_commands (commands) in DescriptorCopyTestCase()
2479 DescriptorCommandsSp commands (new DescriptorCommands(pipelineType, useUpdateAfterBind)); in addDescriptorCopyTests() local
2480 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 3u)), 0u); in addDescriptorCopyTests()
2481 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 2u)), 0u); in addDescriptorCopyTests()
2483 commands->copyDescriptor(0u, 0u, // from in addDescriptorCopyTests()
[all …]
/third_party/python/Doc/distutils/
Dextending.rst10 commands or replacements for existing commands. New commands may be written to
12 replacements for existing commands may be made to modify details of how the
16 want to modify existing commands; many simply add a few file extensions that
21 :class:`distutils.cmd.Command` class. New commands may directly inherit from
23 indirectly, directly subclassing the command they are replacing. Commands are
26 .. % \section{Extending existing commands}
29 .. % \section{Writing new commands}
30 .. % \label{new-commands}
34 Integrating new commands
62 commands to be added which can support existing :file:`setup.py` scripts without
[all …]
/third_party/EGL/extensions/ARM/
DEGL_ARM_implicit_external_sync.txt47 prior commands affecting such buffers are guaranteed to be executed before
48 such external commands.
66 as displaying a rendered buffer) will occur after the commands performed by
71 continue preparing further commands asynchronously to the queued commands.
98 "Typically client APIs are considered to execute commands in a linear queue,
101 signaled once prior commands have completed. However on some platforms a
104 condition that all prior commands must meet before the fence is triggered is
120 eglClientWaitSyncKHR commands (see below) blocking on <sync> to unblock. The
126 corresponding to the sync object, and all preceding commands in the
128 signaled until all effects from these commands on the client API's internal
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/ARM/
DEGL_ARM_implicit_external_sync.txt47 prior commands affecting such buffers are guaranteed to be executed before
48 such external commands.
66 as displaying a rendered buffer) will occur after the commands performed by
71 continue preparing further commands asynchronously to the queued commands.
98 "Typically client APIs are considered to execute commands in a linear queue,
101 signaled once prior commands have completed. However on some platforms a
104 condition that all prior commands must meet before the fence is triggered is
120 eglClientWaitSyncKHR commands (see below) blocking on <sync> to unblock. The
126 corresponding to the sync object, and all preceding commands in the
128 signaled until all effects from these commands on the client API's internal
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_direct_state_access.txt64 This extension interacts with the matrix manipulation commands
67 This extension interacts with the texture object manipulation commands
71 commands introduced by EXT_texture3D and standardized by OpenGL 1.2.
77 commands introduced by ARB_transpose_matrix and standardized by
81 manipulation commands introduced by ARB_vertex_program.
87 This extension interacts with the buffer manipulation commands
90 This extension interacts with the GLSL uniform commands standardized
93 This extension interacts with the GLSL uniform matrix commands
96 This extension interacts with the framebuffer object commands
99 This extension interacts with the framebuffer blit commands introduced
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_direct_state_access.txt64 This extension interacts with the matrix manipulation commands
67 This extension interacts with the texture object manipulation commands
71 commands introduced by EXT_texture3D and standardized by OpenGL 1.2.
77 commands introduced by ARB_transpose_matrix and standardized by
81 manipulation commands introduced by ARB_vertex_program.
87 This extension interacts with the buffer manipulation commands
90 This extension interacts with the GLSL uniform commands standardized
93 This extension interacts with the GLSL uniform matrix commands
96 This extension interacts with the framebuffer object commands
99 This extension interacts with the framebuffer blit commands introduced
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDestroyTests.cpp62 wgpu::CommandBuffer commands = encoder.Finish(); in SetUp() local
63 queue.Submit(1, &commands); in SetUp()
79 wgpu::CommandBuffer commands = encoder.Finish(); in CreateTriangleCommandBuffer() local
80 return commands; in CreateTriangleCommandBuffer()
88 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
90 ASSERT_DEVICE_ERROR(queue.Submit(1, &commands)); in TEST_P()
99 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
100 queue.Submit(1, &commands); in TEST_P()
111 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
112 queue.Submit(1, &commands); in TEST_P()
[all …]
/third_party/openssl/doc/man1/
Dopenssl-list.pod.in15 [B<-commands>]
16 [B<-standard-commands>]
19 -}[B<-digest-commands>]
27 -}[B<-cipher-commands>]
72 List the commands, digest-commands, or cipher-commands in a single column.
75 =item B<-commands>
77 Display a list of standard commands.
79 =item B<-standard-commands>
81 List of standard commands.
83 =item B<-digest-commands>
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp238 vector<TestCommandSp> commands; member
250 for (size_t commandIdx = 0; commandIdx < params.commands.size(); commandIdx++) in countScissors()
251 numScissors = de::max(numScissors, params.commands[commandIdx]->getMaxScissor()); in countScissors()
308 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in ScissorTestCase()
309 if (m_params.commands[commandIdx]->getMaxScissor() > 1) in ScissorTestCase()
447 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate()
449 …vector<PositionColorVertex> commandVertices = m_params.commands[commandIdx]->getVertices((deUint32… in iterate()
529 // Queue commands and read results. in iterate()
618 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate()
620 scissors = m_params.commands[commandIdx]->updateScissors(scissors); in iterate()
[all …]

12345678910>>...159