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.c48 : LLVMInt16TypeInContext(gallivm->context); in lp_build_elem_type()
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_nir_soa.c102 return LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), 0, 0); in lp_build_zero_bits()
804 …addr_ptr = LLVMBuildIntToPtr(builder, addr_ptr, LLVMPointerType(LLVMInt16TypeInContext(gallivm->co… in global_addr_to_ptr()
905 … value_ptr = LLVMBuildBitCast(builder, value_ptr, LLVMInt16TypeInContext(gallivm->context), ""); in emit_store_global()
2308 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), UINT16_MAX, 0); in emit_reduce()
2325 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), INT16_MAX, 0); in emit_reduce()
2342 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), INT16_MIN, 0); in emit_reduce()
2359 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), 1, 0); in emit_reduce()
2376 store_val = LLVMConstInt(LLVMInt16TypeInContext(gallivm->context), 0xffff, 0); in emit_reduce()
Dlp_bld_format_soa.c1093 LLVMTypeRef int16_ptr_type = LLVMPointerType(LLVMInt16TypeInContext(gallivm->context), 0); in lp_build_store_rgba_soa()
1118 … 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_format_s3tc.c1774 LLVMTypeRef type16s = LLVMInt16TypeInContext(gallivm->context); in s3tc_decode_block_dxt5()
Dlp_bld_nir.c519 …src = LLVMBuildBitCast(gallivm->builder, src, LLVMVectorType(LLVMInt16TypeInContext(gallivm->conte… in split_16bit()
/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.c471 elem_types[0] = LLVMInt16TypeInContext(gallivm->context); in create_jit_vertex_buffer_type()