Searched refs:LLVMInt16TypeInContext (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_type.c | 42 …return lp_has_fp16() ? LLVMHalfTypeInContext(gallivm->context) : LLVMInt16TypeInContext(gallivm->c… in lp_build_elem_type()
|
D | lp_bld_nir_soa.c | 763 …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()
|
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_format_soa.c | 1089 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()
|
D | lp_bld_tgsi_action.c | 529 LLVMTypeRef i16t = LLVMVectorType(LLVMInt16TypeInContext(context), nr * 2); in up2h_emit()
|
D | lp_bld_nir.c | 429 …src = LLVMBuildBitCast(gallivm->builder, src, LLVMVectorType(LLVMInt16TypeInContext(gallivm->conte… in split_16bit()
|
D | lp_bld_format_s3tc.c | 1770 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/ |
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 | 481 elem_types[0] = LLVMInt16TypeInContext(gallivm->context); in create_jit_vertex_buffer_type()
|