Home
last modified time | relevance | path

Searched defs:i16_type (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Bindings/OCaml/
Dcore.ml30 let i16_type = Llvm.i16_type context var
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c109 struct lp_type i16_type = lp_type_int_vec(16, 16 * src_length); in lp_build_half_to_float() local
171 struct lp_type i16_type = lp_type_int_vec(16, 16 * length); in lp_build_float_to_half() local
Dlp_bld_format_s3tc.c518 struct lp_type i16_type = lp_wider_type(type); in lp_build_lerp23() local
651 struct lp_type i16_type = lp_wider_type(type8); in s3tc_dxt1_full_to_rgba_aos() local
1222 struct lp_type i16_type = lp_wider_type(type); in lp_build_lerp23_single() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli533 val i16_type : llcontext -> lltype val