Searched refs:CL_UNORM_INT8 (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | format.cpp | 30 { { 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/ |
D | core.hpp | 76 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/ |
D | core.hpp | 76 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/ |
D | cl_utils.cpp | 59 case CL_UNORM_INT8: in GetElementSize() 150 case CL_UNORM_INT8: in IsValidImageFormat()
|
/third_party/boost/libs/compute/test/extra/ |
D | test_interop_opencv.cpp | 53 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()
|
D | test_interop_qt.cpp | 31 bcl::image_format(CL_BGRA, CL_UNORM_INT8) in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/compute/image/ |
D | image_format.hpp | 57 unorm_int8 = CL_UNORM_INT8,
|
/third_party/boost/libs/compute/include/boost/compute/image/ |
D | image_format.hpp | 57 unorm_int8 = CL_UNORM_INT8,
|
/third_party/opencl-headers/ |
D | README_zh.md | 62 image_format.image_channel_data_type = CL_UNORM_INT8;
|
/third_party/boost/libs/compute/test/ |
D | test_image2d.cpp | 86 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/ |
D | cl.h | 440 #define CL_UNORM_INT8 0x10D2 macro
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 580 #define CL_UNORM_INT8 0x10D2 macro
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 578 #define CL_UNORM_INT8 0x10D2 macro
|
/third_party/opencl-headers/CL/ |
D | cl.h | 580 #define CL_UNORM_INT8 0x10D2 macro
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_opencl.c | 1448 image_format->image_channel_data_type = CL_UNORM_INT8; in opencl_get_plane_format()
|