HomeSort by relevance Sort by last modified time
    Searched full:dst_vec_type (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 134 LLVMTypeRef dst_vec_type = LLVMVectorType(dst_elem_type, length); local
137 res = LLVMGetUndef(dst_vec_type);
lp_bld_pack.c 284 LLVMTypeRef dst_vec_type; local
310 dst_vec_type = lp_build_vec_type(gallivm, dst_type);
312 *dst_lo = LLVMBuildBitCast(builder, *dst_lo, dst_vec_type, "");
313 *dst_hi = LLVMBuildBitCast(builder, *dst_hi, dst_vec_type, "");
385 LLVMTypeRef dst_vec_type = lp_build_vec_type(gallivm, dst_type); local
432 if (dst_vec_type != intr_vec_type) {
433 res = LLVMBuildBitCast(builder, res, dst_vec_type, "");
480 lo = LLVMBuildBitCast(builder, lo, dst_vec_type, "");
481 hi = LLVMBuildBitCast(builder, hi, dst_vec_type, "");
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 134 LLVMTypeRef dst_vec_type = LLVMVectorType(dst_elem_type, length); local
137 res = LLVMGetUndef(dst_vec_type);
lp_bld_pack.c 284 LLVMTypeRef dst_vec_type; local
310 dst_vec_type = lp_build_vec_type(gallivm, dst_type);
312 *dst_lo = LLVMBuildBitCast(builder, *dst_lo, dst_vec_type, "");
313 *dst_hi = LLVMBuildBitCast(builder, *dst_hi, dst_vec_type, "");
385 LLVMTypeRef dst_vec_type = lp_build_vec_type(gallivm, dst_type); local
432 if (dst_vec_type != intr_vec_type) {
433 res = LLVMBuildBitCast(builder, res, dst_vec_type, "");
480 lo = LLVMBuildBitCast(builder, lo, dst_vec_type, "");
481 hi = LLVMBuildBitCast(builder, hi, dst_vec_type, "");
  /external/clang/docs/
LanguageExtensions.rst     [all...]

Completed in 1934 milliseconds