Searched refs:norm_mode (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dsampler.hpp32 sampler(clover::context &ctx, bool norm_mode,
40 bool norm_mode();
H A Dsampler.cpp28 sampler::sampler(clover::context &ctx, bool norm_mode, argument
31 context(ctx), _norm_mode(norm_mode),
36 sampler::norm_mode() { function in class:sampler
54 info.normalized_coords = norm_mode();
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dsampler.hpp32 sampler(clover::context &ctx, bool norm_mode,
40 bool norm_mode();
H A Dsampler.cpp28 sampler::sampler(clover::context &ctx, bool norm_mode, argument
31 context(ctx), _norm_mode(norm_mode),
36 sampler::norm_mode() { function in class:sampler
54 info.normalized_coords = norm_mode();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dsampler.cpp29 clCreateSampler(cl_context d_ctx, cl_bool norm_mode, argument
38 return new sampler(ctx, norm_mode, addr_mode, filter_mode);
81 buf.as_scalar<cl_bool>() = s.norm_mode();
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dsampler.cpp29 clCreateSampler(cl_context d_ctx, cl_bool norm_mode, argument
38 return new sampler(ctx, norm_mode, addr_mode, filter_mode);
81 buf.as_scalar<cl_bool>() = s.norm_mode();

Completed in 4 milliseconds