Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_limits.h90 lp_has_fp16(void) in lp_has_fp16() function
136 return lp_has_fp16(); in gallivm_get_shader_param()
Dlp_bld_type.c42 …return lp_has_fp16() ? LLVMHalfTypeInContext(gallivm->context) : LLVMInt16TypeInContext(gallivm->c… in lp_build_elem_type()
92 if(elem_kind != (lp_has_fp16() ? LLVMHalfTypeKind : LLVMIntegerTypeKind)) in lp_check_elem_type()
Dlp_bld_const.c259 if(!lp_has_fp16() && type.floating && type.width == 16) in lp_build_one()
306 if (!lp_has_fp16() && type.floating && type.width == 16) { in lp_build_const_elem()