Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dpipeline.cc584 void Pipeline::AddSampler(Sampler* sampler, in AddSampler() function in amber::Pipeline
595 void Pipeline::AddSampler(Sampler* sampler, const std::string& arg_name) { in AddSampler() function in amber::Pipeline
613 void Pipeline::AddSampler(Sampler* sampler, uint32_t arg_no) { in AddSampler() function in amber::Pipeline
630 void Pipeline::AddSampler(uint32_t mask, in AddSampler() function in amber::Pipeline
Dscript.h138 Result AddSampler(std::unique_ptr<Sampler> sampler) { in AddSampler() function