Home
last modified time | relevance | path

Searched defs:_cl_sampler (Results 1 – 3 of 3) 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
/external/opencv3/modules/core/src/
Docl.cpp204 struct _cl_sampler { int dummy; }; argument