/external/mesa3d/src/gallium/frontends/clover/core/ |
D | format.cpp | 40 { { CL_RGBA, CL_FLOAT }, PIPE_FORMAT_R32G32B32A32_FLOAT }, 44 { { CL_RGBA, CL_UNORM_INT16 }, PIPE_FORMAT_R16G16B16A16_UNORM }, 48 { { CL_RGBA, CL_SNORM_INT16 }, PIPE_FORMAT_R16G16B16A16_SNORM }, 52 { { CL_RGBA, CL_UNORM_INT8 }, PIPE_FORMAT_R8G8B8A8_UNORM }, 56 { { CL_RGBA, CL_SNORM_INT8 }, PIPE_FORMAT_R8G8B8A8_SNORM }, 60 { { CL_RGBA, CL_HALF_FLOAT }, PIPE_FORMAT_R16G16B16A16_FLOAT }, 80 { { CL_RGBA, CL_UNSIGNED_INT8 }, PIPE_FORMAT_R8G8B8A8_UINT }, 84 { { CL_RGBA, CL_SIGNED_INT8 }, PIPE_FORMAT_R8G8B8A8_SINT }, 88 { { CL_RGBA, CL_UNSIGNED_INT16 }, PIPE_FORMAT_R16G16B16A16_UINT }, 92 { { CL_RGBA, CL_SIGNED_INT16 }, PIPE_FORMAT_R16G16B16A16_SINT }, [all …]
|
/external/OpenCL-CTS/test_conformance/d3d10/ |
D | harness.cpp | 237 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R32G32B32A32_FLOAT , CL_RGBA , CL_FLOAT , 32, 4, Texture… 238 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R32G32B32A32_UINT , CL_RGBA , CL_UNSIGNED_INT32 , 32, 4, Texture… 239 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R32G32B32A32_SINT , CL_RGBA , CL_SIGNED_INT32 , 32, 4, Texture… 240 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_FLOAT , CL_RGBA , CL_HALF_FLOAT , 16, 4, Texture… 241 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_UNORM , CL_RGBA , CL_UNORM_INT16 , 16, 4, Texture… 242 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_UINT , CL_RGBA , CL_UNSIGNED_INT16 , 16, 4, Texture… 243 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_SNORM , CL_RGBA , CL_SNORM_INT16 , 16, 4, Texture… 244 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_SINT , CL_RGBA , CL_SIGNED_INT16 , 16, 4, Texture… 245 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8G8B8A8_UNORM , CL_RGBA , CL_UNORM_INT8 , 8, 4, Texture… 246 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8G8B8A8_UINT , CL_RGBA , CL_UNSIGNED_INT8 , 8, 4, Texture… [all …]
|
/external/OpenCL-CTS/test_conformance/d3d11/ |
D | harness.cpp | 270 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R32G32B32A32_FLOAT , CL_RGBA , CL_FLOAT , 32, 4, Texture… 271 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R32G32B32A32_UINT , CL_RGBA , CL_UNSIGNED_INT32 , 32, 4, Texture… 272 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R32G32B32A32_SINT , CL_RGBA , CL_SIGNED_INT32 , 32, 4, Texture… 273 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_FLOAT , CL_RGBA , CL_HALF_FLOAT , 16, 4, Texture… 274 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_UNORM , CL_RGBA , CL_UNORM_INT16 , 16, 4, Texture… 275 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_UINT , CL_RGBA , CL_UNSIGNED_INT16 , 16, 4, Texture… 276 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_SNORM , CL_RGBA , CL_SNORM_INT16 , 16, 4, Texture… 277 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R16G16B16A16_SINT , CL_RGBA , CL_SIGNED_INT16 , 16, 4, Texture… 278 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8G8B8A8_UNORM , CL_RGBA , CL_UNORM_INT8 , 8, 4, Texture… 279 …ADD_TEXTURE_FORMAT( DXGI_FORMAT_R8G8B8A8_UINT , CL_RGBA , CL_UNSIGNED_INT8 , 8, 4, Texture… [all …]
|
/external/angle/src/libANGLE/ |
D | cl_utils.cpp | 37 case CL_RGBA: in GetChannelCount() 105 case CL_RGBA: in IsValidImageFormat() 174 imageFormat->image_channel_order != CL_RGBA) in IsValidImageFormat()
|
/external/OpenCL-CTS/test_conformance/events/ |
D | action_classes.cpp | 286 cl_image_format format = { CL_RGBA, CL_SIGNED_INT8 }; in Setup() 319 cl_image_format format = { CL_RGBA, CL_SIGNED_INT8 }; in Setup() 351 cl_image_format format = { CL_RGBA, CL_SIGNED_INT8 }; in Setup() 383 cl_image_format format = { CL_RGBA, CL_SIGNED_INT8 }; in Setup() 429 cl_image_format format = { CL_RGBA, CL_SIGNED_INT8 }; in Setup() 450 cl_image_format format = { CL_RGBA, CL_SIGNED_INT8 }; in Setup() 471 cl_image_format format = { CL_RGBA, CL_SIGNED_INT8 }; in Setup() 492 cl_image_format format = { CL_RGBA, CL_SIGNED_INT8 }; in Setup() 514 cl_image_format format = { CL_RGBA, CL_SIGNED_INT8 }; in Setup() 544 cl_image_format format = { CL_RGBA, CL_SIGNED_INT8 }; in Setup() [all …]
|
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 149 case CL_RGBA: in get_channel_order_channel_count() 222 { CL_RGBA, "CL_RGBA" }, in get_channel_order_from_name() 621 case CL_RGBA: return 1; in has_alpha() 1479 case CL_RGBA: in read_image_pixel_float() 2467 case CL_RGBA: in swizzle_vector_for_image() 2993 cl_image_format fmt = { CL_RGBA, CL_HALF_FLOAT }; in DetectFloatToHalfRoundingMode() 3784 { CL_RGBA, CL_UNORM_INT8 }, in build_required_image_formats() 3785 { CL_RGBA, CL_UNORM_INT16 }, in build_required_image_formats() 3786 { CL_RGBA, CL_SIGNED_INT8 }, in build_required_image_formats() 3787 { CL_RGBA, CL_SIGNED_INT16 }, in build_required_image_formats() [all …]
|
D | errorHelpers.cpp | 121 case CL_RGBA: return "CL_RGBA"; in GetChannelOrderName() 158 case CL_RGBA: in IsChannelOrderSupported()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_hostptr.cpp | 152 img_format.image_channel_order = CL_RGBA; in test_hostptr() 160 img_format.image_channel_order = CL_RGBA; in test_hostptr() 168 img_format.image_channel_order = CL_RGBA; in test_hostptr() 176 img_format.image_channel_data_type = CL_RGBA; in test_hostptr()
|
D | test_multireadimagemultifmt.cpp | 137 img_format.image_channel_order = CL_RGBA; in test_mri_multiple() 146 img_format.image_channel_order = CL_RGBA; in test_mri_multiple() 155 img_format.image_channel_order = CL_RGBA; in test_mri_multiple()
|
D | test_imagecopy.cpp | 133 img_format.image_channel_order = CL_RGBA; in test_imagecopy() 142 img_format.image_channel_order = CL_RGBA; in test_imagecopy() 151 img_format.image_channel_order = CL_RGBA; in test_imagecopy()
|
D | test_imagecopy3d.cpp | 136 img_format.image_channel_order = CL_RGBA; in test_imagecopy3d() 143 img_format.image_channel_order = CL_RGBA; in test_imagecopy3d() 150 img_format.image_channel_order = CL_RGBA; in test_imagecopy3d()
|
D | test_imagerandomcopy.cpp | 147 img_format.image_channel_order = CL_RGBA; in test_imagerandomcopy() 156 img_format.image_channel_order = CL_RGBA; in test_imagerandomcopy() 165 img_format.image_channel_order = CL_RGBA; in test_imagerandomcopy()
|
D | test_writeimage_int16.cpp | 100 img_format.image_channel_order = CL_RGBA; in test_writeimage_int16() 109 img_format.image_channel_order = CL_RGBA; in test_writeimage_int16()
|
D | test_imagedim.cpp | 166 img_format.image_channel_order = CL_RGBA; in test_imagedim_pow2() 179 img_format.image_channel_order = CL_RGBA; in test_imagedim_pow2() 411 img_format.image_channel_order = CL_RGBA; in test_imagedim_non_pow2() 424 img_format.image_channel_order = CL_RGBA; in test_imagedim_non_pow2()
|
D | test_image_param.cpp | 166 …cl_image_format formats[] = { { CL_RGBA, CL_UNORM_INT8 }, { CL_RGBA, CL_UNORM_INT16 }, { CL_R… in test_image_param()
|
D | test_imagenpot.cpp | 111 img_format.image_channel_order = CL_RGBA; in test_imagenpot() 121 img_format.image_channel_order = CL_RGBA; in test_imagenpot()
|
D | test_simple_image_pitch.cpp | 46 fmt.image_channel_order = CL_RGBA; in test_simple_read_image_pitch() 109 fmt.image_channel_order = CL_RGBA; in test_simple_write_image_pitch()
|
D | test_writeimage.cpp | 170 img_format.image_channel_order = CL_RGBA; in test_writeimage() 191 img_format.image_channel_order = CL_RGBA; in test_writeimage()
|
D | test_imagereadwrite.cpp | 216 img_format.image_channel_order = CL_RGBA; in test_imagereadwrite() 222 img_format.image_channel_order = CL_RGBA; in test_imagereadwrite() 228 img_format.image_channel_order = CL_RGBA; in test_imagereadwrite()
|
D | test_imagereadwrite3d.cpp | 226 img_format.image_channel_order = CL_RGBA; in test_imagereadwrite3d() 231 img_format.image_channel_order = CL_RGBA; in test_imagereadwrite3d() 236 img_format.image_channel_order = CL_RGBA; in test_imagereadwrite3d()
|
/external/OpenCL-CTS/test_conformance/profiling/ |
D | readImage.cpp | 344 cl_image_format image_format_desc = { CL_RGBA, CL_UNORM_INT8 }; in test_read_image_float() 354 cl_image_format image_format_desc = { CL_RGBA, CL_SIGNED_INT8 }; in test_read_image_char() 364 cl_image_format image_format_desc = { CL_RGBA, CL_UNSIGNED_INT8 }; in test_read_image_uchar()
|
D | writeImage.cpp | 641 cl_image_format image_format_desc = { CL_RGBA, CL_UNORM_INT8 }; in test_write_image_float() 651 cl_image_format image_format_desc = { CL_RGBA, CL_SIGNED_INT8 }; in test_write_image_char() 661 cl_image_format image_format_desc = { CL_RGBA, CL_UNSIGNED_INT8 }; in test_write_image_uchar()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_image_format.cc | 31 return CL_RGBA; in ToChannelOrder()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_min_max.cpp | 261 image_format_desc.image_channel_order = CL_RGBA; in test_min_max_read_image_args() 394 image_format_desc.image_channel_order = CL_RGBA; in test_min_max_write_image_args() 590 image_format_desc.image_channel_order = CL_RGBA; in test_min_max_image_2d_width() 657 image_format_desc.image_channel_order = CL_RGBA; in test_min_max_image_2d_height() 714 image_format_desc.image_channel_order = CL_RGBA; in test_min_max_image_3d_width() 771 image_format_desc.image_channel_order = CL_RGBA; in test_min_max_image_3d_height() 829 image_format_desc.image_channel_order = CL_RGBA; in test_min_max_image_3d_depth() 885 image_format_desc.image_channel_order = CL_RGBA; in test_min_max_image_array_size() 1252 cl_image_format format = { CL_RGBA, CL_SIGNED_INT8 }; in test_min_max_samplers()
|
D | test_mem_objects.cpp | 112 cl_image_format imageFormat = { CL_RGBA, CL_SIGNED_INT8 }; in test_mem_object_destructor_callback()
|