/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 79 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()
|
D | lp_test_printf.c | 73 …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()
|
D | lp_test_format.c | 92 LLVMValueRef offset = LLVMConstNull(LLVMInt32TypeInContext(context)); in add_fetch_rgba_test() 105 args[3] = args[2] = LLVMInt32TypeInContext(context); in add_fetch_rgba_test()
|
D | lp_bld_depth.c | 444 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()
|
D | lp_test_conv.c | 130 LLVMValueRef index = LLVMConstInt(LLVMInt32TypeInContext(context), i, 0); in add_conv_test() 138 LLVMValueRef index = LLVMConstInt(LLVMInt32TypeInContext(context), i, 0); in add_conv_test()
|
D | lp_state_setup.c | 222 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()
|
D | lp_state_fs.c | 129 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/ |
D | lp_bld_format_aos.c | 244 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 …]
|
D | lp_bld_swizzle.c | 62 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()
|
D | lp_bld_format_cached.c | 89 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()
|
D | lp_bld_format.c | 40 LLVMArrayType(LLVMInt32TypeInContext(gallivm->context), in lp_build_format_cache_type()
|
D | lp_bld_assert.c | 75 arg_types[0] = LLVMInt32TypeInContext(context); in lp_build_assert()
|
D | lp_bld_const.h | 126 return LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), i, 0); in lp_build_const_int32()
|
D | lp_bld_printf.c | 67 printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1); in lp_build_print_args()
|
D | lp_bld_intr.c | 306 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_intrinsic_binary_anylength()
|
D | lp_bld_conv.c | 160 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half() 186 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half()
|
D | lp_bld_logic.c | 463 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_select_aos()
|
D | lp_bld_sample.c | 226 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()
|
D | lp_bld_arit.c | 1137 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()
|
D | lp_bld_sample_aos.c | 848 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_sample_fetch_image_linear()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 92 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/ |
D | si_shader_tgsi_setup.c | 1080 ctx->i32 = LLVMInt32TypeInContext(ctx->ac.context); in si_llvm_context_init()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 190 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C) { in LLVMInt32TypeInContext() function 210 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 372 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 851 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C);
|