Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 25 of 135) sorted by relevance

123456

/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DDestroyTests.cpp64 dawn::CommandBuffer commands = encoder.Finish(); in SetUp() local
82 dawn::CommandBuffer commands = encoder.Finish(); in CreateTriangleCommandBuffer() local
91 dawn::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
102 dawn::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
114 dawn::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
129 dawn::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
138 dawn::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
150 dawn::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local
DIndexFormatTests.cpp91 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
122 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
166 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
202 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
242 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
276 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
DScissorTests.cpp64 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
87 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
115 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
146 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
DDynamicBufferOffsetTests.cpp144 dawn::CommandBuffer commands = commandEncoder.Finish(); in TEST_P() local
166 dawn::CommandBuffer commands = commandEncoder.Finish(); in TEST_P() local
187 dawn::CommandBuffer commands = commandEncoder.Finish(); in TEST_P() local
207 dawn::CommandBuffer commands = commandEncoder.Finish(); in TEST_P() local
DTextureZeroInitTests.cpp123 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
151 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
180 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
208 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
242 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
272 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
292 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
419 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
DDebugMarkerTests.cpp34 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
DViewportOrientationTests.cpp57 dawn::CommandBuffer commands = encoder.Finish(); in TEST_P() local
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-config.md41 #### set
49 #### get
56 #### list
64 #### delete
71 #### edit
/third_party/markupsafe/
Dtox.ini14 commands = pytest --tb=short --cov --cov-report= {posargs} key
19 commands = pre-commit run --all-files --show-diff-on-failure key
23 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html key
30 commands = key
41 commands = key
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DCommandDispatcher.java34 private final Command[] commands; field in CommandDispatcher
36 public CommandDispatcher(String[] args, Command[] commands) { in CommandDispatcher()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DQueue.cpp31 void QueueBase::Submit(uint32_t commandCount, CommandBufferBase* const* commands) { in Submit()
59 CommandBufferBase* const* commands) { in ValidateSubmit()
DCommands.cpp26 void FreeCommands(CommandIterator* commands) { in FreeCommands()
152 void SkipCommand(CommandIterator* commands, Command type) { in SkipCommand()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp106 for (auto& commands : mUnusedCommands) { in ~Device() local
456 CommandPoolAndBuffer commands = mUnusedCommands.back(); in GetUnusedCommands() local
461 CommandPoolAndBuffer commands; in GetUnusedCommands() local
489 for (auto& commands : mCommandsInFlight.IterateUpTo(mCompletedSerial)) { in RecycleCompletedCommands() local
498 void Device::FreeCommands(CommandPoolAndBuffer* commands) { in FreeCommands()
DBufferVk.cpp166 void Buffer::TransitionUsageNow(VkCommandBuffer commands, dawn::BufferUsageBit usage) { in TransitionUsageNow()
215 VkCommandBuffer commands = device->GetPendingCommandBuffer(); in MapReadAsyncImpl() local
228 VkCommandBuffer commands = device->GetPendingCommandBuffer(); in MapWriteAsyncImpl() local
DCommandBufferVk.cpp173 void Flush(Device* device, VkCommandBuffer commands, VkPipelineBindPoint bindPoint) { in Flush()
192 void RecordBeginRenderPass(VkCommandBuffer commands, in RecordBeginRenderPass()
339 void CommandBuffer::RecordCommands(VkCommandBuffer commands) { in RecordCommands()
343 auto TransitionForPass = [](VkCommandBuffer commands, const PassResourceUsage& usages) { in RecordCommands()
501 void CommandBuffer::RecordComputePass(VkCommandBuffer commands) { in RecordComputePass()
558 void CommandBuffer::RecordRenderPass(VkCommandBuffer commands, in RecordRenderPass()
DTextureVk.cpp497 void Texture::TransitionUsageNow(VkCommandBuffer commands, dawn::TextureUsageBit usage) { in TransitionUsageNow()
534 void Texture::ClearTexture(VkCommandBuffer commands, in ClearTexture()
568 void Texture::EnsureSubresourceContentInitialized(VkCommandBuffer commands, in EnsureSubresourceContentInitialized()
DQueueVk.cpp28 void Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
/third_party/node/deps/brotli/c/enc/
Dcompress_fragment_two_pass.c119 uint32_t insertlen, uint32_t** commands) { in EmitInsertLen()
148 static BROTLI_INLINE void EmitCopyLen(size_t copylen, uint32_t** commands) { in EmitCopyLen()
172 size_t copylen, uint32_t** commands) { in EmitCopyLenLastDistance()
210 static BROTLI_INLINE void EmitDistance(uint32_t distance, uint32_t** commands) { in EmitDistance()
242 uint8_t** literals, uint32_t** commands) { in CreateCommands()
457 const uint32_t* commands, const size_t num_commands, in StoreCommands()
570 uint32_t* commands = command_buf; in BrotliCompressFragmentTwoPassImpl() local
/third_party/node/deps/npm/lib/utils/
Ddid-you-mean.js3 function didYouMean (scmd, commands) { argument
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DQueueGL.cpp25 void Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DQueueD3D12.cpp25 void Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl()
/third_party/gn/src/gn/
Dcommand_analyze.cc20 namespace commands { namespace
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DPathNULL.cpp21 const GLubyte *commands, in setCommands()
/third_party/flutter/skia/tools/skiaserve/urlhandlers/
DClipAlphaHandler.cpp25 SkTArray<SkString> commands; in handle() local
DOpBoundsHandler.cpp24 SkTArray<SkString> commands; in handle() local

123456