Searched refs:CommandType (Results 1 – 10 of 10) sorted by relevance
24 enum class CommandType { enum79 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::Draw); in TEST()[all …]
24 enum class CommandType { enum79 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()124 …CommandPushConstants* pushConstants = allocator.Allocate<CommandPushConstants>(CommandType::PushCo… in TEST()136 CommandType type; in TEST()140 ASSERT_EQ(type, CommandType::PushConstants); in TEST()166 CommandDraw* draw = allocator.Allocate<CommandDraw>(CommandType::Draw); in TEST()[all …]
59 enum CommandType { enum82 CommandType fType;
242 $NugetPath = (Get-Command -CommandType Application nuget.exe | %{$_.Path}) 2> $null
43 case EventInfo::CommandType: in getInfo()
1025 return EventInfo::CommandType; in FromCLenum()1043 case EventInfo::CommandType: in ToCLenum()1064 case EventInfo::CommandType: in operator <<()
203 CommandType = 1, enumerator
87 enum CommandType enum99 CommandType cType;
996 enum CommandType enum1009 CommandType type;