/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 179 … 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()
|
D | lp_bld_type.c | 68 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()
|
D | lp_bld_logic.c | 481 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()
|
D | lp_bld_gather.c | 134 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()
|
D | lp_bld_intr.c | 171 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()
|
D | lp_bld_format_yuv.c | 316 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()
|
D | lp_bld_swizzle.c | 67 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); in lp_build_broadcast() 143 LLVMVectorType(i32t, dst_type.length), in lp_build_extract_broadcast()
|
D | lp_bld_const.c | 272 LLVMTypeRef vec_type = LLVMVectorType(elem_type, type.length); in lp_build_one()
|
D | lp_bld_pack.c | 764 …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/ |
D | lp_bld_format_aos.c | 179 … 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()
|
D | lp_bld_type.c | 68 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()
|
D | lp_bld_logic.c | 481 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()
|
D | lp_bld_gather.c | 134 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()
|
D | lp_bld_intr.c | 171 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()
|
D | lp_bld_format_yuv.c | 316 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()
|
D | lp_bld_swizzle.c | 67 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); in lp_build_broadcast() 143 LLVMVectorType(i32t, dst_type.length), in lp_build_extract_broadcast()
|
D | lp_bld_const.c | 272 LLVMTypeRef vec_type = LLVMVectorType(elem_type, type.length); in lp_build_one()
|
D | lp_bld_pack.c | 764 …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/ |
D | radeonsi_shader.c | 177 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/ |
D | radeonsi_shader.c | 177 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/ |
D | radeon_setup_tgsi_llvm.c | 530 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/ |
D | radeon_setup_tgsi_llvm.c | 530 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/ |
D | lp_state_setup.c | 86 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/ |
D | lp_state_setup.c | 86 return LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); in type4f() 710 vec4f_type = LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); in generate_setup_variant()
|
D | lp_bld_depth.c | 472 LLVMTypeRef i8vntype = LLVMVectorType(LLVMInt8TypeInContext(context), type.length * 4); in lp_build_occlusion_count()
|