Searched refs:compare_vec_with_eps (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test.h128 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
H A Dlp_test_main.c263 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) function in typeref:typename:boolean
288 return compare_vec_with_eps(type, res, ref, eps);
H A Dlp_test_conv.c261 if(!compare_vec_with_eps(dst_type, dst + j*dst_stride, ref + j*dst_stride, eps))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test.h128 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
H A Dlp_test_main.c263 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) function in typeref:typename:boolean
288 return compare_vec_with_eps(type, res, ref, eps);
H A Dlp_test_conv.c261 if(!compare_vec_with_eps(dst_type, dst + j*dst_stride, ref + j*dst_stride, eps))

Completed in 8 milliseconds