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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
device.hpp 46 cl_device_type type() const;
device.cpp 59 cl_device_type
  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.hpp 46 cl_device_type type() const;
device.cpp 59 cl_device_type
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
context.cpp 61 cl_device_type type,
device.cpp 31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type,
72 case CL_DEVICE_TYPE:
73 return scalar_property<cl_device_type>(buf, size, size_ret, dev->type());
  /external/mesa3d/src/gallium/state_trackers/clover/api/
context.cpp 61 cl_device_type type,
device.cpp 31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type,
72 case CL_DEVICE_TYPE:
73 return scalar_property<cl_device_type>(buf, size, size_ret, dev->type());
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.h 53 typedef cl_bitfield cl_device_type; typedef
166 /* cl_device_type - bitfield */
174 #define CL_DEVICE_TYPE 0x1000
462 cl_device_type /* device_type */,
485 cl_device_type /* device_type */,
    [all...]
cl.hpp 785 F(cl_device_info, CL_DEVICE_TYPE, cl_device_type) \
    [all...]
  /external/mesa3d/include/CL/
cl.h 53 typedef cl_bitfield cl_device_type; typedef
166 /* cl_device_type - bitfield */
174 #define CL_DEVICE_TYPE 0x1000
462 cl_device_type /* device_type */,
485 cl_device_type /* device_type */,
    [all...]
cl.hpp 785 F(cl_device_info, CL_DEVICE_TYPE, cl_device_type) \
    [all...]

Completed in 3812 milliseconds