Searched refs:LLVMInt16TypeInContext (Results 1 – 10 of 10) sorted by relevance
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_type.c | 48 : LLVMInt16TypeInContext(gallivm->context); in lp_build_elem_type()
|
| D | lp_bld_conv.c | 124 LLVMVectorType(LLVMInt16TypeInContext(gallivm->context), 8), ""); in lp_build_half_to_float() 212 LLVMTypeRef i16t = LLVMInt16TypeInContext(gallivm->context); in lp_build_float_to_half()
|
| D | lp_bld_nir_soa.c | 102 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()
|
| D | lp_bld_format_soa.c | 1093 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()
|
| D | lp_bld_tgsi_action.c | 529 LLVMTypeRef i16t = LLVMVectorType(LLVMInt16TypeInContext(context), nr * 2); in up2h_emit()
|
| D | lp_bld_format_s3tc.c | 1774 LLVMTypeRef type16s = LLVMInt16TypeInContext(gallivm->context); in s3tc_decode_block_dxt5()
|
| D | lp_bld_nir.c | 519 …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/ |
| D | Core.h | 1131 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Core.cpp | 552 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function 575 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_llvm.c | 471 elem_types[0] = LLVMInt16TypeInContext(gallivm->context); in create_jit_vertex_buffer_type()
|