Home
last modified time | relevance | path

Searched refs:LLVMVectorType (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c179 … LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), in lp_build_unpack_arith_rgba_aos()
185 … LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), in lp_build_unpack_arith_rgba_aos()
186 … LLVMConstNull(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), in lp_build_unpack_arith_rgba_aos()
235 …casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos()
237 …casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos()
297 … LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4)), in lp_build_pack_rgba_aos()
333 …casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context),… in lp_build_pack_rgba_aos()
567 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels)); in lp_build_fetch_rgba_aos()
624 LLVMTypeRef f32x4t = LLVMVectorType(f32t, 4); in lp_build_fetch_rgba_aos()
Dlp_bld_type.c68 return LLVMVectorType(elem_type, type.length); in lp_build_vec_type()
173 return LLVMVectorType(elem_type, type.length); in lp_build_int_vec_type()
392 bld->int_vec_type = LLVMVectorType(bld->int_elem_type, type.length); in lp_build_context_init()
393 bld->vec_type = LLVMVectorType(bld->elem_type, type.length); in lp_build_context_init()
Dlp_bld_logic.c481 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); in lp_build_select()
506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); in lp_build_select()
510 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); in lp_build_select()
516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); in lp_build_select()
520 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); in lp_build_select()
523 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16); in lp_build_select()
Dlp_bld_gather.c134 LLVMTypeRef dst_vec_type = LLVMVectorType(dst_elem_type, length); in lp_build_gather()
156 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count); in lp_build_gather_values()
Dlp_bld_intr.c171 a = LLVMBuildBitCast(builder, a, LLVMVectorType(elem_type, 1), ""); in lp_build_intrinsic_binary_anylength()
172 b = LLVMBuildBitCast(builder, b, LLVMVectorType(elem_type, 1), ""); in lp_build_intrinsic_binary_anylength()
Dlp_bld_format_yuv.c316 LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n), ""); in rgb_to_rgba_aos()
486 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n)); in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_swizzle.c67 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); in lp_build_broadcast()
143 LLVMVectorType(i32t, dst_type.length), in lp_build_extract_broadcast()
Dlp_bld_const.c272 LLVMTypeRef vec_type = LLVMVectorType(elem_type, type.length); in lp_build_one()
Dlp_bld_pack.c764 …return lp_build_broadcast(gallivm, LLVMVectorType(lp_build_elem_type(gallivm, src_type), dst_lengt… in lp_build_pad_vector()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c179 … LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), in lp_build_unpack_arith_rgba_aos()
185 … LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), in lp_build_unpack_arith_rgba_aos()
186 … LLVMConstNull(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), in lp_build_unpack_arith_rgba_aos()
235 …casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos()
237 …casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos()
297 … LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4)), in lp_build_pack_rgba_aos()
333 …casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context),… in lp_build_pack_rgba_aos()
567 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels)); in lp_build_fetch_rgba_aos()
624 LLVMTypeRef f32x4t = LLVMVectorType(f32t, 4); in lp_build_fetch_rgba_aos()
Dlp_bld_type.c68 return LLVMVectorType(elem_type, type.length); in lp_build_vec_type()
173 return LLVMVectorType(elem_type, type.length); in lp_build_int_vec_type()
392 bld->int_vec_type = LLVMVectorType(bld->int_elem_type, type.length); in lp_build_context_init()
393 bld->vec_type = LLVMVectorType(bld->elem_type, type.length); in lp_build_context_init()
Dlp_bld_logic.c481 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); in lp_build_select()
506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); in lp_build_select()
510 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); in lp_build_select()
516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); in lp_build_select()
520 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); in lp_build_select()
523 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16); in lp_build_select()
Dlp_bld_gather.c134 LLVMTypeRef dst_vec_type = LLVMVectorType(dst_elem_type, length); in lp_build_gather()
156 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count); in lp_build_gather_values()
Dlp_bld_intr.c171 a = LLVMBuildBitCast(builder, a, LLVMVectorType(elem_type, 1), ""); in lp_build_intrinsic_binary_anylength()
172 b = LLVMBuildBitCast(builder, b, LLVMVectorType(elem_type, 1), ""); in lp_build_intrinsic_binary_anylength()
Dlp_bld_format_yuv.c316 LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n), ""); in rgb_to_rgba_aos()
486 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n)); in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_swizzle.c67 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); in lp_build_broadcast()
143 LLVMVectorType(i32t, dst_type.length), in lp_build_extract_broadcast()
Dlp_bld_const.c272 LLVMTypeRef vec_type = LLVMVectorType(elem_type, type.length); in lp_build_one()
Dlp_bld_pack.c764 …return lp_build_broadcast(gallivm, LLVMVectorType(lp_build_elem_type(gallivm, src_type), dst_lengt… in lp_build_pad_vector()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c177 ret_type = LLVMVectorType(ret_type, 4); in use_sgpr()
184 ret_type = LLVMVectorType(ret_type, 8); in use_sgpr()
236 vec4_type = LLVMVectorType(base->elem_type, 4); in declare_input_vs()
607 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); in tex_fetch_args()
647 emit_data->dst_type = LLVMVectorType( in tex_fetch_args()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c177 ret_type = LLVMVectorType(ret_type, 4); in use_sgpr()
184 ret_type = LLVMVectorType(ret_type, 8); in use_sgpr()
236 vec4_type = LLVMVectorType(base->elem_type, 4); in declare_input_vs()
607 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); in tex_fetch_args()
647 emit_data->dst_type = LLVMVectorType( in tex_fetch_args()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c530 LLVMVectorType(type, 4), in emit_prepare_cube_coords()
583 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); in txd_fetch_args()
596 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); in txp_fetch_args()
640 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); in tex_fetch_args()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c530 LLVMVectorType(type, 4), in emit_prepare_cube_coords()
583 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); in txd_fetch_args()
596 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); in txp_fetch_args()
640 emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4); in tex_fetch_args()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c86 return LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); in type4f()
710 vec4f_type = LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); in generate_setup_variant()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c86 return LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); in type4f()
710 vec4f_type = LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); in generate_setup_variant()
Dlp_bld_depth.c472 LLVMTypeRef i8vntype = LLVMVectorType(LLVMInt8TypeInContext(context), type.length * 4); in lp_build_occlusion_count()

12