| /third_party/vulkan-loader/loader/generated/ |
| D | vk_layer_dispatch_table.h | 41 // ---- Core Vulkan 1.0 commands 59 // ---- Core Vulkan 1.1 commands 73 // ---- Core Vulkan 1.3 commands 76 // ---- VK_KHR_surface extension commands 83 // ---- VK_KHR_swapchain extension commands 86 // ---- VK_KHR_display extension commands 95 // ---- VK_KHR_xlib_surface extension commands 103 // ---- VK_KHR_xcb_surface extension commands 111 // ---- VK_KHR_wayland_surface extension commands 119 // ---- VK_KHR_android_surface extension commands [all …]
|
| D | vk_loader_extensions.h | 55 // an appropriate terminator if this is one of those few device commands requiring 68 // Init Device function pointer dispatch table with core commands 72 // Init Device function pointer dispatch table with extension commands 79 // Init Instance function pointer dispatch table with core commands 83 // Init Instance function pointer dispatch table with core commands 228 // ---- Core Vulkan 1.0 commands 245 // ---- Core Vulkan 1.1 commands 259 // ---- Core Vulkan 1.3 commands 262 // ---- VK_KHR_surface extension commands 269 // ---- VK_KHR_swapchain extension commands [all …]
|
| /third_party/rust/crates/clap/clap_complete/tests/snapshots/ |
| D | quoting.zsh | 124 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 …]
|
| D | special_commands.zsh | 115 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 …]
|
| D | sub_subcommands.zsh | 151 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 …]
|
| D | basic.zsh | 70 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 "$@"
|
| D | feature_sample.zsh | 77 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/ |
| D | Commands.cpp | 15 #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/rust/rust/src/tools/rust-analyzer/editors/code/src/ |
| D | main.ts | 4 import * as commands from "./commands"; 120 enabled: commands.onEnter, 121 disabled: (_) => () => vscode.commands.executeCommand("default:type", { text: "\n" }), 150 analyzerStatus: { enabled: commands.analyzerStatus }, 151 memoryUsage: { enabled: commands.memoryUsage }, 152 shuffleCrateGraph: { enabled: commands.shuffleCrateGraph }, 153 reloadWorkspace: { enabled: commands.reloadWorkspace }, 154 rebuildProcMacros: { enabled: commands.rebuildProcMacros }, 155 addProject: { enabled: commands.addProject }, 156 matchingBrace: { enabled: commands.matchingBrace }, [all …]
|
| /third_party/openGLES/extensions/SGIX/ |
| D | SGIX_async.txt | 26 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 …]
|
| D | SGIX_async_pixel.txt | 28 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/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
| D | SGIX_async.txt | 26 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 …]
|
| D | SGIX_async_pixel.txt | 28 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/ |
| D | npm.log | 23 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/ |
| D | typeFromPropertyAssignment34.types | 6 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 …]
|
| D | typeFromPropertyAssignment34.symbols | 5 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/python/Doc/distutils/ |
| D | extending.rst | 10 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/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| D | vktBindingDescriptorCopyTests.cpp | 430 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/ |
| D | vktBindingDescriptorCopyTests.cpp | 430 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/EGL/extensions/ARM/ |
| D | EGL_ARM_implicit_external_sync.txt | 47 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/ |
| D | EGL_ARM_implicit_external_sync.txt | 47 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/openssl/doc/man1/ |
| D | openssl-list.pod.in | 15 [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/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | DestroyTests.cpp | 62 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/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_direct_state_access.txt | 64 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/ |
| D | EXT_direct_state_access.txt | 64 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 …]
|