Home
last modified time | relevance | path

Searched refs:CommandType (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DCommandAllocatorTests.cpp24 enum class CommandType { class
79 CommandPipeline* pipeline = allocator.Allocate<CommandPipeline>(CommandType::Pipeline); in TEST()
83 CommandDraw* draw = allocator.Allocate<CommandDraw>(CommandType::Draw); in TEST()
90 CommandType type; in TEST()
94 ASSERT_EQ(type, CommandType::Pipeline); in TEST()
102 ASSERT_EQ(type, CommandType::Draw); in TEST()
125 allocator.Allocate<CommandPushConstants>(CommandType::PushConstants); in TEST()
137 CommandType type; in TEST()
141 ASSERT_EQ(type, CommandType::PushConstants); in TEST()
167 CommandDraw* draw = allocator.Allocate<CommandDraw>(CommandType in TEST()
[all...]
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp160 NCommandType::EEnum CommandType; member
176 command.CommandType = (NCommandType::EEnum)index; in ParseArchiveCommand()
182 return kCommandRecursedDefault[CommandType]; in DefaultRecursedType()
346 command.CommandType = NCommandType::kFullExtract; in Main2()
421 if (command.CommandType != NCommandType::kList) in Main2()
445 eo.TestMode = command.CommandType == NCommandType::kTest; in Main2()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp343 switch ((int)CommandType) in IsFromExtractGroup()
356 switch ((int)CommandType) in GetPathMode()
368 switch ((int)CommandType) in IsFromUpdateGroup()
406 command.CommandType = (NCommandType::EEnum)index; in ParseArchiveCommand()
411 command.CommandType = (NCommandType::kRename); in ParseArchiveCommand()
1324 options.Command.CommandType != NCommandType::kBenchmark && in Parse2()
1325 options.Command.CommandType != NCommandType::kInfo && in Parse2()
1326 options.Command.CommandType != NCommandType::kHash; in Parse2()
1329 const bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
1330 const bool isRename = options.Command.CommandType in Parse2()
[all...]
H A DArchiveCommandLine.h34 NCommandType::EEnum CommandType; member
38 bool IsTestCommand() const { return CommandType == NCommandType::kTest; } in IsTestCommand()
/third_party/skia/tools/sk_app/
H A DCommandSet.h59 enum CommandType { enum
82 CommandType fType;
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp960 || options.Command.CommandType == NCommandType::kList
998 || options.Command.CommandType == NCommandType::kHash
999 || options.Command.CommandType == NCommandType::kBenchmark)
1015 if (options.Command.CommandType == NCommandType::kInfo)
1206 else if (options.Command.CommandType == NCommandType::kBenchmark)
1220 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList)
1540 else if (options.Command.CommandType == NCommandType::kHash)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLEvent.cpp43 case EventInfo::CommandType: in getInfo()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedCLEnums_autogen.cpp1025 return EventInfo::CommandType; in FromCLenum()
1043 case EventInfo::CommandType: in ToCLenum()
1064 case EventInfo::CommandType: in operator <<()
H A DPackedCLEnums_autogen.h203 CommandType = 1, member in cl::EventInfo
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp89 enum CommandType enum
101 CommandType cType;
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp996 enum CommandType
1009 CommandType type;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp87 enum CommandType enum
99 CommandType cType;

Completed in 21 milliseconds