Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A 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()
807 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
[all …]
H A Dlp_bld_swizzle.c63 LLVMTypeRef i32_type = LLVMInt32TypeInContext(gallivm->context); in lp_build_broadcast()
99 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_extract_broadcast()
171 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_scalar_aos()
332 shuffles[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_swizzle_aos_n()
387 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_swizzle_aos()
745 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_pack_aos_scalars()
780 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_unpack_broadcast_aos_scalars()
H A Dlp_bld_coro.c61 LLVMInt32TypeInContext(gallivm->context), in lp_build_coro_size()
176 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in lp_build_coro_declare_malloc_hooks()
198 (LLVMTypeRef[]){LLVMInt32TypeInContext(gallivm->context)}, 1, 0); in lp_build_coro_begin_alloc_mem()
H A Dlp_bld_jit_types.c43 elem_types[LP_JIT_BUFFER_BASE] = LLVMPointerType(LLVMInt32TypeInContext(lc), 0); in lp_build_create_jit_buffer_type()
44 elem_types[LP_JIT_BUFFER_NUM_ELEMENTS] = LLVMInt32TypeInContext(lc); in lp_build_create_jit_buffer_type()
150 elem_types[LP_JIT_TEXTURE_WIDTH] = LLVMInt32TypeInContext(lc); in lp_build_create_jit_texture_type()
159 LLVMArrayType(LLVMInt32TypeInContext(lc), PIPE_MAX_TEXTURE_LEVELS); in lp_build_create_jit_texture_type()
238 elem_types[LP_JIT_IMAGE_WIDTH] = LLVMInt32TypeInContext(lc); in lp_build_create_jit_image_type()
247 elem_types[LP_JIT_IMAGE_BASE_OFFSET] = LLVMInt32TypeInContext(lc); in lp_build_create_jit_image_type()
H A Dlp_bld_nir_soa.c976 …addr_ptr = LLVMBuildIntToPtr(builder, addr_ptr, LLVMPointerType(LLVMInt32TypeInContext(gallivm->co… in global_addr_to_ptr()
997 …MBuildIntToPtr(builder, addr_ptr, LLVMVectorType(LLVMPointerType(LLVMInt32TypeInContext(gallivm->c… in global_addr_to_ptr_vec()
1355 …ptr = LLVMBuildIntToPtr(gallivm->builder, ptr, LLVMPointerType(LLVMInt32TypeInContext(gallivm->con… in mem_access_base_pointer()
2718 LLVMTypeRef vec_type = LLVMArrayType(LLVMInt32TypeInContext(gallivm->context), 3); in emit_launch_mesh_workgroups()
2733 …s_ptr = LLVMBuildIntToPtr(gallivm->builder, ptr, LLVMPointerType(LLVMInt32TypeInContext(gallivm->c… in emit_launch_mesh_workgroups()
2867 …args[LP_NIR_CALL_CONTEXT_SHARED] = LLVMPointerType(LLVMInt32TypeInContext(gallivm->context), 0); /… in lp_build_cs_func_call_context()
2869 args[LP_NIR_CALL_CONTEXT_WORK_DIM] = LLVMInt32TypeInContext(gallivm->context); /* work_dim */ in lp_build_cs_func_call_context()
2870 …args[LP_NIR_CALL_CONTEXT_THREAD_ID_0] = LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), l… in lp_build_cs_func_call_context()
2871 …args[LP_NIR_CALL_CONTEXT_THREAD_ID_1] = LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), l… in lp_build_cs_func_call_context()
2872 …args[LP_NIR_CALL_CONTEXT_THREAD_ID_2] = LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), l… in lp_build_cs_func_call_context()
[all …]
H A Dlp_bld_format_s3tc.c126 elems[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_const_extend_shuffle()
188 elems[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_shuffle1undef()
233 LLVMTypeRef type32 = LLVMInt32TypeInContext(gallivm->context); in lp_build_gather_s3tc()
906 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in s3tc_dxt5_alpha_channel()
1133 type_ptr4x32 = LLVMPointerType(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4), 0); in s3tc_store_cached_block()
2005 arg_types[1] = LLVMInt32TypeInContext(gallivm->context); in update_cached_block()
2050 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in compressed_fetch_cached()
2222 LLVMTypeRef i324_vectype = LLVMVectorType(LLVMInt32TypeInContext( in lp_build_fetch_s3tc_rgba_aos()
2332 LLVMTypeRef type32 = LLVMInt32TypeInContext(gallivm->context); in lp_build_gather_rgtc()
2577 LLVMTypeRef i324_vectype = LLVMVectorType(LLVMInt32TypeInContext( in lp_build_fetch_rgtc_rgba_aos()
H A Dlp_bld_assert.c75 arg_types[0] = LLVMInt32TypeInContext(context); in lp_build_assert()
H A Dlp_bld_format.c35 return LLVMInt32TypeInContext(gallivm->context); in lp_build_format_cache_elem_type()
H A Dlp_bld_ir_common.c153 LLVMTypeRef int_type = LLVMInt32TypeInContext(mask->bld->gallivm->context); in lp_exec_mask_function_init()
296 LLVMTypeRef int_type = LLVMInt32TypeInContext(exec_mask->bld->gallivm->context); in lp_exec_endloop()
H A Dlp_bld_const.h128 return LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), i, 0); in lp_build_const_int32()
H A Dlp_bld_sample.c279 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_pmin()
373 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_rho()
383 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_rho()
1142 LLVMInt32TypeInContext(gallivm->context), ptr, ""); in lp_sample_load_mip_value()
1562 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_extract_image_sizes()
H A Dlp_bld_conv.c187 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half()
214 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half()
H A Dlp_bld_intr.c282 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_intrinsic_binary_anylength()
H A Dlp_bld_nir_aos.c230 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in emit_store_reg()
H A Dlp_bld_logic.c471 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_select_aos()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A 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()
H A Dlp_test_lookup_multiple.c75 …lp_build_printf(gallivm, "print 5 6: %d %d\n", LLVMConstInt(LLVMInt32TypeInContext(gallivm->contex… in add_printf_test()
76 LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), 6, 0)); in add_printf_test()
79 …lp_build_assert(gallivm, LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), 1, 0), "assert(1)"… in add_printf_test()
H A Dlp_jit.c84 elem_types[LP_JIT_CTX_STENCIL_REF_BACK] = LLVMInt32TypeInContext(lc); in lp_jit_create_types()
133 LLVMInt32TypeInContext(lc); in lp_jit_create_types()
184 elem_types[LP_JIT_LINEAR_CTX_BLEND_COLOR] = LLVMInt32TypeInContext(lc); in lp_jit_create_types()
258 elem_types[LP_JIT_CS_THREAD_DATA_SHARED] = LLVMPointerType(LLVMInt32TypeInContext(lc), 0); in lp_jit_create_cs_types()
274 elem_types[LP_JIT_CS_CTX_SHARED_SIZE] = LLVMInt32TypeInContext(lc); in lp_jit_create_cs_types()
H A Dlp_bld_depth.c445 LLVMInt32TypeInContext(context), bits); in lp_build_occlusion_count()
447 LLVMInt32TypeInContext(context), bits); in lp_build_occlusion_count()
456 LLVMInt32TypeInContext(context), bits); in lp_build_occlusion_count()
458 LLVMInt32TypeInContext(context), bits); in lp_build_occlusion_count()
H A Dlp_test_format.c93 LLVMValueRef offset = LLVMConstNull(LLVMInt32TypeInContext(context)); in add_fetch_rgba_test()
106 args[3] = args[2] = LLVMInt32TypeInContext(context); in add_fetch_rgba_test()
H A Dlp_test_conv.c132 LLVMValueRef index = LLVMConstInt(LLVMInt32TypeInContext(context), i, 0); in add_conv_test()
140 LLVMValueRef index = LLVMConstInt(LLVMInt32TypeInContext(context), i, 0); in add_conv_test()
H A Dlp_state_fs_linear_llvm.c250 LLVMTypeRef int32t = LLVMInt32TypeInContext(gallivm->context); in llvmpipe_fs_variant_linear_llvm()
361 blend_color = LLVMBuildLoad2(builder, LLVMInt32TypeInContext(gallivm->context), in llvmpipe_fs_variant_linear_llvm()
H A Dlp_state_cs.c275 LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), in mesh_convert_to_aos()
277 LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), in mesh_convert_to_aos()
324 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_compute()
471 … args[0] = LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), cs_type.length); /* mask */ in generate_compute()
797 …LLVMValueRef vertex_count = lp_build_alloca(gallivm, LLVMInt32TypeInContext(gallivm->context), "ve… in generate_compute()
798 …LLVMValueRef primitive_count = lp_build_alloca(gallivm, LLVMInt32TypeInContext(gallivm->context), … in generate_compute()
836 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in generate_compute()
H A Dlp_state_setup.c223 LLVMTypeRef shuf_type = LLVMInt32TypeInContext(gallivm->context); in lp_do_offset_tri()
549 LLVMTypeRef shuf_type = LLVMInt32TypeInContext(gallivm->context); in init_args()
680 arg_types[3] = LLVMInt32TypeInContext(gallivm->context); /* facing */ in generate_setup_variant()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c127 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_dvbuffer_type()
184 LLVMTypeRef int_type = LLVMInt32TypeInContext(gallivm->context); in create_gs_jit_context_type()
254 elem_types[1] = LLVMInt32TypeInContext(gallivm->context); in create_jit_vertex_buffer_type()
649 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()
1514 LLVMTypeRef int_type = LLVMInt32TypeInContext(gallivm->context); in draw_gs_llvm_end_primitive()
1553 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_llvm_generate()
2315 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_gs_llvm_generate()
2909 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_tcs_llvm_generate()
[all …]

12