HomeSort by relevance Sort by last modified time
    Searched refs:cl_int (Results 26 - 36 of 36) sorted by null

12

  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.cpp 64 event::abort_self(cl_int status) {
75 event::abort(cl_int status) {
90 cl_int
134 cl_int
227 cl_int
error.hpp 56 error(cl_int code, std::string what = "") :
60 cl_int get() const {
65 cl_int code;
  /external/mesa3d/src/gallium/state_trackers/clover/api/
transfer.cpp 275 CLOVER_API cl_int
305 CLOVER_API cl_int
335 CLOVER_API cl_int
372 CLOVER_API cl_int
409 CLOVER_API cl_int
442 CLOVER_API cl_int
480 CLOVER_API cl_int
514 CLOVER_API cl_int
548 CLOVER_API cl_int
580 CLOVER_API cl_int
    [all...]
  /external/mesa3d/include/CL/
cl_platform.h 127 typedef signed __int32 cl_int; typedef
218 typedef int32_t cl_int __attribute__((aligned(4))); typedef
377 typedef cl_int __cl_int4 __attribute__((vector_size(16)));
411 typedef cl_int __cl_int2 __attribute__((vector_size(8)));
798 cl_int CL_ALIGNED(8) s[2];
800 __CL_ANON_STRUCT__ struct{ cl_int x, y; };
801 __CL_ANON_STRUCT__ struct{ cl_int s0, s1; };
802 __CL_ANON_STRUCT__ struct{ cl_int lo, hi; };
811 cl_int CL_ALIGNED(16) s[4];
813 __CL_ANON_STRUCT__ struct{ cl_int x, y, z, w; }
    [all...]
  /external/libxcam/modules/ocl/
cl_context.h 102 SmartPtr<CLEvent> &event, cl_int status,
103 void (*callback) (cl_event, cl_int, void*),
cl_kernel.h 120 static void event_notify (cl_event event, cl_int status, void* data);
cl_kernel.cpp 364 cl_int error_code = clSetKernelArg (_kernel_id, arg_i, arg_size, arg_addr);
431 CLKernel::event_notify (cl_event event, cl_int status, void* data)
cl_memory.cpp 128 cl_int error_code = CL_SUCCESS;
283 cl_int error_code = CL_SUCCESS;
  /external/ImageMagick/MagickCore/
opencl.c 450 (cl_int *) NULL));
463 MagickPrivate cl_int SetOpenCLKernelArg(cl_kernel kernel,cl_uint arg_index,
500 cl_int
646 device->deviceID,properties,(cl_int *) NULL);
687 (cl_int *) NULL);
    [all...]
accelerate.c 262 cl_int
309 cl_int
399 cl_int
500 inputPixelCount=(cl_int) (image->columns*image->rows);
597 cl_int
802 cl_int
984 cl_int
    [all...]
cache.c     [all...]

Completed in 304 milliseconds

12