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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_limits.h90 lp_has_fp16(void) function in typeref:typename:bool
135 return lp_has_fp16();
H A Dlp_bld_type.c42 return lp_has_fp16() ? LLVMHalfTypeInContext(gallivm->context) : LLVMInt16TypeInContext(gallivm->context);
92 if(elem_kind != (lp_has_fp16() ? LLVMHalfTypeKind : LLVMIntegerTypeKind))
H A Dlp_bld_const.c259 if(!lp_has_fp16() && type.floating && type.width == 16)
306 if (!lp_has_fp16() && type.floating && type.width == 16) {

Completed in 3 milliseconds