Home
last modified time | relevance | path

Searched refs:i16t (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c201 LLVMTypeRef i16t = LLVMInt16TypeInContext(gallivm->context); in lp_build_float_to_half() local
203 LLVMValueRef ref_result = LLVMGetUndef(LLVMVectorType(i16t, length)); in lp_build_float_to_half()
206 LLVMTypeRef func_type = LLVMFunctionType(i16t, &f32t, 1, 0); in lp_build_float_to_half()
219 LLVMValueRef f16 = lp_build_intrinsic_unary(builder, "llvm.convert.to.fp16", i16t, f32); in lp_build_float_to_half()
Dlp_bld_tgsi_action.c529 LLVMTypeRef i16t = LLVMVectorType(LLVMInt16TypeInContext(context), nr * 2); in up2h_emit() local
531 arg = LLVMBuildBitCast(builder, emit_data->args[0], i16t, ""); in up2h_emit()