Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c59 elem_types[LP_JIT_TEXTURE_LAST_LEVEL] = LLVMInt32TypeInContext(lc); in create_jit_texture_type()
64 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS); in create_jit_texture_type()
151 elem_types[LP_JIT_IMAGE_DEPTH] = LLVMInt32TypeInContext(lc); in create_jit_image_type()
156 elem_types[LP_JIT_IMAGE_SAMPLE_STRIDE] = LLVMInt32TypeInContext(lc); in create_jit_image_type()
227 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TGSI_CONST_BUFFERS); in lp_jit_create_types()
237 elem_types[LP_JIT_CTX_STENCIL_REF_BACK] = LLVMInt32TypeInContext(lc); in lp_jit_create_types()
243 LLVMArrayType(LLVMPointerType(LLVMInt32TypeInContext(lc), 0), LP_MAX_TGSI_SHADER_BUFFERS); in lp_jit_create_types()
245 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TGSI_SHADER_BUFFERS); in lp_jit_create_types()
311 LLVMInt32TypeInContext(lc); in lp_jit_create_types()
357 elem_types[LP_JIT_LINEAR_CTX_BLEND_COLOR] = LLVMInt32TypeInContext(lc); in lp_jit_create_types()
[all …]
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.c91 LLVMValueRef offset = LLVMConstNull(LLVMInt32TypeInContext(context)); in add_fetch_rgba_test()
104 args[3] = args[2] = LLVMInt32TypeInContext(context); in add_fetch_rgba_test()
Dlp_bld_depth.c447 LLVMInt32TypeInContext(context), bits); in lp_build_occlusion_count()
449 LLVMInt32TypeInContext(context), bits); in lp_build_occlusion_count()
458 LLVMInt32TypeInContext(context), bits); in lp_build_occlusion_count()
460 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.c218 LLVMTypeRef shuf_type = LLVMInt32TypeInContext(gallivm->context); in lp_do_offset_tri()
541 LLVMTypeRef shuf_type = LLVMInt32TypeInContext(gallivm->context); in init_args()
672 arg_types[3] = LLVMInt32TypeInContext(gallivm->context); /* facing */ in generate_setup_variant()
Dlp_state_fs_linear_llvm.c254 LLVMTypeRef int32t = LLVMInt32TypeInContext(gallivm->context); in llvmpipe_fs_variant_linear_llvm()
Dlp_state_fs.c229 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in generate_quad_mask()
672 LLVMInt32TypeInContext(gallivm->context), ""); in generate_fs_loop()
2333 shuffles[j] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in convert_alpha()
3063 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_fragment()
/third_party/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()
807 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
[all …]
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()
Dlp_bld_coro.c61 LLVMInt32TypeInContext(gallivm->context), in lp_build_coro_size()
169 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in lp_build_coro_declare_malloc_hooks()
191 (LLVMTypeRef[]){LLVMInt32TypeInContext(gallivm->context)}, 1, 0); in lp_build_coro_begin_alloc_mem()
Dlp_bld_printf.c45 LLVMTypeRef printf_type = LLVMFunctionType(LLVMInt32TypeInContext(gallivm->context), NULL, 0, 1); in lp_init_printf_hook()
74 LLVMTypeRef printf_type = LLVMFunctionType(LLVMInt32TypeInContext(gallivm->context), NULL, 0, 1); in lp_build_print_args()
Dlp_bld_assert.c75 arg_types[0] = LLVMInt32TypeInContext(context); in lp_build_assert()
Dlp_bld_format.c35 return LLVMInt32TypeInContext(gallivm->context); in lp_build_format_cache_elem_type()
Dlp_bld_const.h126 return LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), i, 0); in lp_build_const_int32()
Dlp_bld_nir_aos.c199 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in emit_store_reg()
312 elems[idx] = LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), in emit_load_const()
Dlp_bld_ir_common.c152 LLVMTypeRef int_type = LLVMInt32TypeInContext(mask->bld->gallivm->context); in lp_exec_mask_function_init()
278 LLVMTypeRef int_type = LLVMInt32TypeInContext(mask->bld->gallivm->context); in lp_exec_endloop()
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()
2006 arg_types[1] = LLVMInt32TypeInContext(gallivm->context); in update_cached_block()
2051 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in compressed_fetch_cached()
2223 LLVMTypeRef i324_vectype = LLVMVectorType(LLVMInt32TypeInContext( in lp_build_fetch_s3tc_rgba_aos()
2333 LLVMTypeRef type32 = LLVMInt32TypeInContext(gallivm->context); in lp_build_gather_rgtc()
2578 LLVMTypeRef i324_vectype = LLVMVectorType(LLVMInt32TypeInContext( in lp_build_fetch_rgtc_rgba_aos()
Dlp_bld_intr.c329 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_intrinsic_binary_anylength()
Dlp_bld_conv.c184 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half()
211 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_float_to_half()
Dlp_bld_logic.c471 LLVMTypeRef elem_type = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_select_aos()
Dlp_bld_sample.c256 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_pmin()
355 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_rho()
368 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_rho()
1491 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_extract_image_sizes()
Dlp_bld_sample_soa.c2091 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_sample_aniso()
3318 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); in lp_build_sample_soa_code()
4582 LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), type.length); in lp_build_do_atomic_soa()
4610 LLVMPointerType(LLVMInt32TypeInContext(gallivm->context), 0), ""); in lp_build_do_atomic_soa()
4612 LLVMInt32TypeInContext(gallivm->context), ""); in lp_build_do_atomic_soa()
4620 LLVMInt32TypeInContext(gallivm->context), ""); in lp_build_do_atomic_soa()
4874 LLVMConstInt(LLVMInt32TypeInContext(gallivm->context), idx, 0), in lp_build_sample_array_case_soa()
Dlp_bld_arit.c1043 shuf[i+1] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_mul_32_lohi_cpu()
1891 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); in lp_build_iround_nearest_sse2()
3723 LLVMInt32TypeInContext(gallivm->context), in lp_build_fpstate_get()
3747 LLVMBuildLoad2(builder, LLVMInt32TypeInContext(gallivm->context), mxcsr_ptr, "mxcsr"); in lp_build_fpstate_set_denorms_zero()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c120 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_dvbuffer_type()
149 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_texture_type()
260 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_image_type()
318 LLVMTypeRef int_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_context_type()
375 LLVMTypeRef int_type = LLVMInt32TypeInContext(gallivm->context); in create_gs_jit_context_type()
473 elem_types[2] = LLVMInt32TypeInContext(gallivm->context); in create_jit_vertex_buffer_type()
555 LLVMTypeRef int_type = LLVMInt32TypeInContext(gallivm->context); in create_tcs_jit_context_type()
563 elem_types[2] = LLVMInt32TypeInContext(gallivm->context); in create_tcs_jit_context_type()
564 elem_types[3] = LLVMInt32TypeInContext(gallivm->context); in create_tcs_jit_context_type()
656 LLVMTypeRef int_type = LLVMInt32TypeInContext(gallivm->context); in create_tes_jit_context_type()
[all …]

12