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

  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 419 #define VECTOR_CLASS std::vector
421 #define VECTOR_CLASS cl::vector
698 // Specialized GetInfoHelper for VECTOR_CLASS params
700 struct GetInfoHelper<Func, VECTOR_CLASS<T> >
702 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<T>* param)
723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> >
726 get(Func f, cl_uint name, VECTOR_CLASS<char *>* param)
790 F(cl_device_info, CL_DEVICE_MAX_WORK_ITEM_SIZES, VECTOR_CLASS< ::size_t>) \
837 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \
838 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>)
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 419 #define VECTOR_CLASS std::vector
421 #define VECTOR_CLASS cl::vector
698 // Specialized GetInfoHelper for VECTOR_CLASS params
700 struct GetInfoHelper<Func, VECTOR_CLASS<T> >
702 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<T>* param)
723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> >
726 get(Func f, cl_uint name, VECTOR_CLASS<char *>* param)
790 F(cl_device_info, CL_DEVICE_MAX_WORK_ITEM_SIZES, VECTOR_CLASS< ::size_t>) \
837 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \
838 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>)
    [all...]

Completed in 78 milliseconds