HomeSort by relevance Sort by last modified time
    Searched refs:_cl_sampler (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
sampler.hpp 30 typedef struct _cl_sampler sampler;
33 struct _cl_sampler : public clover::ref_counter { struct in inherits:clover::ref_counter
35 _cl_sampler(clover::context &ctx, bool norm_mode,
sampler.cpp 28 _cl_sampler::_cl_sampler(clover::context &ctx, bool norm_mode, function in class:_cl_sampler
36 _cl_sampler::norm_mode() {
41 _cl_sampler::addr_mode() {
46 _cl_sampler::filter_mode() {
51 _cl_sampler::bind(clover::command_queue &q) {
71 _cl_sampler::unbind(clover::command_queue &q, void *st) {
queue.hpp 57 friend struct _cl_sampler;
  /external/mesa3d/include/CL/
cl.h 49 typedef struct _cl_sampler * cl_sampler;
    [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.h 47 typedef struct _cl_sampler * cl_sampler;
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp 204 struct _cl_sampler { int dummy; }; struct
214 typedef struct _cl_sampler * cl_sampler;
    [all...]

Completed in 84 milliseconds