Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dsampler.hpp33 struct _cl_sampler : public clover::ref_counter { struct
42 clover::context &ctx;
50 bool __norm_mode;
51 cl_addressing_mode __addr_mode;
52 cl_filter_mode __filter_mode;
Dsampler.cpp28 _cl_sampler::_cl_sampler(clover::context &ctx, bool norm_mode, in _cl_sampler() function in _cl_sampler