Searched refs:GetDataVectorString (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_vloadstore.cpp | 248 …cted: %s got: %s (load offset %3d, alignment offset %3d)", (int)i, GetDataVectorString( &(in[i*typ… in test_vload() 249 … GetDataVectorString( &(expected[i*typeSize*vecSize]), typeSize, vecSize, expectedString ), in test_vload() 250 … GetDataVectorString( &(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() 258 … GetDataVectorString( &(expected[i*typeSize*vecSize]), typeSize, vecSize, expectedString ), in test_vload() 259 … GetDataVectorString( &(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() 271 … GetDataVectorString( 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() 630 … GetDataVectorString( &(expected[i*typeSize*vecSize]), typeSize, vecSize, expectedString ), in test_vstore() [all …]
|
H A D | test_astype.cpp | 168 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 D | test_buffers.cpp | 284 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 D | helpers.cpp | 439 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 D | test_buffers.cpp | 264 …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 D | helpers.cpp | 376 … 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 D | errorHelpers.h | 191 extern const char *GetDataVectorString(void *dataBuffer, size_t typeSize,
|
H A D | errorHelpers.cpp | 261 const char *GetDataVectorString(void *dataBuffer, size_t typeSize, in GetDataVectorString() function
|