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

  /external/mesa3d/src/gallium/state_trackers/clover/core/
format.hpp 33 pipe_texture_target translate_target(cl_mem_object_type type);
41 cl_mem_object_type type);
memory.hpp 49 virtual cl_mem_object_type type() const = 0;
76 virtual cl_mem_object_type type() const;
142 virtual cl_mem_object_type type() const;
153 virtual cl_mem_object_type type() const;
device.hpp 70 clover::supported_formats(cl_context, cl_mem_object_type);
memory.cpp 66 cl_mem_object_type
181 cl_mem_object_type
196 cl_mem_object_type
format.cpp 124 translate_target(cl_mem_object_type type) {
148 supported_formats(cl_context ctx, cl_mem_object_type type) {
  /external/mesa3d/src/gallium/state_trackers/clover/api/
memory.cpp 166 cl_mem_object_type type, cl_uint count,
201 return scalar_property<cl_mem_object_type>(buf, size, size_ret,
  /external/mesa3d/include/CL/
cl.h 68 typedef cl_uint cl_mem_object_type; typedef
318 /* cl_mem_object_type */
588 cl_mem_object_type /* image_type */,
    [all...]
cl.hpp 850 F(cl_mem_info, CL_MEM_TYPE, cl_mem_object_type) \
    [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.h 68 typedef cl_uint cl_mem_object_type; typedef
98 cl_mem_object_type image_type;
392 /* cl_mem_object_type */
    [all...]
cl.hpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 346 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSupportedImageFormats)(cl_context, cl_mem_flags, cl_mem_object_type, cl_uint, cl_image_format*, cl_uint*);
opencl_core_wrappers.hpp 200 inline cl_int clGetSupportedImageFormats(cl_context p0, cl_mem_flags p1, cl_mem_object_type p2, cl_uint p3, cl_image_format* p4, cl_uint* p5) { return clGetSupportedImageFormats_pfn(p0, p1, p2, p3, p4, p5); }
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp     [all...]
  /external/opencv3/modules/core/src/
ocl.cpp 245 typedef cl_uint cl_mem_object_type; typedef
275 cl_mem_object_type image_type;
    [all...]

Completed in 893 milliseconds