Home
last modified time | relevance | path

Searched refs:lp_build_const_int32 (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/swr/
Dswr_tex_sample.cpp117 indices[0] = lp_build_const_int32(gallivm, 0); in swr_texture_member()
122 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesFS); in swr_texture_member()
125 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesVS); in swr_texture_member()
128 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesGS); in swr_texture_member()
131 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesTCS); in swr_texture_member()
134 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_texturesTES); in swr_texture_member()
141 indices[2] = lp_build_const_int32(gallivm, texture_unit); in swr_texture_member()
143 indices[3] = lp_build_const_int32(gallivm, member_index); in swr_texture_member()
223 indices[0] = lp_build_const_int32(gallivm, 0); in SWR_TEXTURE_MEMBER()
228 indices[1] = lp_build_const_int32(gallivm, swr_draw_context_samplersFS); in SWR_TEXTURE_MEMBER()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c119 indices[0] = lp_build_const_int32(gallivm, 0); in draw_llvm_texture_member()
121 indices[1] = lp_build_const_int32(gallivm, DRAW_JIT_CTX_TEXTURES); in draw_llvm_texture_member()
123 indices[2] = lp_build_const_int32(gallivm, texture_unit); in draw_llvm_texture_member()
126 …ef cond = LLVMBuildICmp(gallivm->builder, LLVMIntULT, indices[2], lp_build_const_int32(gallivm, PI… in draw_llvm_texture_member()
127 …indices[2] = LLVMBuildSelect(gallivm->builder, cond, indices[2], lp_build_const_int32(gallivm, tex… in draw_llvm_texture_member()
130 indices[3] = lp_build_const_int32(gallivm, member_index); in draw_llvm_texture_member()
170 indices[0] = lp_build_const_int32(gallivm, 0); in draw_llvm_sampler_member()
172 indices[1] = lp_build_const_int32(gallivm, DRAW_JIT_CTX_SAMPLERS); in draw_llvm_sampler_member()
174 indices[2] = lp_build_const_int32(gallivm, sampler_unit); in draw_llvm_sampler_member()
176 indices[3] = lp_build_const_int32(gallivm, member_index); in draw_llvm_sampler_member()
[all …]
Ddraw_llvm.c1060 LLVMValueRef index = lp_build_const_int32(gallivm, i); in fetch_instanced()
1151 indices[0] = lp_build_const_int32(gallivm, 0); in store_aos()
1153 indices[2] = lp_build_const_int32(gallivm, 0); in store_aos()
1199 vertex_id = LLVMBuildLShr(builder, mask, lp_build_const_int32(gallivm, 16), ""); in adjust_mask()
1200 clipmask = LLVMBuildAnd(builder, mask, lp_build_const_int32(gallivm, 0x3fff), ""); in adjust_mask()
1201 clipmask = LLVMBuildShl(builder, clipmask, lp_build_const_int32(gallivm, 18), ""); in adjust_mask()
1203 pad = LLVMBuildAnd(builder, mask, lp_build_const_int32(gallivm, 0x8000), ""); in adjust_mask()
1204 pad = LLVMBuildShl(builder, pad, lp_build_const_int32(gallivm, 1), ""); in adjust_mask()
1206 edgeflag = LLVMBuildAnd(builder, mask, lp_build_const_int32(gallivm, 0x4000), ""); in adjust_mask()
1207 edgeflag = LLVMBuildShl(builder, edgeflag, lp_build_const_int32(gallivm, 3), ""); in adjust_mask()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c127 indices[0] = lp_build_const_int32(gallivm, 0); in lp_llvm_texture_member()
129 indices[1] = lp_build_const_int32(gallivm, LP_JIT_CTX_TEXTURES); in lp_llvm_texture_member()
131 indices[2] = lp_build_const_int32(gallivm, texture_unit); in lp_llvm_texture_member()
134 …ef cond = LLVMBuildICmp(gallivm->builder, LLVMIntULT, indices[2], lp_build_const_int32(gallivm, PI… in lp_llvm_texture_member()
135 …indices[2] = LLVMBuildSelect(gallivm->builder, cond, indices[2], lp_build_const_int32(gallivm, tex… in lp_llvm_texture_member()
138 indices[3] = lp_build_const_int32(gallivm, member_index); in lp_llvm_texture_member()
214 indices[0] = lp_build_const_int32(gallivm, 0); in LP_LLVM_TEXTURE_MEMBER()
216 indices[1] = lp_build_const_int32(gallivm, LP_JIT_CTX_SAMPLERS); in LP_LLVM_TEXTURE_MEMBER()
218 indices[2] = lp_build_const_int32(gallivm, sampler_unit); in LP_LLVM_TEXTURE_MEMBER()
220 indices[3] = lp_build_const_int32(gallivm, member_index); in LP_LLVM_TEXTURE_MEMBER()
[all …]
Dlp_bld_interp.c145 nr = lp_build_const_int32(gallivm, i); in calc_offsets()
170 …LLVMValueRef s_mask_idx = LLVMBuildMul(builder, bld->num_loop, lp_build_const_int32(gallivm, s), "… in calc_centroid_offsets()
179 LLVMValueRef x_val_idx = lp_build_const_int32(gallivm, s * 2); in calc_centroid_offsets()
180 LLVMValueRef y_val_idx = lp_build_const_int32(gallivm, s * 2 + 1); in calc_centroid_offsets()
224 LLVMValueRef index = lp_build_const_int32(gallivm, in coeffs_init_simple()
323 index = lp_build_const_int32(gallivm, chan); in attribs_update_simple()
332 …LVMValueRef x_val_idx = LLVMBuildMul(gallivm->builder, sample_id, lp_build_const_int32(gallivm, 2)… in attribs_update_simple()
342 …LVMValueRef y_val_idx = LLVMBuildMul(gallivm->builder, sample_id, lp_build_const_int32(gallivm, 2)… in attribs_update_simple()
343 … y_val_idx = LLVMBuildAdd(gallivm->builder, y_val_idx, lp_build_const_int32(gallivm, 1), ""); in attribs_update_simple()
365 …LVMValueRef x_val_idx = LLVMBuildMul(gallivm->builder, sample_id, lp_build_const_int32(gallivm, 2)… in attribs_update_simple()
[all …]
Dlp_bld_depth.c473 shuffles[i] = lp_build_const_int32(gallivm, 4*i); in lp_build_occlusion_count()
475 shuffles[i] = lp_build_const_int32(gallivm, (4*i) + 3); in lp_build_occlusion_count()
558 lp_build_const_int32(gallivm, 1), ""); in lp_build_depth_stencil_load_swizzled()
560 lp_build_const_int32(gallivm, 2), ""); in lp_build_depth_stencil_load_swizzled()
564 lp_build_const_int32(gallivm, depth_bytes * 2), ""); in lp_build_depth_stencil_load_swizzled()
569 shuffles[i] = lp_build_const_int32(gallivm, i); in lp_build_depth_stencil_load_swizzled()
575 lp_build_const_int32(gallivm, 1), ""); in lp_build_depth_stencil_load_swizzled()
583 shuffles[i] = lp_build_const_int32(gallivm, (i&1) + (i&2) * 2 + (i&4) / 2); in lp_build_depth_stencil_load_swizzled()
636 shuffles1[i] = lp_build_const_int32(gallivm, i * 2); in lp_build_depth_stencil_load_swizzled()
637 shuffles2[i] = lp_build_const_int32(gallivm, i * 2 + 1); in lp_build_depth_stencil_load_swizzled()
[all …]
Dlp_state_setup.c96 LLVMValueRef idx = lp_build_const_int32(gallivm, slot); in store_coef()
167 idx[0] = lp_build_const_int32(gallivm, attr); in vert_attrib()
168 idx[1] = lp_build_const_int32(gallivm, elem); in vert_attrib()
182 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot); in lp_twoside()
186lp_build_const_int32(gallivm, 0), ""); /** need i1 for if condition */ in lp_twoside()
223 LLVMValueRef onei = lp_build_const_int32(gallivm, 1); in lp_do_offset_tri()
224 LLVMValueRef zeroi = lp_build_const_int32(gallivm, 0); in lp_do_offset_tri()
225 LLVMValueRef twoi = lp_build_const_int32(gallivm, 2); in lp_do_offset_tri()
226 LLVMValueRef threei = lp_build_const_int32(gallivm, 3); in lp_do_offset_tri()
280 c23_shifted = lp_build_const_int32(gallivm, 23 << 23); in lp_do_offset_tri()
[all …]
Dlp_state_fs.c267 mask_input = LLVMBuildAnd(builder, mask_input, lp_build_const_int32(gallivm, 0xffff), ""); in generate_quad_mask()
380 lp_build_const_int32(gallivm, LP_JIT_VIEWPORT_MIN_DEPTH), ""); in lp_build_depth_clamp()
385 lp_build_const_int32(gallivm, LP_JIT_VIEWPORT_MAX_DEPTH), ""); in lp_build_depth_clamp()
412 … LLVMValueRef s_mask_idx = LLVMBuildMul(builder, lp_build_const_int32(gallivm, s), num_loop, ""); in lp_build_sample_alpha_to_coverage()
462 LLVMValueRef index = lp_build_const_int32(gallivm, cbuf); in fs_fb_fetch()
524 … LLVMBuildAnd(builder, fs_iface->loop_state->counter, lp_build_const_int32(gallivm, 1), ""), in fs_fb_fetch()
525 lp_build_const_int32(gallivm, 1), ""); in fs_fb_fetch()
526 …counter = LLVMBuildLShr(builder, fs_iface->loop_state->counter, lp_build_const_int32(gallivm, 1), … in fs_fb_fetch()
528 y_offset = LLVMBuildMul(builder, counter, lp_build_const_int32(gallivm, 2), ""); in fs_fb_fetch()
591 LLVMValueRef zs_samples = lp_build_const_int32(gallivm, key->zsbuf_nr_samples); in generate_fs_loop()
[all …]
Dlp_state_cs.c183 LLVMValueRef vec_length = lp_build_const_int32(gallivm, cs_type.length); in generate_compute()
185 num_x_loop = LLVMBuildSub(gallivm->builder, num_x_loop, lp_build_const_int32(gallivm, 1), ""); in generate_compute()
204 lp_build_const_int32(gallivm, 0)); /* coroutine reentry loop */ in generate_compute()
206 lp_build_const_int32(gallivm, 0)); /* z loop */ in generate_compute()
208 lp_build_const_int32(gallivm, 0)); /* y loop */ in generate_compute()
210 lp_build_const_int32(gallivm, 0)); /* x loop */ in generate_compute()
246 lp_build_const_int32(gallivm, 0), ""); in generate_compute()
258 … lp_build_loop_force_set_counter(&loop_state[3], lp_build_const_int32(gallivm, end_coroutine - 1)); in generate_compute()
276 lp_build_const_int32(gallivm, end_coroutine), in generate_compute()
322 …s_partials = LLVMBuildICmp(gallivm->builder, LLVMIntNE, partials, lp_build_const_int32(gallivm, 0)… in generate_compute()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c89 shuffles[i] = lp_build_const_int32(gallivm, i / 2); in emit_fetch_64bit()
90 shuffles[i + 1] = lp_build_const_int32(gallivm, i / 2 + bld_base->base.type.length); in emit_fetch_64bit()
92 shuffles[i] = lp_build_const_int32(gallivm, i / 2 + bld_base->base.type.length); in emit_fetch_64bit()
93 shuffles[i + 1] = lp_build_const_int32(gallivm, i / 2); in emit_fetch_64bit()
116 shuffles[i] = lp_build_const_int32(gallivm, i * 2); in emit_store_64bit_split()
117 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1); in emit_store_64bit_split()
119 shuffles[i] = lp_build_const_int32(gallivm, i * 2 + 1); in emit_store_64bit_split()
120 shuffles2[i] = lp_build_const_int32(gallivm, i * 2); in emit_store_64bit_split()
177 LLVMValueRef ii = lp_build_const_int32(gallivm, i); in get_soa_array_offsets()
236 di = lp_build_const_int32(gallivm, i); in build_gather()
[all …]
Dlp_bld_quad.c139 shuffles1[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s1); in lp_build_packed_ddx_ddy_twocoord()
140 shuffles1[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s1); in lp_build_packed_ddx_ddy_twocoord()
141 shuffles1[4*i + 2] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s2); in lp_build_packed_ddx_ddy_twocoord()
142 shuffles1[4*i + 3] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s2); in lp_build_packed_ddx_ddy_twocoord()
143 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s1); in lp_build_packed_ddx_ddy_twocoord()
144 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s1); in lp_build_packed_ddx_ddy_twocoord()
145 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s2); in lp_build_packed_ddx_ddy_twocoord()
146 shuffles2[4*i + 3] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s2); in lp_build_packed_ddx_ddy_twocoord()
Dlp_bld_pack.c99 elems[i + 0] = lp_build_const_int32(gallivm, 0 + j); in lp_build_const_unpack_shuffle()
100 elems[i + 1] = lp_build_const_int32(gallivm, n + j); in lp_build_const_unpack_shuffle()
124 elems[i + 0] = lp_build_const_int32(gallivm, 0 + j); in lp_build_const_unpack_shuffle_half()
125 elems[i + 1] = lp_build_const_int32(gallivm, n + j); in lp_build_const_unpack_shuffle_half()
150 elems[i] = lp_build_const_int32(gallivm, j); in lp_build_const_unpack_shuffle_16wide()
170 elems[i] = lp_build_const_int32(gallivm, 2*i); in lp_build_const_pack_shuffle()
172 elems[i] = lp_build_const_int32(gallivm, 2*i+1); in lp_build_const_pack_shuffle()
195 elems[i] = lp_build_const_int32(gallivm, i + start); in lp_build_extract_range()
233 shuffles[i] = lp_build_const_int32(gallivm, i); in lp_build_concat()
302 elems[i] = lp_build_const_int32(gallivm, 2*i + lo_hi); in lp_build_uninterleave1()
[all …]
Dlp_bld_tgsi_soa.c467 LLVMValueRef lindex = lp_build_const_int32(bld->bld_base.base.gallivm, index * 4 + chan); in get_file_ptr()
470 gep[0] = lp_build_const_int32(bld->bld_base.base.gallivm, 0); in get_file_ptr()
587 di = lp_build_const_int32(bld->gallivm, i); in build_gather()
589 si = lp_build_const_int32(bld->gallivm, i >> 1); in build_gather()
641 LLVMValueRef ii = lp_build_const_int32(gallivm, i); in emit_mask_scatter()
792 LLVMValueRef ii = lp_build_const_int32(gallivm, i); in get_soa_array_offsets()
870 index = lp_build_const_int32(gallivm, reg->Register.Index * 4 + swizzle); in emit_fetch_constant()
879 index = lp_build_const_int32(gallivm, reg->Register.Index * 4 + (swizzle_in >> 16)); in emit_fetch_constant()
886 shuffles[0] = lp_build_const_int32(gallivm, 0); in emit_fetch_constant()
887 shuffles[1] = lp_build_const_int32(gallivm, 1); in emit_fetch_constant()
[all …]
Dlp_bld_gather.c64 LLVMValueRef index = lp_build_const_int32(gallivm, i); in lp_build_gather_elem_ptr()
259 lp_build_const_int32(gallivm, 2), in lp_build_gather_elem_vec()
260 lp_build_const_int32(gallivm, 1), in lp_build_gather_elem_vec()
261 lp_build_const_int32(gallivm, 0), in lp_build_gather_elem_vec()
262 lp_build_const_int32(gallivm, 3), in lp_build_gather_elem_vec()
544 LLVMValueRef index = lp_build_const_int32(gallivm, i); in lp_build_gather()
597 LLVMValueRef index = lp_build_const_int32(gallivm, i); in lp_build_gather_values()
Dlp_bld_format_s3tc.c92 elems[i] = lp_build_const_int32(gallivm, shufvals[i] + lo_hi); in lp_build_uninterleave2_half()
96 elems[i] = lp_build_const_int32(gallivm, 2*i + lo_hi); in lp_build_uninterleave2_half()
123 elems[i] = lp_build_const_int32(gallivm, i); in lp_build_const_extend_shuffle()
143 elems[i + 0] = lp_build_const_int32(gallivm, 0 + j); in lp_build_const_unpackx2_shuffle()
144 elems[i + 1] = lp_build_const_int32(gallivm, n + j); in lp_build_const_unpackx2_shuffle()
145 elems[n + i + 0] = lp_build_const_int32(gallivm, 0 + n/2 + j); in lp_build_const_unpackx2_shuffle()
146 elems[n + i + 1] = lp_build_const_int32(gallivm, n + n/2 + j); in lp_build_const_unpackx2_shuffle()
167 elems[i] = lp_build_const_int32(gallivm, index); in lp_build_const_shuffle1()
185 elems[0] = lp_build_const_int32(gallivm, index); in lp_build_shuffle1undef()
256 lp_build_const_int32(gallivm, 0), ""); in lp_build_gather_s3tc()
[all …]
Dlp_bld_struct.c55 indices[0] = lp_build_const_int32(gallivm, 0); in lp_build_struct_get_ptr()
56 indices[1] = lp_build_const_int32(gallivm, member); in lp_build_struct_get_ptr()
89 indices[0] = lp_build_const_int32(gallivm, 0); in lp_build_array_get_ptr()
Dlp_bld_format_aos.c282 shifts[i] = lp_build_const_int32(gallivm, shift); in lp_build_unpack_arith_rgba_aos()
283 masks[i] = lp_build_const_int32(gallivm, mask); in lp_build_unpack_arith_rgba_aos()
323 masks[i] = lp_build_const_int32(gallivm, mask); in lp_build_unpack_arith_rgba_aos()
391 swizzles[i] = lp_build_const_int32(gallivm, j); in lp_build_pack_rgba_aos()
415 shifts[i] = lp_build_const_int32(gallivm, shift); in lp_build_pack_rgba_aos()
439 lp_build_const_int32(gallivm, i), ""); in lp_build_pack_rgba_aos()
862 LLVMValueRef index = lp_build_const_int32(gallivm, k); in lp_build_fetch_rgba_aos()
974 LLVMValueRef index = lp_build_const_int32(gallivm, k); in lp_build_fetch_rgba_aos()
Dlp_bld_sample.c292 LLVMValueRef index0 = lp_build_const_int32(gallivm, 0); in lp_build_rho()
316 LLVMValueRef indexi = lp_build_const_int32(gallivm, i); in lp_build_rho()
474 shuffles1[4*i + 0] = lp_build_const_int32(gallivm, 4*i); in lp_build_rho()
475 shuffles1[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 2); in lp_build_rho()
476 shuffles1[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i); in lp_build_rho()
478 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, 4*i + 1); in lp_build_rho()
479 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 3); in lp_build_rho()
480 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i + 2); in lp_build_rho()
1074 indexes[0] = lp_build_const_int32(bld->gallivm, 0); in lp_build_get_mipmap_level()
1093 indexes[0] = lp_build_const_int32(bld->gallivm, 0); in lp_build_get_mip_offsets()
[all …]
Dlp_bld_format_soa.c529 shuffles[j] = lp_build_const_int32(gallivm, idx); in lp_build_fetch_rgba_soa()
539 shuffles[j] = lp_build_const_int32(gallivm, idx); in lp_build_fetch_rgba_soa()
549 LLVMValueRef zero = lp_build_const_int32(gallivm, 0); in lp_build_fetch_rgba_soa()
630 shuffles[j] = lp_build_const_int32(gallivm, idx); in lp_build_fetch_rgba_soa()
847 …rgba_out[k] = LLVMBuildExtractElement(gallivm->builder, fetch, lp_build_const_int32(gallivm, k), "… in lp_build_fetch_rgba_soa()
860 LLVMValueRef index = lp_build_const_int32(gallivm, k); in lp_build_fetch_rgba_soa()
1090 lp_build_loop_begin(&loop_state, gallivm, lp_build_const_int32(gallivm, 0)); in lp_build_store_rgba_soa()
1109 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, type.length), in lp_build_store_rgba_soa()
Dlp_bld_arit.c591 shuffles1[i] = lp_build_const_int32(bld->gallivm, i); in lp_build_horizontal_add()
592 shuffles2[i] = lp_build_const_int32(bld->gallivm, i + length); in lp_build_horizontal_add()
610 index = lp_build_const_int32(bld->gallivm, 0); in lp_build_horizontal_add()
612 index = lp_build_const_int32(bld->gallivm, 1); in lp_build_horizontal_add()
638 shuffles[0] = lp_build_const_int32(gallivm, 0); in lp_build_horizontal_add4x4f()
639 shuffles[1] = lp_build_const_int32(gallivm, 1); in lp_build_horizontal_add4x4f()
640 shuffles[2] = lp_build_const_int32(gallivm, 4); in lp_build_horizontal_add4x4f()
641 shuffles[3] = lp_build_const_int32(gallivm, 5); in lp_build_horizontal_add4x4f()
648 shuffles[0] = lp_build_const_int32(gallivm, 2); in lp_build_horizontal_add4x4f()
649 shuffles[1] = lp_build_const_int32(gallivm, 3); in lp_build_horizontal_add4x4f()
[all …]
Dlp_bld_nir.c365 shuffles[i] = lp_build_const_int32(gallivm, i * 2); in split_64bit()
366 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1); in split_64bit()
368 shuffles[i] = lp_build_const_int32(gallivm, (i * 2) + 1); in split_64bit()
369 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2)); in split_64bit()
395 shuffles[i] = lp_build_const_int32(gallivm, i / 2); in merge_64bit()
396 shuffles[i + 1] = lp_build_const_int32(gallivm, i / 2 + bld_base->base.type.length); in merge_64bit()
398 shuffles[i] = lp_build_const_int32(gallivm, i / 2 + bld_base->base.type.length); in merge_64bit()
399 shuffles[i + 1] = lp_build_const_int32(gallivm, i / 2); in merge_64bit()
415 shuffles[i] = lp_build_const_int32(gallivm, i * 2); in split_16bit()
416 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1); in split_16bit()
[all …]
Dlp_bld_const.h124 lp_build_const_int32(struct gallivm_state *gallivm, int i) in lp_build_const_int32() function
Dlp_bld_intr.c327 elems[i] = lp_build_const_int32(gallivm, i); in lp_build_intrinsic_binary_anylength()
403 LLVMValueRef index = lp_build_const_int32(gallivm, i); in lp_build_intrinsic_map()
Dlp_bld_printf.c133 param = LLVMBuildExtractElement(builder, value, lp_build_const_int32(gallivm, i), ""); in lp_build_print_value()
Dlp_bld_tgsi_aos.c127 index = lp_build_const_int32(bld->bld_base.base.gallivm, in emit_fetch_constant()
140 swizzle = lp_build_const_int32(bld->bld_base.base.gallivm, in emit_fetch_constant()
157 shuffles[chan] = lp_build_const_int32(bld->bld_base.base.gallivm, chan); in emit_fetch_constant()
387 LLVMValueRef array_size = lp_build_const_int32(gallivm, last + 1); in lp_emit_declaration_aos()

12