Home
last modified time | relevance | path

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

12

/third_party/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 …]
/third_party/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.c1083 LLVMValueRef index = lp_build_const_int32(gallivm, i); in fetch_instanced()
1174 indices[0] = lp_build_const_int32(gallivm, 0); in store_aos()
1176 indices[2] = lp_build_const_int32(gallivm, 0); in store_aos()
1222 vertex_id = LLVMBuildLShr(builder, mask, lp_build_const_int32(gallivm, 16), ""); in adjust_mask()
1223 clipmask = LLVMBuildAnd(builder, mask, lp_build_const_int32(gallivm, 0x3fff), ""); in adjust_mask()
1224 clipmask = LLVMBuildShl(builder, clipmask, lp_build_const_int32(gallivm, 18), ""); in adjust_mask()
1226 pad = LLVMBuildAnd(builder, mask, lp_build_const_int32(gallivm, 0x8000), ""); in adjust_mask()
1227 pad = LLVMBuildShl(builder, pad, lp_build_const_int32(gallivm, 1), ""); in adjust_mask()
1229 edgeflag = LLVMBuildAnd(builder, mask, lp_build_const_int32(gallivm, 0x4000), ""); in adjust_mask()
1230 edgeflag = LLVMBuildShl(builder, edgeflag, lp_build_const_int32(gallivm, 3), ""); in adjust_mask()
[all …]
/third_party/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.c382 LLVMValueRef index0 = lp_build_const_int32(gallivm, 0); in lp_build_rho()
406 LLVMValueRef indexi = lp_build_const_int32(gallivm, i); in lp_build_rho()
564 shuffles1[4*i + 0] = lp_build_const_int32(gallivm, 4*i); in lp_build_rho()
565 shuffles1[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 2); in lp_build_rho()
566 shuffles1[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i); in lp_build_rho()
568 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, 4*i + 1); in lp_build_rho()
569 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, 4*i + 3); in lp_build_rho()
570 shuffles2[4*i + 2] = lp_build_const_int32(gallivm, length + 4*i + 2); in lp_build_rho()
1174 indexes[0] = lp_build_const_int32(bld->gallivm, 0); in lp_build_get_mipmap_level()
1193 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()
1100 lp_build_loop_begin(&loop_state, gallivm, lp_build_const_int32(gallivm, 0)); in lp_build_store_rgba_soa()
1119 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, type.length), in lp_build_store_rgba_soa()
Dlp_bld_arit.c559 shuffles1[i] = lp_build_const_int32(bld->gallivm, i); in lp_build_horizontal_add()
560 shuffles2[i] = lp_build_const_int32(bld->gallivm, i + length); in lp_build_horizontal_add()
578 index = lp_build_const_int32(bld->gallivm, 0); in lp_build_horizontal_add()
580 index = lp_build_const_int32(bld->gallivm, 1); in lp_build_horizontal_add()
606 shuffles[0] = lp_build_const_int32(gallivm, 0); in lp_build_horizontal_add4x4f()
607 shuffles[1] = lp_build_const_int32(gallivm, 1); in lp_build_horizontal_add4x4f()
608 shuffles[2] = lp_build_const_int32(gallivm, 4); in lp_build_horizontal_add4x4f()
609 shuffles[3] = lp_build_const_int32(gallivm, 5); in lp_build_horizontal_add4x4f()
616 shuffles[0] = lp_build_const_int32(gallivm, 2); in lp_build_horizontal_add4x4f()
617 shuffles[1] = lp_build_const_int32(gallivm, 3); in lp_build_horizontal_add4x4f()
[all …]
Dlp_bld_nir.c371 shuffles[i] = lp_build_const_int32(gallivm, i * 2); in split_64bit()
372 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2) + 1); in split_64bit()
374 shuffles[i] = lp_build_const_int32(gallivm, (i * 2) + 1); in split_64bit()
375 shuffles2[i] = lp_build_const_int32(gallivm, (i * 2)); in split_64bit()
401 shuffles[i] = lp_build_const_int32(gallivm, i / 2); in merge_64bit()
402 shuffles[i + 1] = lp_build_const_int32(gallivm, i / 2 + bld_base->base.type.length); in merge_64bit()
404 shuffles[i] = lp_build_const_int32(gallivm, i / 2 + bld_base->base.type.length); in merge_64bit()
405 shuffles[i + 1] = lp_build_const_int32(gallivm, i / 2); in merge_64bit()
421 shuffles[i] = lp_build_const_int32(gallivm, i * 2); in split_16bit()
422 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.c331 elems[i] = lp_build_const_int32(gallivm, i); in lp_build_intrinsic_binary_anylength()
407 LLVMValueRef index = lp_build_const_int32(gallivm, i); in lp_build_intrinsic_map()
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()
Dlp_bld_printf.c134 param = LLVMBuildExtractElement(builder, value, lp_build_const_int32(gallivm, i), ""); in lp_build_print_value()
/third_party/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.c146 nr = lp_build_const_int32(gallivm, i); in calc_offsets()
171 …LLVMValueRef s_mask_idx = LLVMBuildMul(builder, bld->num_loop, lp_build_const_int32(gallivm, s), "… in calc_centroid_offsets()
180 LLVMValueRef x_val_idx = lp_build_const_int32(gallivm, s * 2); in calc_centroid_offsets()
181 LLVMValueRef y_val_idx = lp_build_const_int32(gallivm, s * 2 + 1); in calc_centroid_offsets()
225 LLVMValueRef index = lp_build_const_int32(gallivm, in coeffs_init_simple()
324 index = lp_build_const_int32(gallivm, chan); in attribs_update_simple()
333 …LVMValueRef x_val_idx = LLVMBuildMul(gallivm->builder, sample_id, lp_build_const_int32(gallivm, 2)… in attribs_update_simple()
343 …LVMValueRef y_val_idx = LLVMBuildMul(gallivm->builder, sample_id, lp_build_const_int32(gallivm, 2)… in attribs_update_simple()
344 … y_val_idx = LLVMBuildAdd(gallivm->builder, y_val_idx, lp_build_const_int32(gallivm, 1), ""); in attribs_update_simple()
366 …LVMValueRef x_val_idx = LLVMBuildMul(gallivm->builder, sample_id, lp_build_const_int32(gallivm, 2)… in attribs_update_simple()
[all …]
Dlp_bld_depth.c474 shuffles[i] = lp_build_const_int32(gallivm, 4*i); in lp_build_occlusion_count()
476 shuffles[i] = lp_build_const_int32(gallivm, (4*i) + 3); in lp_build_occlusion_count()
559 lp_build_const_int32(gallivm, 1), ""); in lp_build_depth_stencil_load_swizzled()
561 lp_build_const_int32(gallivm, 2), ""); in lp_build_depth_stencil_load_swizzled()
565 lp_build_const_int32(gallivm, depth_bytes * 2), ""); in lp_build_depth_stencil_load_swizzled()
570 shuffles[i] = lp_build_const_int32(gallivm, i); in lp_build_depth_stencil_load_swizzled()
576 lp_build_const_int32(gallivm, 1), ""); in lp_build_depth_stencil_load_swizzled()
584 shuffles[i] = lp_build_const_int32(gallivm, (i&1) + (i&2) * 2 + (i&4) / 2); in lp_build_depth_stencil_load_swizzled()
637 shuffles1[i] = lp_build_const_int32(gallivm, i * 2); in lp_build_depth_stencil_load_swizzled()
638 shuffles2[i] = lp_build_const_int32(gallivm, i * 2 + 1); in lp_build_depth_stencil_load_swizzled()
[all …]
Dlp_state_setup.c97 LLVMValueRef idx = lp_build_const_int32(gallivm, slot); in store_coef()
168 idx[0] = lp_build_const_int32(gallivm, attr); in vert_attrib()
169 idx[1] = lp_build_const_int32(gallivm, elem); in vert_attrib()
183 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot); in lp_twoside()
187lp_build_const_int32(gallivm, 0), ""); /** need i1 for if condition */ in lp_twoside()
222 LLVMValueRef onei = lp_build_const_int32(gallivm, 1); in lp_do_offset_tri()
223 LLVMValueRef zeroi = lp_build_const_int32(gallivm, 0); in lp_do_offset_tri()
224 LLVMValueRef twoi = lp_build_const_int32(gallivm, 2); in lp_do_offset_tri()
225 LLVMValueRef threei = lp_build_const_int32(gallivm, 3); in lp_do_offset_tri()
279 c23_shifted = lp_build_const_int32(gallivm, 23 << 23); in lp_do_offset_tri()
[all …]
Dlp_state_fs.c268 mask_input = LLVMBuildAnd(builder, mask_input, lp_build_const_int32(gallivm, 0xffff), ""); in generate_quad_mask()
381 lp_build_const_int32(gallivm, LP_JIT_VIEWPORT_MIN_DEPTH), ""); in lp_build_depth_clamp()
386 lp_build_const_int32(gallivm, LP_JIT_VIEWPORT_MAX_DEPTH), ""); in lp_build_depth_clamp()
413 … LLVMValueRef s_mask_idx = LLVMBuildMul(builder, lp_build_const_int32(gallivm, s), num_loop, ""); in lp_build_sample_alpha_to_coverage()
466 LLVMValueRef index = lp_build_const_int32(gallivm, cbuf); in fs_fb_fetch()
528 … LLVMBuildAnd(builder, fs_iface->loop_state->counter, lp_build_const_int32(gallivm, 1), ""), in fs_fb_fetch()
529 lp_build_const_int32(gallivm, 1), ""); in fs_fb_fetch()
530 …counter = LLVMBuildLShr(builder, fs_iface->loop_state->counter, lp_build_const_int32(gallivm, 1), … in fs_fb_fetch()
532 y_offset = LLVMBuildMul(builder, counter, lp_build_const_int32(gallivm, 2), ""); in fs_fb_fetch()
595 LLVMValueRef zs_samples = lp_build_const_int32(gallivm, key->zsbuf_nr_samples); in generate_fs_loop()
[all …]
Dlp_state_cs.c187 LLVMValueRef vec_length = lp_build_const_int32(gallivm, cs_type.length); in generate_compute()
189 num_x_loop = LLVMBuildSub(gallivm->builder, num_x_loop, lp_build_const_int32(gallivm, 1), ""); in generate_compute()
212 lp_build_const_int32(gallivm, 0)); /* coroutine reentry loop */ in generate_compute()
214 lp_build_const_int32(gallivm, 0)); /* z loop */ in generate_compute()
216 lp_build_const_int32(gallivm, 0)); /* y loop */ in generate_compute()
218 lp_build_const_int32(gallivm, 0)); /* x loop */ in generate_compute()
257 lp_build_const_int32(gallivm, 0), ""); in generate_compute()
269 … lp_build_loop_force_set_counter(&loop_state[3], lp_build_const_int32(gallivm, end_coroutine - 1)); in generate_compute()
287 lp_build_const_int32(gallivm, end_coroutine), in generate_compute()
345 …s_partials = LLVMBuildICmp(gallivm->builder, LLVMIntNE, partials, lp_build_const_int32(gallivm, 0)… in generate_compute()
[all …]

12