HomeSort by relevance Sort by last modified time
    Searched full:bld32 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_yuv.c 89 struct lp_build_context bld32; local
91 lp_build_context_init(&bld32, gallivm, type);
96 *y = lp_build_select(&bld32, sel, tmp, tmp2);
157 struct lp_build_context bld32; local
159 lp_build_context_init(&bld32, gallivm, type);
163 *y = lp_build_select(&bld32, sel, packed, tmp);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_yuv.c 89 struct lp_build_context bld32; local
91 lp_build_context_init(&bld32, gallivm, type);
96 *y = lp_build_select(&bld32, sel, tmp, tmp2);
157 struct lp_build_context bld32; local
159 lp_build_context_init(&bld32, gallivm, type);
163 *y = lp_build_select(&bld32, sel, packed, tmp);

Completed in 74 milliseconds