HomeSort by relevance Sort by last modified time
    Searched refs:LLVMConstVector (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_const.c 291 return LLVMConstVector(elems, type.length);
336 return LLVMConstVector(elems, type.length);
357 return LLVMConstVector(elems, type.length);
388 return LLVMConstVector(elems, type.length);
414 return LLVMConstVector(masks, type.length);
lp_bld_quad.c 150 LLVMConstVector(shuffles1, length), "");
152 LLVMConstVector(shuffles2, length), "");
lp_bld_format_aos.c 229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
230 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), "");
246 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), "");
298 LLVMConstVector(swizzles, 4), "");
329 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), "");
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
lp_bld_pack.c 103 return LLVMConstVector(elems, n);
128 return LLVMConstVector(elems, n);
145 return LLVMConstVector(elems, n);
172 LLVMConstVector(elems, size), "");
207 LLVMConstVector(shuffles, new_length), "");
776 return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), "");
lp_bld_intr.c 174 constvec = LLVMConstVector(elems, intrin_length);
181 constvec = LLVMConstVector(elems, src_type.length);
lp_bld_swizzle.c 191 return LLVMBuildShuffleVector(builder, a, bld->undef, LLVMConstVector(shuffles, n), "");
341 LLVMConstVector(aux, n),
342 LLVMConstVector(shuffles, n), "");
589 LLVMConstVector(shuffles, num_dst), "");
625 LLVMConstVector(shuffles, num_dst), "");
lp_bld_sample.c 259 LLVMConstVector(shuffles1, length), "");
261 LLVMConstVector(shuffles2, length), "");
    [all...]
lp_bld_arit.c 390 LLVMConstVector(shuffles1, length), "");
392 LLVMConstVector(shuffles2, length), "");
438 LLVMConstVector(shuffles, 4), "");
440 LLVMConstVector(shuffles, 4), "");
448 LLVMConstVector(shuffles, 4), "");
450 LLVMConstVector(shuffles, 4), "");
460 LLVMConstVector(shuffles, 4), "");
467 LLVMConstVector(shuffles, 4), "");
    [all...]
lp_bld_logic.c 603 return LLVMBuildShuffleVector(builder, a, b, LLVMConstVector(shuffles, n), "");
lp_bld_sample_aos.c 799 shuffle_lo = LLVMConstVector(shuffles_lo, h16.type.length);
800 shuffle_hi = LLVMConstVector(shuffles_hi, h16.type.length);
    [all...]
lp_bld_tgsi_aos.c 166 LLVMConstVector(shuffles, type.length),
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 291 return LLVMConstVector(elems, type.length);
336 return LLVMConstVector(elems, type.length);
357 return LLVMConstVector(elems, type.length);
388 return LLVMConstVector(elems, type.length);
414 return LLVMConstVector(masks, type.length);
lp_bld_quad.c 150 LLVMConstVector(shuffles1, length), "");
152 LLVMConstVector(shuffles2, length), "");
lp_bld_format_aos.c 229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
230 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), "");
246 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), "");
298 LLVMConstVector(swizzles, 4), "");
329 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), "");
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
lp_bld_pack.c 103 return LLVMConstVector(elems, n);
128 return LLVMConstVector(elems, n);
145 return LLVMConstVector(elems, n);
172 LLVMConstVector(elems, size), "");
207 LLVMConstVector(shuffles, new_length), "");
776 return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), "");
lp_bld_intr.c 174 constvec = LLVMConstVector(elems, intrin_length);
181 constvec = LLVMConstVector(elems, src_type.length);
lp_bld_swizzle.c 191 return LLVMBuildShuffleVector(builder, a, bld->undef, LLVMConstVector(shuffles, n), "");
341 LLVMConstVector(aux, n),
342 LLVMConstVector(shuffles, n), "");
589 LLVMConstVector(shuffles, num_dst), "");
625 LLVMConstVector(shuffles, num_dst), "");
lp_bld_sample.c 259 LLVMConstVector(shuffles1, length), "");
261 LLVMConstVector(shuffles2, length), "");
    [all...]
lp_bld_arit.c 390 LLVMConstVector(shuffles1, length), "");
392 LLVMConstVector(shuffles2, length), "");
438 LLVMConstVector(shuffles, 4), "");
440 LLVMConstVector(shuffles, 4), "");
448 LLVMConstVector(shuffles, 4), "");
450 LLVMConstVector(shuffles, 4), "");
460 LLVMConstVector(shuffles, 4), "");
467 LLVMConstVector(shuffles, 4), "");
    [all...]
lp_bld_logic.c 603 return LLVMBuildShuffleVector(builder, a, b, LLVMConstVector(shuffles, n), "");
lp_bld_sample_aos.c 799 shuffle_lo = LLVMConstVector(shuffles_lo, h16.type.length);
800 shuffle_hi = LLVMConstVector(shuffles_hi, h16.type.length);
    [all...]
lp_bld_tgsi_aos.c 166 LLVMConstVector(shuffles, type.length),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c 264 dzxyz20 = LLVMBuildShuffleVector(b, dxyz20, dxyz20, LLVMConstVector(shuffles, 4), "");
270 dyzzx01 = LLVMBuildShuffleVector(b, dxyz01, dxyz01, LLVMConstVector(shuffles, 4), "");
279 LLVMConstVector(shuffles, 4), "");
303 z0z1 = LLVMBuildShuffleVector(b, attribv[0], attribv[1], LLVMConstVector(shuffles, 4), "");
308 z0z1z2 = LLVMBuildShuffleVector(b, z0z1, attribv[2], LLVMConstVector(shuffles, 4), "");
631 dyx20 = LLVMBuildShuffleVector(b, dxy20, dxy20, LLVMConstVector(shuffles, 4), "");
lp_bld_depth.c 483 shufflev = LLVMConstVector(shuffles, type.length);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 264 dzxyz20 = LLVMBuildShuffleVector(b, dxyz20, dxyz20, LLVMConstVector(shuffles, 4), "");
270 dyzzx01 = LLVMBuildShuffleVector(b, dxyz01, dxyz01, LLVMConstVector(shuffles, 4), "");
279 LLVMConstVector(shuffles, 4), "");
303 z0z1 = LLVMBuildShuffleVector(b, attribv[0], attribv[1], LLVMConstVector(shuffles, 4), "");
308 z0z1z2 = LLVMBuildShuffleVector(b, z0z1, attribv[2], LLVMConstVector(shuffles, 4), "");
631 dyx20 = LLVMBuildShuffleVector(b, dxy20, dxy20, LLVMConstVector(shuffles, 4), "");

Completed in 161 milliseconds

1 2