/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawIndirectTest.cpp | 112 template<typename T> void addCommand (const T&); 357 void IndirectDraw::addCommand<vk::VkDrawIndirectCommand> (const vk::VkDrawIndirectCommand& command) in addCommand() function in vkt::Draw::__anon33d92c5d0111::IndirectDraw 369 void IndirectDraw::addCommand<vk::VkDrawIndexedIndirectCommand> (const vk::VkDrawIndexedIndirectCom… in addCommand() function in vkt::Draw::__anon33d92c5d0111::IndirectDraw 495 addCommand(drawCommands[0]); in iterate() 496 addCommand(drawCommands[1]); in iterate() 497 addCommand(drawCommands[2]); in iterate() 498 addCommand(drawCommands[1]); in iterate() 504 addCommand(drawCommands[1]); in iterate() 505 addCommand(drawCommands[1]); in iterate() 528 addCommand(drawCommands[0]); in iterate() [all …]
|
D | vktBasicDrawTests.cpp | 175 …void addCommand (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const de… in addCommand() function 196 …void addCommand (const deUint32 indexC, const deUint32 instanceC, const deUint32 firstIdx, const d… in addCommand() function 1569 params.addCommand(vertexCount, 1, 0, 0); in populateSubGroup() 1572 params.addCommand(vertexCount, 1, firstVertex, 0); in populateSubGroup() 1582 params.addCommand(vertexCount, 1, 0, 0, 0); in populateSubGroup() 1585 params.addCommand(vertexCount, 1, firstIndex, vertexOffset, 0); in populateSubGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawIndirectTest.cpp | 112 template<typename T> void addCommand (const T&); 357 void IndirectDraw::addCommand<vk::VkDrawIndirectCommand> (const vk::VkDrawIndirectCommand& command) in addCommand() function in vkt::Draw::__anon5dd0121d0111::IndirectDraw 369 void IndirectDraw::addCommand<vk::VkDrawIndexedIndirectCommand> (const vk::VkDrawIndexedIndirectCom… in addCommand() function in vkt::Draw::__anon5dd0121d0111::IndirectDraw 495 addCommand(drawCommands[0]); in iterate() 496 addCommand(drawCommands[1]); in iterate() 497 addCommand(drawCommands[2]); in iterate() 498 addCommand(drawCommands[1]); in iterate() 504 addCommand(drawCommands[1]); in iterate() 505 addCommand(drawCommands[1]); in iterate() 528 addCommand(drawCommands[0]); in iterate() [all …]
|
D | vktBasicDrawTests.cpp | 175 …void addCommand (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const de… in addCommand() function 196 …void addCommand (const deUint32 indexC, const deUint32 instanceC, const deUint32 firstIdx, const d… in addCommand() function 1569 params.addCommand(vertexCount, 1, 0, 0); in populateSubGroup() 1572 params.addCommand(vertexCount, 1, firstVertex, 0); in populateSubGroup() 1582 params.addCommand(vertexCount, 1, 0, 0, 0); in populateSubGroup() 1585 params.addCommand(vertexCount, 1, firstIndex, vertexOffset, 0); in populateSubGroup()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 1303 void CommandBuffer::addCommand(Args &&... args) in addCommand() function in vk::CommandBuffer 1322 …addCommand<::CmdBeginRenderPass>(renderPass, framebuffer, renderArea, clearValueCount, clearValues… in beginRenderPass() 1329 addCommand<::CmdNextSubpass>(); in nextSubpass() 1334 addCommand<::CmdEndRenderPass>(); in endRenderPass() 1343 addCommand<::CmdExecuteCommands>(vk::Cast(pCommandBuffers[i])); in executeCommands() 1355 …addCommand<::CmdDispatch>(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCount… in dispatchBase() 1364 addCommand<::CmdPipelineBarrier>(); in pipelineBarrier() 1373 addCommand<::CmdPipelineBind>(pipelineBindPoint, pipeline); in bindPipeline() 1385 addCommand<::CmdVertexBufferBind>(i + firstBinding, vk::Cast(pBuffers[i]), pOffsets[i]); in bindVertexBuffers() 1391 addCommand<::CmdBeginQuery>(queryPool, query, flags); in beginQuery() [all …]
|
D | VkCommandBuffer.hpp | 184 void addCommand(Args &&... args);
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 420 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() { in __anon2e493c4a0102() 425 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anon2e493c4a0202() 431 fCommands.addCommand(skui::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anon2e493c4a0302() 436 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anon2e493c4a0402() 440 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anon2e493c4a0502() 444 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anon2e493c4a0602() 448 fCommands.addCommand('v', "Swapchain", "Toggle vsync on/off", [this]() { in __anon2e493c4a0702() 455 fCommands.addCommand('V', "Swapchain", "Toggle delayed acquire on/off (Metal only)", [this]() { in __anon2e493c4a0802() 462 fCommands.addCommand('r', "Redraw", "Toggle redraw", [this]() { in __anon2e493c4a0902() 466 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anon2e493c4a0a02() [all …]
|
/third_party/skia/tools/sk_app/ |
D | CommandSet.cpp | 17 this->addCommand('h', "Overlays", "Show help screen", [this]() { in CommandSet() 71 void CommandSet::addCommand(SkUnichar c, const char* group, const char* description, in addCommand() function in sk_app::CommandSet 76 void CommandSet::addCommand(skui::Key k, const char* keyName, const char* group, in addCommand() function in sk_app::CommandSet
|
D | CommandSet.h | 48 void addCommand(SkUnichar c, const char* group, const char* description, 50 void addCommand(skui::Key k, const char* keyName, const char* group, const char* description,
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/ |
D | index.d.ts | 356 addCommand(cmd: Command, opts?: CommandOptions): this;
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/ |
D | Readme.md | 512 You can specify (sub)commands using `.command()` or `.addCommand()`. There are two ways these can b… 516 You can use `.addCommand()` to add an already configured subcommand to the program. 539 .addCommand(build.makeBuildCommand()); 542 Configuration options can be passed with the call to `.command()` and `.addCommand()`. Specifying `… 548 For safety, `.addCommand()` does not automatically copy the inherited settings from the parent comm… 858 …en specified using `.command()`. If you create the subcommand yourself to use with `.addCommand()`,
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | command.js | 263 addCommand(cmd, opts) { method in Command
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …=!0){return"string"!=typeof e&&(e=!!e),this._showHelpAfterError=e,this}addCommand(e,t){if(!e._name… method in t.detachNode.d
|