Home
last modified time | relevance | path

Searched refs:GetChannelTypeName (Results 1 – 25 of 28) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_1D.cpp80 const char* channelTypeName = GetChannelTypeName( imageInfo->format->image_channel_data_type ); in test_get_1Dimage_info_single()
132 …urned channel type did not validate (expected %s (%d), got %d)\n", GetChannelTypeName( imageInfo->… in test_get_1Dimage_info_single()
Dtest_1D_array.cpp84 const char* channelTypeName = GetChannelTypeName( imageInfo->format->image_channel_data_type ); in test_get_1Dimage_array_info_single()
141 …urned channel type did not validate (expected %s (%d), got %d)\n", GetChannelTypeName( imageInfo->… in test_get_1Dimage_array_info_single()
Dtest_2D_array.cpp87 const char* channelTypeName = GetChannelTypeName( imageInfo->format->image_channel_data_type ); in test_get_2Dimage_array_info_single()
152 …urned channel type did not validate (expected %s (%d), got %d)\n", GetChannelTypeName( imageInfo->… in test_get_2Dimage_array_info_single()
Dtest_2D.cpp105 const char* channelTypeName = GetChannelTypeName( imageInfo->format->image_channel_data_type ); in test_get_image_info_single()
192 …urned channel type did not validate (expected %s (%d), got %d)\n", GetChannelTypeName( imageInfo->… in test_get_image_info_single()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_image_param.cpp139 …GetChannelOrderName( format.image_channel_order ), GetChannelTypeName( format.image_channel_data_t… in validate_results()
227 GetChannelTypeName( formats[j].image_channel_data_type )); in test_image_param()
Dtest_imagearraycopy3d.cpp39 …log_info("Testing %s %s\n", GetChannelOrderName(format->image_channel_order), GetChannelTypeName(f… in test_imagearraycopy3d_single_format()
Dtest_imagearraycopy.cpp39 …log_info("Testing %s %s\n", GetChannelOrderName(format->image_channel_order), GetChannelTypeName(f… in test_imagearraycopy_single_format()
Dtest_arrayimagecopy3d.cpp40 …log_info("Testing %s %s\n", GetChannelOrderName(format->image_channel_order), GetChannelTypeName(f… in test_arrayimagecopy3d_single_format()
Dtest_readimage3d.cpp196 GetChannelTypeName(formatsToTest[i].img_format.image_channel_data_type), in test_readimage3d()
Dtest_arrayimagecopy.cpp39 …log_info("Testing %s %s\n", GetChannelOrderName(format->image_channel_order), GetChannelTypeName(f… in test_arrayimagecopy_single_format()
/external/OpenCL-CTS/test_conformance/api/
Dtest_min_image_formats.cpp125 GetChannelTypeName(format.image_channel_data_type)); in test_min_image_formats()
/external/OpenCL-CTS/test_conformance/gles/
Dtest_renderbuffer.cpp77 …GetChannelOrderName( clFormat.image_channel_order ), GetChannelTypeName( clFormat.image_channel_da… in test_renderbuffer_read_image()
251 …GetChannelOrderName( clFormat.image_channel_order ), GetChannelTypeName( clFormat.image_channel_da… in test_renderbuffer_image_write()
Dtest_images_3D.cpp158 …GetChannelOrderName( clFormat.image_channel_order ), GetChannelTypeName( clFormat.image_channel_da… in test_image_format_read()
Dtest_images_2D.cpp175 …GetChannelOrderName( clFormat.image_channel_order ), GetChannelTypeName( clFormat.image_channel_da… in test_image_format_read()
525 …GetChannelOrderName( clFormat.image_channel_order ), GetChannelTypeName( clFormat.image_channel_da… in test_image_format_write()
/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_2D.cpp107 …GetChannelOrderName( imageInfo->format->image_channel_order ), GetChannelTypeName( imageInfo->form… in test_get_image_info_single()
108 …GetChannelOrderName( outFormat.image_channel_order ), GetChannelTypeName( outFormat.image_channel_… in test_get_image_info_single()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_renderbuffer.cpp124 …GetChannelOrderName( clFormat.image_channel_order ), GetChannelTypeName( clFormat.image_channel_da… in test_renderbuffer_read_image()
338 …GetChannelOrderName( clFormat.image_channel_order ), GetChannelTypeName( clFormat.image_channel_da… in test_renderbuffer_image_write()
Dtest_image_methods.cpp239 channelTypeName = GetChannelTypeName( imageFormat.image_channel_data_type ); in test_image_format_methods()
Dtest_images_read_common.cpp561 GetChannelTypeName( clFormat.image_channel_data_type )); in test_image_format_read()
Dtest_images_write_common.cpp610 GetChannelTypeName( clFormat.image_channel_data_type )); in test_image_format_write()
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_loops.cpp175 GetChannelTypeName( formatList[ f ].image_channel_data_type ), in test_image_set()
Dtest_read_1D_buffer.cpp202 GetChannelTypeName( format->image_channel_data_type )); in test_read_image_set_1D_buffer()
/external/OpenCL-CTS/test_common/harness/
DerrorHelpers.h162 extern const char *GetChannelTypeName(cl_channel_type type);
DerrorHelpers.cpp182 const char *GetChannelTypeName(cl_channel_type type) in GetChannelTypeName() function
DimageHelpers.cpp3725 GetChannelTypeName(format->image_channel_data_type), in print_read_header()
3736 GetChannelTypeName(format->image_channel_data_type), in print_read_header()
3750 GetChannelTypeName(format->image_channel_data_type), in print_read_header()
3760 GetChannelTypeName(format->image_channel_data_type), in print_read_header()
3775 GetChannelTypeName(format->image_channel_data_type), in print_write_header()
3780 GetChannelTypeName(format->image_channel_data_type), in print_write_header()
3791 GetChannelTypeName(format->image_channel_data_type), in print_header()
3798 GetChannelTypeName(format->image_channel_data_type), in print_header()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_loops.cpp345 GetChannelTypeName(formatList[f].image_channel_data_type), in test_image_set()

12