Searched refs:read_elem (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test.h | 104 read_elem(struct lp_type type, const void *src, unsigned index);
|
| H A D | lp_test_main.c | 60 read_elem(struct lp_type type, const void *src, unsigned index) function in typeref:typename:double 233 dst[i] = read_elem(type, src, i); 268 double res_elem = read_elem(type, res, i); 269 double ref_elem = read_elem(type, ref, i);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test.h | 104 read_elem(struct lp_type type, const void *src, unsigned index);
|
| H A D | lp_test_main.c | 60 read_elem(struct lp_type type, const void *src, unsigned index) function in typeref:typename:double 233 dst[i] = read_elem(type, src, i); 268 double res_elem = read_elem(type, res, i); 269 double ref_elem = read_elem(type, ref, i);
|
Completed in 99 milliseconds