Home
last modified time | relevance | path

Searched defs:AddSampler (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/amber/src/
Dpipeline.cc599 void Pipeline::AddSampler(Sampler* sampler, in AddSampler() function in amber::Pipeline
610 void Pipeline::AddSampler(Sampler* sampler, const std::string& arg_name) { in AddSampler() function in amber::Pipeline
628 void Pipeline::AddSampler(Sampler* sampler, uint32_t arg_no) { in AddSampler() function in amber::Pipeline
645 void Pipeline::AddSampler(uint32_t mask, in AddSampler() function in amber::Pipeline
Dscript.h143 Result AddSampler(std::unique_ptr<Sampler> sampler) { in AddSampler() function