Searched refs:compare_vec_with_eps (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test.h | 128 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
|
D | lp_test_main.c | 263 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) in compare_vec_with_eps() function 288 return compare_vec_with_eps(type, res, ref, eps); in compare_vec()
|
D | lp_test_conv.c | 261 if(!compare_vec_with_eps(dst_type, dst + j*dst_stride, ref + j*dst_stride, eps)) in test_one()
|