Home
last modified time | relevance | path

Searched refs:SamplerCommand (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/amber/src/
Dcommand.cc142 SamplerCommand::SamplerCommand(Pipeline* pipeline) in SamplerCommand() function in amber::SamplerCommand
145 SamplerCommand::~SamplerCommand() = default;
Dcommand.h572 class SamplerCommand : public BindableResourceCommand {
574 explicit SamplerCommand(Pipeline* pipeline);
575 ~SamplerCommand() override;
/external/deqp-deps/amber/src/vulkan/
Dpipeline.h53 Result AddSamplerDescriptor(const SamplerCommand*);
Dpipeline.cc368 Result Pipeline::AddSamplerDescriptor(const SamplerCommand* cmd) { in AddSamplerDescriptor()
Dengine_vulkan.cc272 auto cmd = MakeUnique<SamplerCommand>(pipeline); in CreatePipeline()