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.c917 struct lp_type wide_type, in lp_build_mul_norm()
995 struct lp_type wide_type = lp_wider_type(type); in lp_build_mul() local
1196 LLVMTypeRef wide_type, narrow_type; in lp_build_mul_32_lohi() local
1469 struct lp_type wide_type; in lp_build_lerp() local
/external/harfbuzz_ng/src/
Dhb-open-type.hh60 typedef hb_conditional<hb_is_signed (Type), signed, unsigned> wide_type; typedef