Home
last modified time | relevance | path

Searched refs:read_elem (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c60 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()
Dlp_test.h104 read_elem(struct lp_type type, const void *src, unsigned index);