Searched refs:lp_build_pad_vector (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos_array.c | 96 res = lp_build_pad_vector(gallivm, res, dst_type.length); in lp_build_fetch_rgba_aos_array()
|
D | lp_bld_pack.h | 153 lp_build_pad_vector(struct gallivm_state *gallivm,
|
D | lp_bld_gather.c | 224 res = lp_build_pad_vector(gallivm, res, dst_type.length); in lp_build_gather_elem_vec()
|
D | lp_bld_conv.c | 108 src = lp_build_pad_vector(gallivm, src, 8); in lp_build_half_to_float()
|
D | lp_bld_pack.c | 991 lp_build_pad_vector(struct gallivm_state *gallivm, in lp_build_pad_vector() function
|
D | lp_bld_tgsi_action.c | 563 lo = lp_build_pad_vector(gallivm, lo, bld_base->base.type.length * 2); in pk2h_emit() 564 hi = lp_build_pad_vector(gallivm, hi, bld_base->base.type.length * 2); in pk2h_emit()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1328 dst[i] = lp_build_pad_vector(gallivm, src[i], dst_type.length); in convert_to_blend_type() 2154 src_mask[i] = lp_build_pad_vector(gallivm, src_mask[i], row_type.length); in generate_unswizzled_blend()
|