Home
last modified time | relevance | path

Searched refs:CommandType (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DCommandAllocatorTests.cpp24 enum class CommandType { enum
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::Draw); in TEST()
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DCommandAllocatorTests.cpp24 enum class CommandType { enum
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()
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 …]
/third_party/flutter/skia/tools/sk_app/
DCommandSet.h59 enum CommandType { enum
82 CommandType fType;
/third_party/skia/tools/sk_app/
DCommandSet.h59 enum CommandType { enum
82 CommandType fType;
/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Dwinrtbuild.ps1242 $NugetPath = (Get-Command -CommandType Application nuget.exe | %{$_.Path}) 2> $null
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLEvent.cpp43 case EventInfo::CommandType: in getInfo()
/third_party/skia/third_party/externals/angle2/src/common/
DPackedCLEnums_autogen.cpp1025 return EventInfo::CommandType; in FromCLenum()
1043 case EventInfo::CommandType: in ToCLenum()
1064 case EventInfo::CommandType: in operator <<()
DPackedCLEnums_autogen.h203 CommandType = 1, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp87 enum CommandType enum
99 CommandType cType;
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSynchronizationTests.cpp996 enum CommandType enum
1009 CommandType type;