Home
last modified time | relevance | path

Searched refs:LLVMConstVector (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c291 return LLVMConstVector(elems, type.length); in lp_build_one()
336 return LLVMConstVector(elems, type.length); in lp_build_const_vec()
357 return LLVMConstVector(elems, type.length); in lp_build_const_int_vec()
388 return LLVMConstVector(elems, type.length); in lp_build_const_aos()
414 return LLVMConstVector(masks, type.length); in lp_build_const_mask_aos()
Dlp_bld_format_aos.c229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), ""); in lp_build_unpack_arith_rgba_aos()
230 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos()
246 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos()
298 LLVMConstVector(swizzles, 4), ""); in lp_build_pack_rgba_aos()
329 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), ""); in lp_build_pack_rgba_aos()
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
Dlp_bld_quad.c150 LLVMConstVector(shuffles1, length), ""); in lp_build_packed_ddx_ddy_twocoord()
152 LLVMConstVector(shuffles2, length), ""); in lp_build_packed_ddx_ddy_twocoord()
Dlp_bld_swizzle.c191 return LLVMBuildShuffleVector(builder, a, bld->undef, LLVMConstVector(shuffles, n), ""); in lp_build_swizzle_scalar_aos()
341 LLVMConstVector(aux, n), in lp_build_swizzle_aos()
342 LLVMConstVector(shuffles, n), ""); in lp_build_swizzle_aos()
589 LLVMConstVector(shuffles, num_dst), ""); in lp_build_pack_aos_scalars()
625 LLVMConstVector(shuffles, num_dst), ""); in lp_build_unpack_broadcast_aos_scalars()
Dlp_bld_pack.c103 return LLVMConstVector(elems, n); in lp_build_const_unpack_shuffle()
128 return LLVMConstVector(elems, n); in lp_build_const_unpack_shuffle_half()
145 return LLVMConstVector(elems, n); in lp_build_const_pack_shuffle()
172 LLVMConstVector(elems, size), ""); in lp_build_extract_range()
207 LLVMConstVector(shuffles, new_length), ""); in lp_build_concat()
776 …return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), ""… in lp_build_pad_vector()
Dlp_bld_intr.c174 constvec = LLVMConstVector(elems, intrin_length); in lp_build_intrinsic_binary_anylength()
181 constvec = LLVMConstVector(elems, src_type.length); in lp_build_intrinsic_binary_anylength()
Dlp_bld_sample.c259 LLVMConstVector(shuffles1, length), ""); in lp_build_rho()
261 LLVMConstVector(shuffles2, length), ""); in lp_build_rho()
1138 arxyxy = LLVMBuildShuffleVector(builder, arxyz, arxyz, LLVMConstVector(shuffles, 4), ""); in lp_build_cube_lookup()
1143 aryxzz = LLVMBuildShuffleVector(builder, arxyz, arxyz, LLVMConstVector(shuffles, 4), ""); in lp_build_cube_lookup()
1149 LLVMConstVector(shuffles, 2), ""); in lp_build_cube_lookup()
1153 LLVMConstVector(shuffles, 2), ""); in lp_build_cube_lookup()
Dlp_bld_arit.c390 LLVMConstVector(shuffles1, length), ""); in lp_build_horizontal_add()
392 LLVMConstVector(shuffles2, length), ""); in lp_build_horizontal_add()
438 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
440 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
448 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
450 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
460 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
467 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
Dlp_bld_sample_aos.c799 shuffle_lo = LLVMConstVector(shuffles_lo, h16.type.length); in lp_build_sample_fetch_image_linear()
800 shuffle_hi = LLVMConstVector(shuffles_hi, h16.type.length); in lp_build_sample_fetch_image_linear()
1478 shuffle = LLVMConstVector(shuffles, h16_bld.type.length); in lp_build_sample_mipmap()
Dlp_bld_logic.c603 return LLVMBuildShuffleVector(builder, a, b, LLVMConstVector(shuffles, n), ""); in lp_build_select_aos()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c291 return LLVMConstVector(elems, type.length); in lp_build_one()
336 return LLVMConstVector(elems, type.length); in lp_build_const_vec()
357 return LLVMConstVector(elems, type.length); in lp_build_const_int_vec()
388 return LLVMConstVector(elems, type.length); in lp_build_const_aos()
414 return LLVMConstVector(masks, type.length); in lp_build_const_mask_aos()
Dlp_bld_format_aos.c229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), ""); in lp_build_unpack_arith_rgba_aos()
230 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos()
246 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos()
298 LLVMConstVector(swizzles, 4), ""); in lp_build_pack_rgba_aos()
329 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), ""); in lp_build_pack_rgba_aos()
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
Dlp_bld_quad.c150 LLVMConstVector(shuffles1, length), ""); in lp_build_packed_ddx_ddy_twocoord()
152 LLVMConstVector(shuffles2, length), ""); in lp_build_packed_ddx_ddy_twocoord()
Dlp_bld_swizzle.c191 return LLVMBuildShuffleVector(builder, a, bld->undef, LLVMConstVector(shuffles, n), ""); in lp_build_swizzle_scalar_aos()
341 LLVMConstVector(aux, n), in lp_build_swizzle_aos()
342 LLVMConstVector(shuffles, n), ""); in lp_build_swizzle_aos()
589 LLVMConstVector(shuffles, num_dst), ""); in lp_build_pack_aos_scalars()
625 LLVMConstVector(shuffles, num_dst), ""); in lp_build_unpack_broadcast_aos_scalars()
Dlp_bld_pack.c103 return LLVMConstVector(elems, n); in lp_build_const_unpack_shuffle()
128 return LLVMConstVector(elems, n); in lp_build_const_unpack_shuffle_half()
145 return LLVMConstVector(elems, n); in lp_build_const_pack_shuffle()
172 LLVMConstVector(elems, size), ""); in lp_build_extract_range()
207 LLVMConstVector(shuffles, new_length), ""); in lp_build_concat()
776 …return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), ""… in lp_build_pad_vector()
Dlp_bld_intr.c174 constvec = LLVMConstVector(elems, intrin_length); in lp_build_intrinsic_binary_anylength()
181 constvec = LLVMConstVector(elems, src_type.length); in lp_build_intrinsic_binary_anylength()
Dlp_bld_sample.c259 LLVMConstVector(shuffles1, length), ""); in lp_build_rho()
261 LLVMConstVector(shuffles2, length), ""); in lp_build_rho()
1138 arxyxy = LLVMBuildShuffleVector(builder, arxyz, arxyz, LLVMConstVector(shuffles, 4), ""); in lp_build_cube_lookup()
1143 aryxzz = LLVMBuildShuffleVector(builder, arxyz, arxyz, LLVMConstVector(shuffles, 4), ""); in lp_build_cube_lookup()
1149 LLVMConstVector(shuffles, 2), ""); in lp_build_cube_lookup()
1153 LLVMConstVector(shuffles, 2), ""); in lp_build_cube_lookup()
Dlp_bld_arit.c390 LLVMConstVector(shuffles1, length), ""); in lp_build_horizontal_add()
392 LLVMConstVector(shuffles2, length), ""); in lp_build_horizontal_add()
438 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
440 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
448 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
450 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
460 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
467 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
Dlp_bld_sample_aos.c799 shuffle_lo = LLVMConstVector(shuffles_lo, h16.type.length); in lp_build_sample_fetch_image_linear()
800 shuffle_hi = LLVMConstVector(shuffles_hi, h16.type.length); in lp_build_sample_fetch_image_linear()
1478 shuffle = LLVMConstVector(shuffles, h16_bld.type.length); in lp_build_sample_mipmap()
Dlp_bld_logic.c603 return LLVMBuildShuffleVector(builder, a, b, LLVMConstVector(shuffles, n), ""); in lp_build_select_aos()
Dlp_bld_tgsi_aos.c166 LLVMConstVector(shuffles, type.length), in emit_fetch_constant()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c264 dzxyz20 = LLVMBuildShuffleVector(b, dxyz20, dxyz20, LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
270 dyzzx01 = LLVMBuildShuffleVector(b, dxyz01, dxyz01, LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
279 LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
303 z0z1 = LLVMBuildShuffleVector(b, attribv[0], attribv[1], LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
308 z0z1z2 = LLVMBuildShuffleVector(b, z0z1, attribv[2], LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
631 dyx20 = LLVMBuildShuffleVector(b, dxy20, dxy20, LLVMConstVector(shuffles, 4), ""); in init_args()
Dlp_bld_depth.c483 shufflev = LLVMConstVector(shuffles, type.length); in lp_build_occlusion_count()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c264 dzxyz20 = LLVMBuildShuffleVector(b, dxyz20, dxyz20, LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
270 dyzzx01 = LLVMBuildShuffleVector(b, dxyz01, dxyz01, LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
279 LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
303 z0z1 = LLVMBuildShuffleVector(b, attribv[0], attribv[1], LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
308 z0z1z2 = LLVMBuildShuffleVector(b, z0z1, attribv[2], LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
631 dyx20 = LLVMBuildShuffleVector(b, dxy20, dxy20, LLVMConstVector(shuffles, 4), ""); in init_args()
Dlp_bld_depth.c483 shufflev = LLVMConstVector(shuffles, type.length); in lp_build_occlusion_count()

12