Searched refs:error_entry (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/src/ |
D | cuda_info.cpp | 1083 #define error_entry(entry) { entry, #entry } macro 1101 error_entry( NPP_NOT_SUFFICIENT_COMPUTE_CAPABILITY ), 1105 error_entry( NPP_BAD_ARG_ERROR ), 1106 error_entry( NPP_COEFF_ERROR ), 1107 error_entry( NPP_RECT_ERROR ), 1108 error_entry( NPP_QUAD_ERROR ), 1109 error_entry( NPP_MEMFREE_ERR ), 1110 error_entry( NPP_MEMSET_ERR ), 1111 error_entry( NPP_MEM_ALLOC_ERR ), 1112 error_entry( NPP_HISTO_NUMBER_OF_LEVELS_ERROR ), [all …]
|
/external/opencv3/modules/cudalegacy/src/ |
D | NCV.cpp | 53 #define error_entry(entry) { entry, #entry } macro 73 error_entry( NCV_SUCCESS ), 74 error_entry( NCV_UNKNOWN_ERROR ), 75 error_entry( NCV_CUDA_ERROR ), 76 error_entry( NCV_NPP_ERROR ), 77 error_entry( NCV_FILE_ERROR ), 78 error_entry( NCV_NULL_PTR ), 79 error_entry( NCV_INCONSISTENT_INPUT ), 80 error_entry( NCV_TEXTURE_BIND_ERROR ), 81 error_entry( NCV_DIMENSIONS_INVALID ), [all …]
|
/external/opencv3/modules/cudaarithm/src/ |
D | arithm.cpp | 63 #define error_entry(entry) { entry, #entry } macro 94 error_entry( CUBLAS_STATUS_SUCCESS ), 95 error_entry( CUBLAS_STATUS_NOT_INITIALIZED ), 96 error_entry( CUBLAS_STATUS_ALLOC_FAILED ), 97 error_entry( CUBLAS_STATUS_INVALID_VALUE ), 98 error_entry( CUBLAS_STATUS_ARCH_MISMATCH ), 99 error_entry( CUBLAS_STATUS_MAPPING_ERROR ), 100 error_entry( CUBLAS_STATUS_EXECUTION_FAILED ), 101 error_entry( CUBLAS_STATUS_INTERNAL_ERROR ) 127 error_entry( CUFFT_INVALID_PLAN ), [all …]
|