Home
last modified time | relevance | path

Searched refs:addCommand (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp112 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 …]
DvktBasicDrawTests.cpp175 …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/
DvktDrawIndirectTest.cpp112 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 …]
DvktBasicDrawTests.cpp175 …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/
DVkCommandBuffer.cpp1303 void CommandBuffer::addCommand(Args &&... args) in addCommand() function in vk::CommandBuffer
1322addCommand<::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()
1355addCommand<::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 …]
DVkCommandBuffer.hpp184 void addCommand(Args &&... args);
/third_party/skia/tools/viewer/
DViewer.cpp420 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/
DCommandSet.cpp17 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
DCommandSet.h48 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/
Dindex.d.ts356 addCommand(cmd: Command, opts?: CommandOptions): this;
/third_party/node/test/fixtures/postject-copy/node_modules/commander/
DReadme.md512 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/
Dcommand.js263 addCommand(cmd, opts) { method in Command
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …=!0){return"string"!=typeof e&&(e=!!e),this._showHelpAfterError=e,this}addCommand(e,t){if(!e._name… method in t.detachNode.d