/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/ |
D | test_1D.cpp | 80 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()
|
D | test_1D_array.cpp | 84 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()
|
D | test_2D_array.cpp | 87 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()
|
D | test_2D.cpp | 105 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/ |
D | test_image_param.cpp | 139 …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()
|
D | test_imagearraycopy3d.cpp | 39 …log_info("Testing %s %s\n", GetChannelOrderName(format->image_channel_order), GetChannelTypeName(f… in test_imagearraycopy3d_single_format()
|
D | test_imagearraycopy.cpp | 39 …log_info("Testing %s %s\n", GetChannelOrderName(format->image_channel_order), GetChannelTypeName(f… in test_imagearraycopy_single_format()
|
D | test_arrayimagecopy3d.cpp | 40 …log_info("Testing %s %s\n", GetChannelOrderName(format->image_channel_order), GetChannelTypeName(f… in test_arrayimagecopy3d_single_format()
|
D | test_readimage3d.cpp | 196 GetChannelTypeName(formatsToTest[i].img_format.image_channel_data_type), in test_readimage3d()
|
D | test_arrayimagecopy.cpp | 39 …log_info("Testing %s %s\n", GetChannelOrderName(format->image_channel_order), GetChannelTypeName(f… in test_arrayimagecopy_single_format()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_min_image_formats.cpp | 125 GetChannelTypeName(format.image_channel_data_type)); in test_min_image_formats()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_renderbuffer.cpp | 77 …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()
|
D | test_images_3D.cpp | 158 …GetChannelOrderName( clFormat.image_channel_order ), GetChannelTypeName( clFormat.image_channel_da… in test_image_format_read()
|
D | test_images_2D.cpp | 175 …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/ |
D | test_2D.cpp | 107 …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/ |
D | test_renderbuffer.cpp | 124 …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()
|
D | test_image_methods.cpp | 239 channelTypeName = GetChannelTypeName( imageFormat.image_channel_data_type ); in test_image_format_methods()
|
D | test_images_read_common.cpp | 561 GetChannelTypeName( clFormat.image_channel_data_type )); in test_image_format_read()
|
D | test_images_write_common.cpp | 610 GetChannelTypeName( clFormat.image_channel_data_type )); in test_image_format_write()
|
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/ |
D | test_loops.cpp | 175 GetChannelTypeName( formatList[ f ].image_channel_data_type ), in test_image_set()
|
D | test_read_1D_buffer.cpp | 202 GetChannelTypeName( format->image_channel_data_type )); in test_read_image_set_1D_buffer()
|
/external/OpenCL-CTS/test_common/harness/ |
D | errorHelpers.h | 162 extern const char *GetChannelTypeName(cl_channel_type type);
|
D | errorHelpers.cpp | 182 const char *GetChannelTypeName(cl_channel_type type) in GetChannelTypeName() function
|
D | imageHelpers.cpp | 3725 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/ |
D | test_loops.cpp | 345 GetChannelTypeName(formatList[f].image_channel_data_type), in test_image_set()
|