Searched refs:read_elem (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_main.c | 59 read_elem(struct lp_type type, const void *src, unsigned index) in read_elem() function 232 dst[i] = read_elem(type, src, i); in read_vec() 267 double res_elem = read_elem(type, res, i); in compare_vec_with_eps() 268 double ref_elem = read_elem(type, ref, i); in compare_vec_with_eps()
|
H A D | lp_test.h | 104 read_elem(struct lp_type type, const void *src, unsigned index);
|
Completed in 2 milliseconds