Searched refs:read_elem (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_main.c | 60 read_elem(struct lp_type type, const void *src, unsigned index) in read_elem() function 224 dst[i] = read_elem(type, src, i); in read_vec() 259 double res_elem = read_elem(type, res, i); in compare_vec_with_eps() 260 double ref_elem = read_elem(type, ref, i); in compare_vec_with_eps()
|
D | lp_test.h | 104 read_elem(struct lp_type type, const void *src, unsigned index);
|