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

  /external/mesa3d/src/gallium/state_trackers/clover/api/
sampler.cpp 28 PUBLIC cl_sampler
44 clRetainSampler(cl_sampler s) {
53 clReleaseSampler(cl_sampler s) {
64 clGetSamplerInfo(cl_sampler s, cl_sampler_info param,
  /external/mesa3d/include/CL/
cl.h 49 typedef struct _cl_sampler * cl_sampler; typedef in typeref:struct:_cl_sampler
613 extern CL_API_ENTRY cl_sampler CL_API_CALL
621 clRetainSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0;
624 clReleaseSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0;
627 clGetSamplerInfo(cl_sampler /* sampler */,
    [all...]
cl.hpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 297 extern CL_RUNTIME_EXPORT cl_sampler (CL_API_CALL*clCreateSampler)(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*);
345 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSamplerInfo)(cl_sampler, cl_sampler_info, size_t, void*, size_t*);
355 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseSampler)(cl_sampler);
363 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainSampler)(cl_sampler);
opencl_core_wrappers.hpp 53 inline cl_sampler clCreateSampler(cl_context p0, cl_bool p1, cl_addressing_mode p2, cl_filter_mode p3, cl_int* p4) { return clCreateSampler_pfn(p0, p1, p2, p3, p4); }
197 inline cl_int clGetSamplerInfo(cl_sampler p0, cl_sampler_info p1, size_t p2, void* p3, size_t* p4) { return clGetSamplerInfo_pfn(p0, p1, p2, p3, p4); }
227 inline cl_int clReleaseSampler(cl_sampler p0) { return clReleaseSampler_pfn(p0); }
251 inline cl_int clRetainSampler(cl_sampler p0) { return clRetainSampler_pfn(p0); }
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.h 47 typedef struct _cl_sampler * cl_sampler; typedef in typeref:struct:_cl_sampler
    [all...]
cl.hpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 375 if (size != sizeof(cl_sampler))
378 obj = *(cl_sampler *)value;
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp 277 cl_sampler (CL_API_CALL*clCreateSampler)(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*) =
278 opencl_fn5<OPENCL_FN_clCreateSampler, cl_sampler, cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*>::switch_fn;
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp 214 typedef struct _cl_sampler * cl_sampler; typedef in typeref:struct:_cl_sampler
    [all...]

Completed in 316 milliseconds