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.c187 LLVMTypeRef i16t = LLVMInt16TypeInContext(gallivm->context); in lp_build_float_to_half() local
189 LLVMValueRef ref_result = LLVMGetUndef(LLVMVectorType(i16t, length)); in lp_build_float_to_half()
192 LLVMTypeRef func_type = LLVMFunctionType(i16t, &f32t, 1, 0); in lp_build_float_to_half()
205 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()