Home
last modified time | relevance | path

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

12

/external/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 …]
/external/OpenCL-CTS/test_conformance/basic/
Dtest_writeimage.cpp161 img_format.image_channel_data_type = CL_UNORM_INT8; in test_writeimage()
171 img_format.image_channel_data_type = CL_UNORM_INT8; in test_writeimage()
182 img_format.image_channel_data_type = CL_UNORM_INT8; in test_writeimage()
192 img_format.image_channel_data_type = CL_UNORM_INT8; in test_writeimage()
Dtest_hostptr.cpp147 img_format.image_channel_data_type = CL_UNORM_INT8; in test_hostptr()
153 img_format.image_channel_data_type = CL_UNORM_INT8; in test_hostptr()
159 img_format.image_channel_data_type = CL_UNORM_INT8; in test_hostptr()
165 img_format.image_channel_data_type = CL_UNORM_INT8; in test_hostptr()
Dtest_image_param.cpp48 case CL_UNORM_INT8: in validate_results()
166 … formats[] = { { CL_RGBA, CL_UNORM_INT8 }, { CL_RGBA, CL_UNORM_INT16 }, { CL_RGBA, CL_FLOAT },… in test_image_param()
Dtest_imagedim.cpp165 img_format.image_channel_data_type = CL_UNORM_INT8; in test_imagedim_pow2()
176 img_format.image_channel_data_type = CL_UNORM_INT8; in test_imagedim_pow2()
406 img_format.image_channel_data_type = CL_UNORM_INT8; in test_imagedim_non_pow2()
417 img_format.image_channel_data_type = CL_UNORM_INT8; in test_imagedim_non_pow2()
Dtest_imagenpot.cpp112 img_format.image_channel_data_type = CL_UNORM_INT8; in test_imagenpot()
122 img_format.image_channel_data_type = CL_UNORM_INT8; in test_imagenpot()
Dtest_readimage3d.cpp129 {CL_BGRA, CL_UNORM_INT8}, in test_readimage3d()
134 {CL_RGBA, CL_UNORM_INT8}, in test_readimage3d()
Dtest_simple_image_pitch.cpp47 fmt.image_channel_data_type = CL_UNORM_INT8; in test_simple_read_image_pitch()
110 fmt.image_channel_data_type = CL_UNORM_INT8; in test_simple_write_image_pitch()
Dtest_readimage.cpp160 img_format.image_channel_data_type = CL_UNORM_INT8; in test_readimage()
170 img_format.image_channel_data_type = CL_UNORM_INT8; in test_readimage()
Dtest_multireadimageonefmt.cpp121 img_format.image_channel_data_type = CL_UNORM_INT8; in test_mri_one()
Dtest_image_multipass.cpp164 img_format.image_channel_data_type = CL_UNORM_INT8; in test_image_multipass_integer_coord()
418 img_format.image_channel_data_type = CL_UNORM_INT8; in test_image_multipass_float_coord()
Dtest_multireadimagemultifmt.cpp138 img_format.image_channel_data_type = CL_UNORM_INT8; in test_mri_multiple()
Dtest_imagecopy3d.cpp137 img_format.image_channel_data_type = CL_UNORM_INT8; in test_imagecopy3d()
Dtest_imagecopy.cpp134 img_format.image_channel_data_type = CL_UNORM_INT8; in test_imagecopy()
/external/OpenCL-CTS/test_conformance/gles/
Dhelpers.cpp24 case CL_UNORM_INT8: in get_kernel_suffix()
49 case CL_UNORM_INT8: in get_read_kernel_type()
74 case CL_UNORM_INT8: in get_write_kernel_type()
107 case CL_UNORM_INT8: in get_write_conversion()
/external/OpenCL-CTS/test_extensions/media_sharing/
Dutils.cpp1045 formatPlane.image_channel_data_type = CL_UNORM_INT8; in ImageInfoVerify()
1062 formatPlane.image_channel_data_type = CL_UNORM_INT8; in ImageInfoVerify()
1358 format.image_channel_data_type = CL_UNORM_INT8; in SurfaceFormatToOCL()
1362 format.image_channel_data_type = CL_UNORM_INT8; in SurfaceFormatToOCL()
1378 format.image_channel_data_type = CL_UNORM_INT8; in SurfaceFormatToOCL()
1394 format.image_channel_data_type = CL_UNORM_INT8; in SurfaceFormatToOCL()
1398 format.image_channel_data_type = CL_UNORM_INT8; in SurfaceFormatToOCL()
1402 format.image_channel_data_type = CL_UNORM_INT8; in SurfaceFormatToOCL()
1406 format.image_channel_data_type = CL_UNORM_INT8; in SurfaceFormatToOCL()
1410 format.image_channel_data_type = CL_UNORM_INT8; in SurfaceFormatToOCL()
[all …]
/external/OpenCL-CTS/test_conformance/d3d10/
Dharness.cpp245 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8G8B8A8_UNORM , CL_RGBA , CL_UNORM_INT8 , 8, 4, Texture…
258 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8G8_UNORM , CL_RG , CL_UNORM_INT8 , 8, 2, Texture…
271 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8_UNORM , CL_R , CL_UNORM_INT8 , 8, 1, Texture…
/external/OpenCL-CTS/test_conformance/gl/
Dhelpers.cpp27 case CL_UNORM_INT8: in get_kernel_suffix()
54 case CL_UNORM_INT8: in get_read_kernel_type()
84 case CL_UNORM_INT8: in get_write_kernel_type()
125 case CL_UNORM_INT8: in get_write_conversion()
/external/OpenCL-CTS/test_conformance/d3d11/
Dharness.cpp278 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8G8B8A8_UNORM , CL_RGBA , CL_UNORM_INT8 , 8, 4, Texture…
291 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8G8_UNORM , CL_RG , CL_UNORM_INT8 , 8, 2, Texture…
304 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8_UNORM , CL_R , CL_UNORM_INT8 , 8, 1, Texture…
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp88 case CL_UNORM_INT8: in get_channel_data_type_size()
195 { CL_UNORM_INT8, "CL_UNORM_INT8" }, in get_channel_type_from_name()
292 case CL_UNORM_INT8: in get_pixel_size()
355 formatList[ i ].image_channel_data_type == CL_UNORM_INT8 || in get_8_bit_image_format()
737 case CL_UNORM_INT8: in get_max_absolute_error()
769 case CL_UNORM_INT8: in get_max_relative_error()
835 case CL_UNORM_INT8: in get_format_max_int()
879 case CL_UNORM_INT8: in get_format_min_int()
1436 case CL_UNORM_INT8: in read_image_pixel_float()
2656 case CL_UNORM_INT8: in pack_image_pixel()
[all …]
DerrorHelpers.cpp171 case CL_UNORM_INT8: return "CL_UNORM_INT8"; in GetChannelTypeName()
198 case CL_UNORM_INT8: in IsChannelTypeSupported()
/external/OpenCL-CTS/test_conformance/images/
Dcommon.cpp32 CL_UNORM_INT8,
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp393 image_format_desc.image_channel_data_type = CL_UNORM_INT8; in test_min_max_write_image_args()
587 image_format_desc.image_channel_data_type = CL_UNORM_INT8; in test_min_max_image_2d_width()
654 image_format_desc.image_channel_data_type = CL_UNORM_INT8; in test_min_max_image_2d_height()
710 image_format_desc.image_channel_data_type = CL_UNORM_INT8; in test_min_max_image_3d_width()
766 image_format_desc.image_channel_data_type = CL_UNORM_INT8; in test_min_max_image_3d_height()
823 image_format_desc.image_channel_data_type = CL_UNORM_INT8; in test_min_max_image_3d_depth()
879 image_format_desc.image_channel_data_type = CL_UNORM_INT8; in test_min_max_image_array_size()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_image.cpp476 imageInfo->format->image_channel_data_type == CL_UNORM_INT8 || in test_write_image()
520 case CL_UNORM_INT8: in test_write_image()
603 case CL_UNORM_INT8: in test_write_image_set()
/external/OpenCL-CTS/test_conformance/profiling/
Dexecute_multipass.cpp95 cl_image_format image_format_desc = { CL_RGBA, CL_UNORM_INT8 }; in run_kernel()

12