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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); local
96 res = LLVMBuildTrunc(gallivm->builder, res, dst_elem_type, "");
98 res = LLVMBuildZExt(gallivm->builder, res, dst_elem_type, "");
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); local
134 LLVMTypeRef dst_vec_type = LLVMVectorType(dst_elem_type, length);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); local
96 res = LLVMBuildTrunc(gallivm->builder, res, dst_elem_type, "");
98 res = LLVMBuildZExt(gallivm->builder, res, dst_elem_type, "");
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); local
134 LLVMTypeRef dst_vec_type = LLVMVectorType(dst_elem_type, length);

Completed in 42 milliseconds