/external/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 …]
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_writeimage.cpp | 161 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()
|
D | test_hostptr.cpp | 147 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()
|
D | test_image_param.cpp | 48 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()
|
D | test_imagedim.cpp | 165 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()
|
D | test_imagenpot.cpp | 112 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()
|
D | test_readimage3d.cpp | 129 {CL_BGRA, CL_UNORM_INT8}, in test_readimage3d() 134 {CL_RGBA, CL_UNORM_INT8}, in test_readimage3d()
|
D | test_simple_image_pitch.cpp | 47 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()
|
D | test_readimage.cpp | 160 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()
|
D | test_multireadimageonefmt.cpp | 121 img_format.image_channel_data_type = CL_UNORM_INT8; in test_mri_one()
|
D | test_image_multipass.cpp | 164 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()
|
D | test_multireadimagemultifmt.cpp | 138 img_format.image_channel_data_type = CL_UNORM_INT8; in test_mri_multiple()
|
D | test_imagecopy3d.cpp | 137 img_format.image_channel_data_type = CL_UNORM_INT8; in test_imagecopy3d()
|
D | test_imagecopy.cpp | 134 img_format.image_channel_data_type = CL_UNORM_INT8; in test_imagecopy()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | helpers.cpp | 24 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/ |
D | utils.cpp | 1045 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/ |
D | harness.cpp | 245 …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/ |
D | helpers.cpp | 27 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/ |
D | harness.cpp | 278 …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/ |
D | imageHelpers.cpp | 88 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 …]
|
D | errorHelpers.cpp | 171 case CL_UNORM_INT8: return "CL_UNORM_INT8"; in GetChannelTypeName() 198 case CL_UNORM_INT8: in IsChannelTypeSupported()
|
/external/OpenCL-CTS/test_conformance/images/ |
D | common.cpp | 32 CL_UNORM_INT8,
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_min_max.cpp | 393 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/ |
D | test_write_image.cpp | 476 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/ |
D | execute_multipass.cpp | 95 cl_image_format image_format_desc = { CL_RGBA, CL_UNORM_INT8 }; in run_kernel()
|