Searched refs:SamplerCommand (Results 1 – 5 of 5) sorted by relevance
142 SamplerCommand::SamplerCommand(Pipeline* pipeline) in SamplerCommand() function in amber::SamplerCommand145 SamplerCommand::~SamplerCommand() = default;
572 class SamplerCommand : public BindableResourceCommand {574 explicit SamplerCommand(Pipeline* pipeline);575 ~SamplerCommand() override;
53 Result AddSamplerDescriptor(const SamplerCommand*);
368 Result Pipeline::AddSamplerDescriptor(const SamplerCommand* cmd) { in AddSamplerDescriptor()
272 auto cmd = MakeUnique<SamplerCommand>(pipeline); in CreatePipeline()