HomeSort by relevance Sort by last modified time
    Searched refs:read_elem (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test.h 105 read_elem(struct lp_type type, const void *src, unsigned index);
lp_test_main.c 60 read_elem(struct lp_type type, const void *src, unsigned index) function
224 dst[i] = read_elem(type, src, i);
259 double res_elem = read_elem(type, res, i);
260 double ref_elem = read_elem(type, ref, i);
lp_test_blend.c 587 fsrc[j] = read_elem(type, src + j*stride, k);
588 fdst[j] = read_elem(type, dst + j*stride, k);
589 fcon[j] = read_elem(type, con + j*stride, k);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test.h 105 read_elem(struct lp_type type, const void *src, unsigned index);
lp_test_main.c 60 read_elem(struct lp_type type, const void *src, unsigned index) function
224 dst[i] = read_elem(type, src, i);
259 double res_elem = read_elem(type, res, i);
260 double ref_elem = read_elem(type, ref, i);
lp_test_blend.c 587 fsrc[j] = read_elem(type, src + j*stride, k);
588 fdst[j] = read_elem(type, dst + j*stride, k);
589 fcon[j] = read_elem(type, con + j*stride, k);

Completed in 442 milliseconds