Home
last modified time | relevance | path

Searched defs:wide_type (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend.c114 struct lp_type wide_type = lp_wider_type(type); in lp_build_mul_norm_expand() local
264 struct lp_type wide_type = lp_wider_type(bld->type); in lp_build_blend() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c968 struct lp_type wide_type, in lp_build_mul_norm()
1046 struct lp_type wide_type = lp_wider_type(type); in lp_build_mul() local
1242 LLVMTypeRef wide_type, narrow_type; in lp_build_mul_32_lohi() local
1512 struct lp_type wide_type; in lp_build_lerp() local
/external/harfbuzz_ng/src/
Dhb-open-type.hh64 typedef typename hb_signedness_int<hb_is_signed<Type>::value>::value wide_type; typedef