/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 291 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()
|
D | lp_bld_format_aos.c | 229 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()
|
D | lp_bld_quad.c | 150 LLVMConstVector(shuffles1, length), ""); in lp_build_packed_ddx_ddy_twocoord() 152 LLVMConstVector(shuffles2, length), ""); in lp_build_packed_ddx_ddy_twocoord()
|
D | lp_bld_swizzle.c | 191 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()
|
D | lp_bld_pack.c | 103 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()
|
D | lp_bld_intr.c | 174 constvec = LLVMConstVector(elems, intrin_length); in lp_build_intrinsic_binary_anylength() 181 constvec = LLVMConstVector(elems, src_type.length); in lp_build_intrinsic_binary_anylength()
|
D | lp_bld_sample.c | 259 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()
|
D | lp_bld_arit.c | 390 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()
|
D | lp_bld_sample_aos.c | 799 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()
|
D | lp_bld_logic.c | 603 return LLVMBuildShuffleVector(builder, a, b, LLVMConstVector(shuffles, n), ""); in lp_build_select_aos()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 291 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()
|
D | lp_bld_format_aos.c | 229 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()
|
D | lp_bld_quad.c | 150 LLVMConstVector(shuffles1, length), ""); in lp_build_packed_ddx_ddy_twocoord() 152 LLVMConstVector(shuffles2, length), ""); in lp_build_packed_ddx_ddy_twocoord()
|
D | lp_bld_swizzle.c | 191 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()
|
D | lp_bld_pack.c | 103 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()
|
D | lp_bld_intr.c | 174 constvec = LLVMConstVector(elems, intrin_length); in lp_build_intrinsic_binary_anylength() 181 constvec = LLVMConstVector(elems, src_type.length); in lp_build_intrinsic_binary_anylength()
|
D | lp_bld_sample.c | 259 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()
|
D | lp_bld_arit.c | 390 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()
|
D | lp_bld_sample_aos.c | 799 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()
|
D | lp_bld_logic.c | 603 return LLVMBuildShuffleVector(builder, a, b, LLVMConstVector(shuffles, n), ""); in lp_build_select_aos()
|
D | lp_bld_tgsi_aos.c | 166 LLVMConstVector(shuffles, type.length), in emit_fetch_constant()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 264 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()
|
D | lp_bld_depth.c | 483 shufflev = LLVMConstVector(shuffles, type.length); in lp_build_occlusion_count()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 264 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()
|
D | lp_bld_depth.c | 483 shufflev = LLVMConstVector(shuffles, type.length); in lp_build_occlusion_count()
|