/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/ |
D | test_1D.cpp | 79 const char* channelOrderName = GetChannelOrderName( imageInfo->format->image_channel_order ); in test_get_1Dimage_info_single() 132 …rned channel order did not validate (expected %s (%d), got %d)\n", GetChannelOrderName( imageInfo-… in test_get_1Dimage_info_single()
|
D | test_1D_array.cpp | 83 const char* channelOrderName = GetChannelOrderName( imageInfo->format->image_channel_order ); in test_get_1Dimage_array_info_single() 141 …rned channel order did not validate (expected %s (%d), got %d)\n", GetChannelOrderName( imageInfo-… in test_get_1Dimage_array_info_single()
|
D | test_2D_array.cpp | 86 const char* channelOrderName = GetChannelOrderName( imageInfo->format->image_channel_order ); in test_get_2Dimage_array_info_single() 150 …rned channel order did not validate (expected %s (%d), got %d)\n", GetChannelOrderName( imageInfo-… in test_get_2Dimage_array_info_single()
|
D | test_2D.cpp | 102 const char* channelOrderName = GetChannelOrderName( imageInfo->format->image_channel_order ); in test_get_image_info_single() 185 …rned channel order did not validate (expected %s (%d), got %d)\n", GetChannelOrderName( 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() 226 GetChannelOrderName( formats[j].image_channel_order ), in test_image_param()
|
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_arrayimagecopy.cpp | 39 …log_info("Testing %s %s\n", GetChannelOrderName(format->image_channel_order), GetChannelTypeName(f… in test_arrayimagecopy_single_format()
|
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_readimage3d.cpp | 197 GetChannelOrderName(formatsToTest[i].img_format.image_channel_order)); in test_readimage3d()
|
/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() 249 …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() 523 …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 | 113 …GetChannelOrderName( imageInfo->format->image_channel_order ), GetChannelTypeName( imageInfo->form… in test_get_image_info_single() 114 …GetChannelOrderName( outFormat.image_channel_order ), GetChannelTypeName( outFormat.image_channel_… in test_get_image_info_single()
|
/external/OpenCL-CTS/test_common/harness/ |
D | errorHelpers.h | 101 extern const char *GetChannelOrderName( cl_channel_order order );
|
D | errorHelpers.cpp | 91 const char *GetChannelOrderName( cl_channel_order order ) in GetChannelOrderName() function
|
D | imageHelpers.cpp | 3603 …log_error( "[%-7s %-24s %d] - %s - %s - %s - %s\n", GetChannelOrderName( format->image_channel_ord… in print_read_header() 3611 …log_info( "[%-7s %-24s %d] - %s - %s - %s - %s\n", GetChannelOrderName( format->image_channel_orde… in print_read_header() 3622 … log_error( "[%-7s %-24s %d] - %s - %s - %s\n", GetChannelOrderName( format->image_channel_order ), in print_read_header() 3629 … log_info( "[%-7s %-24s %d] - %s - %s - %s\n", GetChannelOrderName( format->image_channel_order ), in print_read_header() 3642 log_error( "[%-7s %-24s %d]\n", GetChannelOrderName( format->image_channel_order ), in print_write_header() 3646 log_info( "[%-7s %-24s %d]\n", GetChannelOrderName( format->image_channel_order ), in print_write_header() 3655 log_error( "[%-7s %-24s %d]\n", GetChannelOrderName( format->image_channel_order ), in print_header() 3659 log_info( "[%-7s %-24s %d]\n", GetChannelOrderName( format->image_channel_order ), in print_header()
|
/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 | 246 channelOrderName = GetChannelOrderName( imageFormat.image_channel_order ); in test_image_format_methods()
|
D | test_images_read_common.cpp | 561 GetGLTypeName( gl_type ), GetChannelOrderName( clFormat.image_channel_order ), in test_image_format_read()
|
D | test_images_write_common.cpp | 613 GetChannelOrderName( clFormat.image_channel_order ), in test_image_format_write()
|
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/ |
D | test_loops.cpp | 137 … log_info( " %-7s %-24s %d\n", GetChannelOrderName( formatList[ f ].image_channel_order ), in test_image_set()
|
D | test_read_1D_buffer.cpp | 205 … log_info( "Skipping image format: %s %s\n", GetChannelOrderName( format->image_channel_order ), in test_read_image_set_1D_buffer()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_loops.cpp | 287 … log_info( " %-7s %-24s %d\n", GetChannelOrderName( formatList[ f ].image_channel_order ), in test_image_set()
|
D | test_write_image.cpp | 615 … log_info( "Skipping image format: %s %s\n", GetChannelOrderName( format->image_channel_order ), in test_write_image_set()
|