Home
last modified time | relevance | path

Searched refs:LLVMInt16TypeInContext (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c42 …return lp_has_fp16() ? LLVMHalfTypeInContext(gallivm->context) : LLVMInt16TypeInContext(gallivm->c… in lp_build_elem_type()
Dlp_bld_nir_soa.c763 …addr_ptr = LLVMBuildIntToPtr(builder, addr_ptr, LLVMPointerType(LLVMInt16TypeInContext(gallivm->co… in global_addr_to_ptr()
848 … value_ptr = LLVMBuildBitCast(builder, value_ptr, LLVMInt16TypeInContext(gallivm->context), ""); in emit_store_global()
1108 zero = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), 0, 0); in emit_load_mem()
2055 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), UINT16_MAX, 0); in emit_reduce()
2072 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), INT16_MAX, 0); in emit_reduce()
2089 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), INT16_MIN, 0); in emit_reduce()
2106 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), 1, 0); in emit_reduce()
2123 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), 0xffff, 0); in emit_reduce()
2335 zero = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), 0, 0); in emit_load_scratch()
Dlp_bld_conv.c124 LLVMVectorType(LLVMInt16TypeInContext(gallivm->context), 8), ""); in lp_build_half_to_float()
212 LLVMTypeRef i16t = LLVMInt16TypeInContext(gallivm->context); in lp_build_float_to_half()
Dlp_bld_format_soa.c1089 LLVMTypeRef int16_ptr_type = LLVMPointerType(LLVMInt16TypeInContext(gallivm->context), 0); in lp_build_store_rgba_soa()
1114 … data = LLVMBuildTrunc(gallivm->builder, data, LLVMInt16TypeInContext(gallivm->context), ""); in lp_build_store_rgba_soa()
Dlp_bld_tgsi_action.c529 LLVMTypeRef i16t = LLVMVectorType(LLVMInt16TypeInContext(context), nr * 2); in up2h_emit()
Dlp_bld_nir.c429 …src = LLVMBuildBitCast(gallivm->builder, src, LLVMVectorType(LLVMInt16TypeInContext(gallivm->conte… in split_16bit()
Dlp_bld_format_s3tc.c1770 LLVMTypeRef type16s = LLVMInt16TypeInContext(gallivm->context); in s3tc_decode_block_dxt5()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1131 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp552 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function
575 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c481 elem_types[0] = LLVMInt16TypeInContext(gallivm->context); in create_jit_vertex_buffer_type()