Searched refs:loadErrors (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/api/ |
D | test_binary.cpp | 105 cl_int loadErrors[ 1 ]; in test_binary_create() local 106 …ary = clCreateProgramWithBinary( context, 1, &deviceID, &binarySize, buffers, loadErrors, &error ); in test_binary_create() 108 test_error( loadErrors[ 0 ], "Unable to load valid device binary into program" ); in test_binary_create()
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_compile.cpp | 1887 cl_int loadErrors[ 1 ]; in test_execute_after_serialize_reload_object() local 1904 …WithBinary(context, 1, &deviceID, &binarySize, (const unsigned char**)buffers, loadErrors, &error); in test_execute_after_serialize_reload_object() 1976 cl_int loadErrors[ 1 ]; in test_execute_after_serialize_reload_library() local 1993 …WithBinary(context, 1, &deviceID, &binarySize, (const unsigned char**)buffers, loadErrors, &error); in test_execute_after_serialize_reload_library() 2695 cl_int loadErrors[ 1 ]; in test_program_binary_type() local 2712 …WithBinary(context, 1, &deviceID, &binarySize, (const unsigned char**)buffers, loadErrors, &error); in test_program_binary_type() 2756 cl_int loadErrors[ 1 ]; in test_program_binary_type() local 2772 …WithBinary(context, 1, &deviceID, &binarySize, (const unsigned char**)buffers, loadErrors, &error); in test_program_binary_type() 2826 cl_int loadErrors[ 1 ]; in test_program_binary_type() local 2843 …WithBinary(context, 1, &deviceID, &binarySize, (const unsigned char**)buffers, loadErrors, &error); in test_program_binary_type()
|