Home
last modified time | relevance | path

Searched refs:LLVMInt32TypeInContext (Results 1 – 25 of 37) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c79 elem_types[LP_JIT_TEXTURE_LAST_LEVEL] = LLVMInt32TypeInContext(lc); in lp_jit_create_types()
84 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS); in lp_jit_create_types()
156 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TGSI_CONST_BUFFERS); in lp_jit_create_types()
159 elem_types[LP_JIT_CTX_STENCIL_REF_BACK] = LLVMInt32TypeInContext(lc); in lp_jit_create_types()
216 LLVMInt32TypeInContext(lc); in lp_jit_create_types()
Dlp_test_printf.c73 …lp_build_printf(gallivm, "print 5 6: %d %d\n", LLVMConstInt(LLVMInt32TypeInContext(gallivm->contex… in add_printf_test()
74 LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), 6, 0)); in add_printf_test()
77 …lp_build_assert(gallivm, LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), 1, 0), "assert(1)"… in add_printf_test()
Dlp_test_format.c92 LLVMValueRef offset = LLVMConstNull(LLVMInt32TypeInContext(context)); in add_fetch_rgba_test()
105 args[3] = args[2] = LLVMInt32TypeInContext(context); in add_fetch_rgba_test()
Dlp_bld_depth.c444 LLVMInt32TypeInContext(context), bits); in lp_build_occlusion_count()
446 LLVMInt32TypeInContext(context), bits); in lp_build_occlusion_count()
455 LLVMInt32TypeInContext(context), bits); in lp_build_occlusion_count()
457 LLVMInt32TypeInContext(context), bits); in lp_build_occlusion_count()
Dlp_test_conv.c130 LLVMValueRef index = LLVMConstInt(LLVMInt32TypeInContext(context), i, 0); in add_conv_test()
138 LLVMValueRef index = LLVMConstInt(LLVMInt32TypeInContext(context), i, 0); in add_conv_test()
Dlp_state_setup.c222 LLVMTypeRef shuf_type = LLVMInt32TypeInContext(gallivm->context); in lp_do_offset_tri()
636 LLVMTypeRef shuf_type = LLVMInt32TypeInContext(gallivm->context); in init_args()
756 arg_types[3] = LLVMInt32TypeInContext(gallivm->context); /* facing */ in generate_setup_variant()
Dlp_state_fs.c129 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in generate_quad_mask()
1684 shuffles[j] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in convert_alpha()
2415 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_fragment()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c244 assert (LLVMTypeOf(packed) == LLVMInt32TypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos()
246 vec32_type = LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4); in lp_build_unpack_arith_rgba_aos()
253 LLVMConstNull(LLVMInt32TypeInContext(gallivm->context)), in lp_build_unpack_arith_rgba_aos()
269 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos()
270 masks[i] = LLVMConstNull(LLVMInt32TypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos()
393 swizzles[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos()
406 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos()
431 …casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context),… in lp_build_pack_rgba_aos()
448 packed = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos()
772 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
[all …]
Dlp_bld_swizzle.c62 LLVMTypeRef i32_type = LLVMInt32TypeInContext(gallivm->context); in lp_build_broadcast()
98 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_extract_broadcast()
178 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_scalar_aos()
344 shuffles[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_swizzle_aos_n()
398 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_aos()
739 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_pack_aos_scalars()
775 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_unpack_broadcast_aos_scalars()
Dlp_bld_format_cached.c89 type_ptr4x32 = LLVMPointerType(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4), 0); in store_cached_block()
153 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in update_cached_block()
154 LLVMTypeRef i32x4 = LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4); in update_cached_block()
259 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_fetch_cached_texels()
Dlp_bld_format.c40 LLVMArrayType(LLVMInt32TypeInContext(gallivm->context), in lp_build_format_cache_type()
Dlp_bld_assert.c75 arg_types[0] = LLVMInt32TypeInContext(context); in lp_build_assert()
Dlp_bld_const.h126 return LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), i, 0); in lp_build_const_int32()
Dlp_bld_printf.c67 printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1); in lp_build_print_args()
Dlp_bld_intr.c306 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_intrinsic_binary_anylength()
Dlp_bld_conv.c160 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half()
186 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half()
Dlp_bld_logic.c463 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_select_aos()
Dlp_bld_sample.c226 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_rho()
239 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_rho()
1355 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_extract_image_sizes()
Dlp_bld_arit.c1137 shuf[i+1] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_mul_32_lohi_cpu()
1980 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_iround_nearest_sse2()
3753 LLVMInt32TypeInContext(gallivm->context), in lp_build_fpstate_get()
Dlp_bld_sample_aos.c848 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_sample_fetch_image_linear()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c92 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_dvbuffer_type()
121 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_texture_type()
222 LLVMTypeRef int_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_context_type()
273 LLVMTypeRef int_type = LLVMInt32TypeInContext(gallivm->context); in create_gs_jit_context_type()
357 elem_types[2] = LLVMInt32TypeInContext(gallivm->context); in create_jit_vertex_buffer_type()
671 LLVMTypeRef i32_t = LLVMInt32TypeInContext(gallivm->context); in fetch_instanced()
964 LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), in convert_to_aos()
966 LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), in convert_to_aos()
1525 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_llvm_generate()
1707 LLVMInt32TypeInContext(context), ""); in draw_llvm_generate()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1080 ctx->i32 = LLVMInt32TypeInContext(ctx->ac.context); in si_llvm_context_init()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp190 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C) { in LLVMInt32TypeInContext() function
210 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h372 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C);
/external/llvm/include/llvm-c/
DCore.h851 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C);

12