Home
last modified time | relevance | path

Searched refs:ProbeCommand (Results 1 – 8 of 8) sorted by relevance

/external/deqp-deps/amber/src/
Dcommand.cc73 ProbeCommand* Command::AsProbe() { in AsProbe()
74 return static_cast<ProbeCommand*>(this); in AsProbe()
123 ProbeCommand::ProbeCommand(Buffer* buffer) : Probe(Type::kProbe, buffer) {} in ProbeCommand() function in amber::ProbeCommand
125 ProbeCommand::~ProbeCommand() = default;
Dverifier_test.cc61 ProbeCommand probe(color_buf.get()); in TEST_F()
98 ProbeCommand probe(color_buf.get()); in TEST_F()
131 ProbeCommand probe(color_buf.get()); in TEST_F()
160 ProbeCommand probe(color_buf.get()); in TEST_F()
192 ProbeCommand probe(color_buf.get()); in TEST_F()
219 ProbeCommand probe(color_buf.get()); in TEST_F()
246 ProbeCommand probe(color_buf.get()); in TEST_F()
273 ProbeCommand probe(color_buf.get()); in TEST_F()
300 ProbeCommand probe(color_buf.get()); in TEST_F()
327 ProbeCommand probe(color_buf.get()); in TEST_F()
[all …]
Dverifier.h35 Result Probe(const ProbeCommand* command,
Dcommand.h48 class ProbeCommand; variable
111 ProbeCommand* AsProbe();
359 class ProbeCommand : public Probe {
361 explicit ProbeCommand(Buffer* buffer);
362 ~ProbeCommand() override;
Dverifier.cc173 void SetupToleranceForTexels(const ProbeCommand* command, in SetupToleranceForTexels()
316 const ProbeCommand* command, in IsTexelEqualToExpected()
399 Result Verifier::Probe(const ProbeCommand* command, in Probe()
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.h33 class ProbeCommand; variable
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser.cc922 auto cmd = MakeUnique<ProbeCommand>(buffer); in ProcessProbe()
/external/deqp-deps/amber/src/amberscript/
Dparser.cc3067 auto probe = MakeUnique<ProbeCommand>(buffer); in ParseExpect()