Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_yuv.c89 struct lp_build_context bld32; in uyvy_to_yuv_soa() local
91 lp_build_context_init(&bld32, gallivm, type); in uyvy_to_yuv_soa()
96 *y = lp_build_select(&bld32, sel, tmp, tmp2); in uyvy_to_yuv_soa()
157 struct lp_build_context bld32; in yuyv_to_yuv_soa() local
159 lp_build_context_init(&bld32, gallivm, type); in yuyv_to_yuv_soa()
163 *y = lp_build_select(&bld32, sel, packed, tmp); in yuyv_to_yuv_soa()