Searched refs:add_sampler (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_nir_lower_tex_src_plane.c | 60 add_sampler(lower_tex_src_state *state, unsigned orig_binding, in add_sampler() function 90 add_sampler(state, y_samp, extra, "u"); in assign_extra_samplers() 95 add_sampler(state, y_samp, extra, "v"); in assign_extra_samplers() 101 add_sampler(state, y_samp, extra, "uv"); in assign_extra_samplers()
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | datasets.py | 1965 def add_sampler(self, new_sampler): member in MappableDataset 2004 self.add_sampler(new_sampler) 2091 ds.add_sampler(random_sampler) 2094 ds.add_sampler(subset_sampler) 2098 ds.add_sampler(samplers.SequentialSampler())
|