HomeSort by relevance Sort by last modified time
    Searched refs:constvec (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_intr.c 161 LLVMValueRef constvec, tmp; local
174 constvec = LLVMConstVector(elems, intrin_length);
175 anative = LLVMBuildShuffleVector(builder, a, a, constvec, "");
176 bnative = LLVMBuildShuffleVector(builder, b, b, constvec, "");
181 constvec = LLVMConstVector(elems, src_type.length);
182 return LLVMBuildShuffleVector(builder, tmp, tmp, constvec, "");
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_intr.c 161 LLVMValueRef constvec, tmp; local
174 constvec = LLVMConstVector(elems, intrin_length);
175 anative = LLVMBuildShuffleVector(builder, a, a, constvec, "");
176 bnative = LLVMBuildShuffleVector(builder, b, b, constvec, "");
181 constvec = LLVMConstVector(elems, src_type.length);
182 return LLVMBuildShuffleVector(builder, tmp, tmp, constvec, "");

Completed in 171 milliseconds