Home
last modified time | relevance | path

Searched refs:image_channel_order (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dformat.hpp46 return (a.image_channel_order != b.image_channel_order ? in operator <()
47 a.image_channel_order < b.image_channel_order : in operator <()
/external/mesa3d/include/CL/
Dcl.h86 cl_channel_order image_channel_order; member
Dcl.hpp1166 image_channel_order = order; in ImageFormat()
1174 this->image_channel_order = rhs.image_channel_order; in operator =()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h93 cl_channel_order image_channel_order; member
Dcl.hpp1884 image_channel_order = order; in ImageFormat()
1893 this->image_channel_order = rhs.image_channel_order; in operator =()
/external/opencv3/modules/core/src/
Docl.cpp270 cl_channel_order image_channel_order; member
5555 format.image_channel_order = (cl_channel_order)channelOrder; in getImageFormat()