aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLKernelLibrary.cpp
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2018-09-26 17:38:19 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:55:19 +0000
commitacaf21d7ae82e4de8da578c36e243fdc4c77c53d (patch)
treea8feb51cf78179cc4595ca96f7ada2c436ee1345 /src/core/CL/CLKernelLibrary.cpp
parente22aa1301a30dc97341aa7dfce933d71b0d226ea (diff)
downloadComputeLibrary-acaf21d7ae82e4de8da578c36e243fdc4c77c53d.tar.gz
COMPMID-286: CL colour convert to U8
Change-Id: I62bbf510cc106a90ed2884be3c9c0c127da25898 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/150681 Reviewed-by: Giuseppe Rossini <giuseppe.rossini@arm.com> Tested-by: bsgcomp <bsgcomp@arm.com>
Diffstat (limited to 'src/core/CL/CLKernelLibrary.cpp')
-rw-r--r--src/core/CL/CLKernelLibrary.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp
index 7e8ef6b22d..87b588e16c 100644
--- a/src/core/CL/CLKernelLibrary.cpp
+++ b/src/core/CL/CLKernelLibrary.cpp
@@ -352,6 +352,7 @@ const std::map<std::string, std::string> CLKernelLibrary::_kernel_program_map =
{ "RGB888_to_IYUV_bt709", "color_convert.cl" },
{ "RGB888_to_NV12_bt709", "color_convert.cl" },
{ "RGB888_to_RGBA8888_bt709", "color_convert.cl" },
+ { "RGB888_to_U8_bt709", "color_convert.cl" },
{ "RGB888_to_YUV444_bt709", "color_convert.cl" },
{ "RGBA8888_to_IYUV_bt709", "color_convert.cl" },
{ "RGBA8888_to_NV12_bt709", "color_convert.cl" },