Home
last modified time | relevance | path

Searched refs:CL_UNORM_INT8 (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dformat.cpp30 { { CL_BGRA, CL_UNORM_INT8 }, PIPE_FORMAT_B8G8R8A8_UNORM },
31 { { CL_ARGB, CL_UNORM_INT8 }, PIPE_FORMAT_A8R8G8B8_UNORM },
33 { { CL_LUMINANCE, CL_UNORM_INT8 }, PIPE_FORMAT_L8_UNORM },
34 { { CL_A, CL_UNORM_INT8 }, PIPE_FORMAT_A8_UNORM },
35 { { CL_INTENSITY, CL_UNORM_INT8 }, PIPE_FORMAT_I8_UNORM },
49 { { CL_R, CL_UNORM_INT8 }, PIPE_FORMAT_R8_UNORM },
50 { { CL_RG, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8_UNORM },
51 { { CL_RGB, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8B8_UNORM },
52 { { CL_RGBA, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8B8A8_UNORM },
62 { { CL_RGBx, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8B8X8_UNORM },
[all …]
/third_party/boost/boost/compute/interop/opencv/
Dcore.hpp76 return image_format(CL_BGRA, CL_UNORM_INT8); in opencv_get_mat_image_format()
84 return image_format(CL_INTENSITY, CL_UNORM_INT8); in opencv_get_mat_image_format()
99 if(cl_image_format->image_channel_data_type == CL_UNORM_INT8 && in opencv_create_mat_with_image2d()
/third_party/boost/libs/compute/include/boost/compute/interop/opencv/
Dcore.hpp76 return image_format(CL_BGRA, CL_UNORM_INT8); in opencv_get_mat_image_format()
84 return image_format(CL_INTENSITY, CL_UNORM_INT8); in opencv_get_mat_image_format()
99 if(cl_image_format->image_channel_data_type == CL_UNORM_INT8 && in opencv_create_mat_with_image2d()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dcl_utils.cpp59 case CL_UNORM_INT8: in GetElementSize()
150 case CL_UNORM_INT8: in IsValidImageFormat()
/third_party/boost/libs/compute/test/extra/
Dtest_interop_opencv.cpp53 bcl::image_format(CL_BGRA, CL_UNORM_INT8) in BOOST_AUTO_TEST_CASE()
77 bcl::image_format(CL_INTENSITY, CL_UNORM_INT8) in BOOST_AUTO_TEST_CASE()
Dtest_interop_qt.cpp31 bcl::image_format(CL_BGRA, CL_UNORM_INT8) in BOOST_AUTO_TEST_CASE()
/third_party/boost/boost/compute/image/
Dimage_format.hpp57 unorm_int8 = CL_UNORM_INT8,
/third_party/boost/libs/compute/include/boost/compute/image/
Dimage_format.hpp57 unorm_int8 = CL_UNORM_INT8,
/third_party/opencl-headers/
DREADME_zh.md62 image_format.image_channel_data_type = CL_UNORM_INT8;
/third_party/boost/libs/compute/test/
Dtest_image2d.cpp86 compute::image_format format(CL_RGBA, CL_UNORM_INT8); in BOOST_AUTO_TEST_CASE()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h440 #define CL_UNORM_INT8 0x10D2 macro
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h580 #define CL_UNORM_INT8 0x10D2 macro
/third_party/mesa3d/include/CL/
Dcl.h578 #define CL_UNORM_INT8 0x10D2 macro
/third_party/opencl-headers/CL/
Dcl.h580 #define CL_UNORM_INT8 0x10D2 macro
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c1448 image_format->image_channel_data_type = CL_UNORM_INT8; in opencl_get_plane_format()