/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
D | parser_expect_test.cc | 45 const auto& commands = script->GetCommands(); in TEST_F() 87 const auto& commands = script->GetCommands(); in TEST_F() 648 const auto& commands = script->GetCommands(); in TEST_F() 678 const auto& commands = script->GetCommands(); in TEST_F() 746 const auto& commands = script->GetCommands(); in TEST_F() 866 const auto& commands = script->GetCommands(); in TEST_F() 896 const auto& commands = script->GetCommands(); in TEST_F() 926 const auto& commands = script->GetCommands(); in TEST_F() 999 const auto& commands = script->GetCommands(); in TEST_F() 1026 const auto& commands = script->GetCommands(); in TEST_F() [all …]
|
D | parser_debug_test.cc | 144 const auto& commands = script->GetCommands(); in TEST_F() 196 const auto& commands = script->GetCommands(); in TEST_F() 241 const auto& commands = script->GetCommands(); in TEST_F() 284 const auto& commands = script->GetCommands(); in TEST_F()
|
D | parser_repeat_test.cc | 45 const auto& commands = script->GetCommands(); in TEST_F() 54 const auto& repeat_cmds = repeat->GetCommands(); in TEST_F()
|
D | parser_run_test.cc | 43 const auto& commands = script->GetCommands(); in TEST_F() 210 const auto& commands = script->GetCommands(); in TEST_F() 511 const auto& commands = script->GetCommands(); in TEST_F() 878 const auto& commands = script->GetCommands(); in TEST_F() 917 const auto& commands = script->GetCommands(); in TEST_F() 956 const auto& commands = script->GetCommands(); in TEST_F() 996 const auto& commands = script->GetCommands(); in TEST_F() 1042 const auto& commands = script->GetCommands(); in TEST_F()
|
D | parser_clear_test.cc | 42 const auto& commands = script->GetCommands(); in TEST_F()
|
D | parser_clear_depth_test.cc | 43 const auto& commands = script->GetCommands(); in TEST_F()
|
D | parser_clear_stencil_test.cc | 43 const auto& commands = script->GetCommands(); in TEST_F()
|
D | parser_copy_test.cc | 34 const auto& commands = script->GetCommands(); in TEST_F()
|
D | parser_clear_color_test.cc | 43 const auto& commands = script->GetCommands(); in TEST_F()
|
/third_party/gn/src/gn/ |
D | gn_main.cc | 69 const commands::CommandInfoMap& command_map = commands::GetCommands(); in main() 81 for (const auto& cmd : commands::GetCommands()) in main()
|
D | command_help.cc | 39 for (const auto& cmd : commands::GetCommands()) in PrintToplevelHelp() 152 for (const auto& c : commands::GetCommands()) in PrintAllHelp() 292 const commands::CommandInfoMap& command_map = commands::GetCommands(); in RunHelp()
|
D | commands.h | 121 const CommandInfoMap& GetCommands();
|
D | commands.cc | 338 const CommandInfoMap& GetCommands() { in GetCommands() function
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | executor.cc | 98 for (const auto& cmd : script->GetCommands()) { in Execute() 195 for (const auto& sub_cmd : cmd->AsRepeat()->GetCommands()) { in ExecuteCommand()
|
D | script.h | 197 const std::vector<std::unique_ptr<Command>>& GetCommands() const { in GetCommands() function
|
D | command.h | 713 const std::vector<std::unique_ptr<Command>>& GetCommands() const { in GetCommands() function
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | CommandRecordingContext.h | 32 id<MTLCommandBuffer> GetCommands();
|
D | CommandRecordingContext.mm | 28 id<MTLCommandBuffer> CommandRecordingContext::GetCommands() {
|
D | CommandBufferMTL.mm | 991 [commandContext->GetCommands() popDebugGroup]; 1003 [commandContext->GetCommands() pushDebugGroup:mtlLabel.Get()]; 1513 CommandIterator* iter = bundles[i]->GetCommands();
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderBundle.h | 50 CommandIterator* GetCommands();
|
D | RenderBundle.cpp | 63 CommandIterator* RenderBundleBase::GetCommands() { in GetCommands() function in dawn_native::RenderBundleBase
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
D | parser_test.cc | 404 const auto& cmds = script->GetCommands(); in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | CommandBufferVk.cpp | 1281 CommandIterator* iter = bundles[i]->GetCommands(); in RecordRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 1326 CommandIterator* iter = bundles[i]->GetCommands(); in ExecuteRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | CommandBufferD3D12.cpp | 1607 CommandIterator* iter = bundles[i]->GetCommands(); in RecordRenderPass()
|