Home
last modified time | relevance | path

Searched refs:GetDataVectorString (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_vloadstore.cpp248 …cted: %s got: %s (load offset %3d, alignment offset %3d)", (int)i, GetDataVectorString( &(in[i*typ… in test_vload()
249GetDataVectorString( &(expected[i*typeSize*vecSize]), typeSize, vecSize, expectedString ), in test_vload()
250GetDataVectorString( &(actual[i*typeSize*outVectorSize]), typeSize, vecSize, actualString ), in test_vload()
257 …log_info("buffer %3d: input: %s expected: %s got: %s\n", (int)i, GetDataVectorString( &(in[i*typeS… in test_vload()
258GetDataVectorString( &(expected[i*typeSize*vecSize]), typeSize, vecSize, expectedString ), in test_vload()
259GetDataVectorString( &(actual[i*typeSize*outVectorSize]), typeSize, vecSize, actualString )); in test_vload()
270 …(int)i, get_explicit_type_name( type ), vecSize, GetDataVectorString( expected, typeSize, vecSize,… in test_vload()
271GetDataVectorString( actual, typeSize, vecSize, actualString ), (int)offsets[ i ] ); in test_vload()
629 …r %3d: input: %s expected: %s got: %s (store offset %3d)", (int)i, GetDataVectorString( &(inBuffer… in test_vstore()
630GetDataVectorString( &(expected[i*typeSize*vecSize]), typeSize, vecSize, expectedString ), in test_vstore()
[all …]
H A Dtest_astype.cpp168 GetDataVectorString( expected, typeSize, vecSize, expectedString ), in test_astype_set()
169 GetDataVectorString( actual, typeSize, vecSize, actualString ) ); in test_astype_set()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_buffers.cpp284 GetDataVectorString(inP, get_explicit_type_size(vecType), in test_buffer_kernel()
287 GetDataVectorString(&expectedCLValue, in test_buffer_kernel()
291 GetDataVectorString(clP, get_explicit_type_size(vecType), in test_buffer_kernel()
303 GetDataVectorString(inP, get_explicit_type_size(vecType), in test_buffer_kernel()
306 GetDataVectorString(&expectedGLValue, in test_buffer_kernel()
310 GetDataVectorString(glP, get_explicit_type_size(vecType), in test_buffer_kernel()
H A Dhelpers.cpp439 GetDataVectorString(expected, typeSize, 4, in validate_integer_results()
443 GetDataVectorString(actual, typeSize, 4, scratch)); in validate_integer_results()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_buffers.cpp264 …log_error( "\t Input: %s\n", GetDataVectorString( inP, get_explicit_type_size( vecType ), 1, scr… in test_buffer_kernel()
265 …log_error( "\tExpected: %s\n", GetDataVectorString( &expectedCLValue, get_explicit_type_size( vecT… in test_buffer_kernel()
266 …log_error( "\t Actual: %s\n", GetDataVectorString( clP, get_explicit_type_size( vecType ), 1, scr… in test_buffer_kernel()
274 …log_error( "\t Input: %s\n", GetDataVectorString( inP, get_explicit_type_size( vecType ), 1, scr… in test_buffer_kernel()
275 …log_error( "\tExpected: %s\n", GetDataVectorString( &expectedGLValue, get_explicit_type_size( vecT… in test_buffer_kernel()
276 …log_error( "\t Actual: %s\n", GetDataVectorString( glP, get_explicit_type_size( vecType ), 1, scr… in test_buffer_kernel()
H A Dhelpers.cpp376 … log_error( "\tExpected: %s\n", GetDataVectorString( expected, typeSize, 4, scratch ) ); in validate_integer_results()
377 … log_error( "\t Actual: %s\n", GetDataVectorString( actual, typeSize, 4, scratch ) ); in validate_integer_results()
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DerrorHelpers.h191 extern const char *GetDataVectorString(void *dataBuffer, size_t typeSize,
H A DerrorHelpers.cpp261 const char *GetDataVectorString(void *dataBuffer, size_t typeSize, in GetDataVectorString() function