/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); 156 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count);
|
lp_bld_type.c | 68 return LLVMVectorType(elem_type, type.length); 173 return LLVMVectorType(elem_type, type.length); 392 bld->int_vec_type = LLVMVectorType(bld->int_elem_type, type.length); 393 bld->vec_type = LLVMVectorType(bld->elem_type, type.length);
|
lp_bld_format_aos.c | 179 LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), 185 LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), 186 LLVMConstNull(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), 235 casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), ""); 237 casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), ""); 297 LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4)), 333 casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4), ""); 567 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels)); 624 LLVMTypeRef f32x4t = LLVMVectorType(f32t, 4);
|
lp_bld_logic.c | 481 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); 506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); 510 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); 516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); 520 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); 523 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16);
|
lp_bld_intr.c | 171 a = LLVMBuildBitCast(builder, a, LLVMVectorType(elem_type, 1), ""); 172 b = LLVMBuildBitCast(builder, b, LLVMVectorType(elem_type, 1), "");
|
lp_bld_format_yuv.c | 316 LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n), ""); 486 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n));
|
lp_bld_swizzle.c | 67 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); 143 LLVMVectorType(i32t, dst_type.length),
|
lp_bld_const.c | 272 LLVMTypeRef vec_type = LLVMVectorType(elem_type, type.length);
|
lp_bld_pack.c | 764 return lp_build_broadcast(gallivm, LLVMVectorType(lp_build_elem_type(gallivm, src_type), dst_length), src);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_gather.c | 134 LLVMTypeRef dst_vec_type = LLVMVectorType(dst_elem_type, length); 156 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count);
|
lp_bld_type.c | 68 return LLVMVectorType(elem_type, type.length); 173 return LLVMVectorType(elem_type, type.length); 392 bld->int_vec_type = LLVMVectorType(bld->int_elem_type, type.length); 393 bld->vec_type = LLVMVectorType(bld->elem_type, type.length);
|
lp_bld_format_aos.c | 179 LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), 185 LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), 186 LLVMConstNull(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), 235 casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), ""); 237 casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), ""); 297 LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4)), 333 casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4), ""); 567 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels)); 624 LLVMTypeRef f32x4t = LLVMVectorType(f32t, 4);
|
lp_bld_logic.c | 481 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); 506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); 510 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); 516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); 520 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); 523 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16);
|
lp_bld_intr.c | 171 a = LLVMBuildBitCast(builder, a, LLVMVectorType(elem_type, 1), ""); 172 b = LLVMBuildBitCast(builder, b, LLVMVectorType(elem_type, 1), "");
|
lp_bld_format_yuv.c | 316 LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n), ""); 486 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n));
|
lp_bld_swizzle.c | 67 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); 143 LLVMVectorType(i32t, dst_type.length),
|
lp_bld_const.c | 272 LLVMTypeRef vec_type = LLVMVectorType(elem_type, type.length);
|
lp_bld_pack.c | 764 return lp_build_broadcast(gallivm, LLVMVectorType(lp_build_elem_type(gallivm, src_type), dst_length), src);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
radeonsi_shader.c | 177 ret_type = LLVMVectorType(ret_type, 4); 184 ret_type = LLVMVectorType(ret_type, 8); 236 vec4_type = LLVMVectorType(base->elem_type, 4); 607 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); 647 emit_data->dst_type = LLVMVectorType(
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
radeonsi_shader.c | 177 ret_type = LLVMVectorType(ret_type, 4); 184 ret_type = LLVMVectorType(ret_type, 8); 236 vec4_type = LLVMVectorType(base->elem_type, 4); 607 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); 647 emit_data->dst_type = LLVMVectorType(
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
radeon_setup_tgsi_llvm.c | 530 LLVMVectorType(type, 4), 583 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); 596 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); 640 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
radeon_setup_tgsi_llvm.c | 530 LLVMVectorType(type, 4), 583 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); 596 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); 640 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_setup.c | 86 return LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); 710 vec4f_type = LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4);
|
lp_bld_depth.c | 472 LLVMTypeRef i8vntype = LLVMVectorType(LLVMInt8TypeInContext(context), type.length * 4);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_setup.c | 86 return LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); 710 vec4f_type = LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4);
|