/external/mesa3d/src/gallium/frontends/clover/core/ |
D | format.cpp | 36 { { CL_LUMINANCE, CL_UNORM_INT16 }, PIPE_FORMAT_L16_UNORM }, 41 { { CL_R, CL_UNORM_INT16 }, PIPE_FORMAT_R16_UNORM }, 42 { { CL_RG, CL_UNORM_INT16 }, PIPE_FORMAT_R16G16_UNORM }, 43 { { CL_RGB, CL_UNORM_INT16 }, PIPE_FORMAT_R16G16B16_UNORM }, 44 { { CL_RGBA, CL_UNORM_INT16 }, PIPE_FORMAT_R16G16B16A16_UNORM }, 63 { { CL_A, CL_UNORM_INT16 }, PIPE_FORMAT_A16_UNORM }, 64 { { CL_INTENSITY, CL_UNORM_INT16 }, PIPE_FORMAT_I16_UNORM },
|
/external/angle/src/libANGLE/ |
D | cl_utils.cpp | 65 case CL_UNORM_INT16: in GetElementSize() 132 if (imageFormat->image_channel_data_type != CL_UNORM_INT16 && in IsValidImageFormat() 151 case CL_UNORM_INT16: in IsValidImageFormat()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | helpers.cpp | 25 case CL_UNORM_INT16: in get_kernel_suffix() 50 case CL_UNORM_INT16: in get_read_kernel_type() 76 case CL_UNORM_INT16: in get_write_kernel_type() 108 case CL_UNORM_INT16: in get_write_conversion()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_writeimage_int16.cpp | 101 img_format.image_channel_data_type = CL_UNORM_INT16; in test_writeimage_int16() 110 img_format.image_channel_data_type = CL_UNORM_INT16; in test_writeimage_int16()
|
D | test_image_param.cpp | 88 case CL_UNORM_INT16: in validate_results() 166 …cl_image_format formats[] = { { CL_RGBA, CL_UNORM_INT8 }, { CL_RGBA, CL_UNORM_INT16 }, { CL_R… in test_image_param()
|
D | test_readimage3d_int16.cpp | 102 img_format.image_channel_data_type = CL_UNORM_INT16; in test_readimage3d_int16()
|
D | test_readimage_int16.cpp | 100 img_format.image_channel_data_type = CL_UNORM_INT16; in test_readimage_int16()
|
D | test_multireadimagemultifmt.cpp | 147 img_format.image_channel_data_type = CL_UNORM_INT16; in test_mri_multiple()
|
D | test_imagecopy.cpp | 143 img_format.image_channel_data_type = CL_UNORM_INT16; in test_imagecopy()
|
D | test_imagecopy3d.cpp | 144 img_format.image_channel_data_type = CL_UNORM_INT16; in test_imagecopy3d()
|
D | test_imagerandomcopy.cpp | 157 img_format.image_channel_data_type = CL_UNORM_INT16; in test_imagerandomcopy()
|
/external/OpenCL-CTS/test_conformance/d3d10/ |
D | harness.cpp | 241 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_UNORM , CL_RGBA , CL_UNORM_INT16 , 16, 4, Texture… 254 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16_UNORM , CL_RG , CL_UNORM_INT16 , 16, 2, Texture… 267 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16_UNORM , CL_R , CL_UNORM_INT16 , 16, 1, Texture…
|
/external/OpenCL-CTS/test_conformance/d3d11/ |
D | harness.cpp | 274 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_UNORM , CL_RGBA , CL_UNORM_INT16 , 16, 4, Texture… 287 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16_UNORM , CL_RG , CL_UNORM_INT16 , 16, 2, Texture… 300 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16_UNORM , CL_R , CL_UNORM_INT16 , 16, 1, Texture…
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | helpers.cpp | 28 case CL_UNORM_INT16: in get_kernel_suffix() 55 case CL_UNORM_INT16: in get_read_kernel_type() 86 case CL_UNORM_INT16: in get_write_kernel_type() 126 case CL_UNORM_INT16: in get_write_conversion()
|
/external/OpenCL-CTS/test_common/harness/ |
D | errorHelpers.cpp | 186 case CL_UNORM_INT16: return "CL_UNORM_INT16"; in GetChannelTypeName() 213 case CL_UNORM_INT16: in IsChannelTypeSupported()
|
D | imageHelpers.cpp | 86 case CL_UNORM_INT16: in get_channel_data_type_size() 181 { CL_UNORM_INT16, "CL_UNORM_INT16" }, in get_channel_type_from_name() 282 case CL_UNORM_INT16: in get_pixel_size() 881 case CL_UNORM_INT16: return 1.0f / 65535.0f; in get_max_absolute_error() 909 case CL_UNORM_INT16: in get_max_relative_error() 986 case CL_UNORM_INT16: in get_format_max_int() 1019 case CL_UNORM_INT16: in get_format_min_int() 1376 case CL_UNORM_INT16: { in read_image_pixel_float() 2677 case CL_UNORM_INT16: { in pack_image_pixel() 2828 case CL_UNORM_INT16: { in pack_image_pixel_error() [all …]
|
/external/OpenCL-CTS/test_conformance/images/ |
D | common.cpp | 34 CL_UNORM_INT16,
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | util.cc | 200 return normalized ? CL_UNORM_INT16 : CL_UNSIGNED_INT16; in DataTypeToChannelType()
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | utils.cpp | 695 case CL_UNORM_INT16: { in DataGenerate() 868 case CL_UNORM_INT16: { in DataCompare() 1451 format.image_channel_data_type = CL_UNORM_INT16; in SurfaceFormatToOCL() 1471 format.image_channel_data_type = CL_UNORM_INT16; in SurfaceFormatToOCL() 1487 format.image_channel_data_type = CL_UNORM_INT16; in SurfaceFormatToOCL()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_write_image.cpp | 493 imageInfo->format->image_channel_data_type == CL_UNORM_INT16 || in test_write_image() 544 case CL_UNORM_INT16: in test_write_image() 631 case CL_UNORM_INT16: in test_write_image_set()
|
D | test_write_1D.cpp | 411 imageInfo->format->image_channel_data_type == CL_UNORM_INT16 || in test_write_image_1D() 461 case CL_UNORM_INT16: in test_write_image_1D()
|
D | test_write_1D_array.cpp | 431 imageInfo->format->image_channel_data_type == CL_UNORM_INT16 || in test_write_image_1D_array() 481 case CL_UNORM_INT16: in test_write_image_1D_array()
|
D | test_write_3D.cpp | 461 imageInfo->format->image_channel_data_type == CL_UNORM_INT16 || in test_write_image_3D() 511 case CL_UNORM_INT16: in test_write_image_3D()
|
D | test_write_2D_array.cpp | 454 imageInfo->format->image_channel_data_type == CL_UNORM_INT16 || in test_write_image_2D_array() 504 case CL_UNORM_INT16: in test_write_image_2D_array()
|
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/ |
D | test_read_1D_buffer.cpp | 189 case CL_UNORM_INT16: in test_read_image_set_1D_buffer()
|