Home
last modified time | relevance | path

Searched refs:read_elem (Results 1 – 3 of 3) 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.h105 read_elem(struct lp_type type, const void *src, unsigned index);
Dlp_test_blend.c587 fsrc[j] = read_elem(type, src + j*stride, k); in test_one()
588 fdst[j] = read_elem(type, dst + j*stride, k); in test_one()
589 fcon[j] = read_elem(type, con + j*stride, k); in test_one()