Searched refs:lp_build_pad_vector (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos_array.c96 res = lp_build_pad_vector(gallivm, res, dst_type.length);
H A Dlp_bld_pack.h153 lp_build_pad_vector(struct gallivm_state *gallivm,
H A Dlp_bld_gather.c224 res = lp_build_pad_vector(gallivm, res, dst_type.length);
H A Dlp_bld_conv.c108 src = lp_build_pad_vector(gallivm, src, 8);
H A Dlp_bld_pack.c1027 lp_build_pad_vector(struct gallivm_state *gallivm, function in typeref:typename:LLVMValueRef
H A Dlp_bld_tgsi_action.c504 lo = lp_build_pad_vector(gallivm, lo, bld_base->base.type.length * 2);
505 hi = lp_build_pad_vector(gallivm, hi, bld_base->base.type.length * 2);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos_array.c96 res = lp_build_pad_vector(gallivm, res, dst_type.length);
H A Dlp_bld_pack.h153 lp_build_pad_vector(struct gallivm_state *gallivm,
H A Dlp_bld_gather.c224 res = lp_build_pad_vector(gallivm, res, dst_type.length);
H A Dlp_bld_conv.c117 src = lp_build_pad_vector(gallivm, src, 8);
H A Dlp_bld_pack.c1027 lp_build_pad_vector(struct gallivm_state *gallivm, function in typeref:typename:LLVMValueRef
H A Dlp_bld_tgsi_action.c504 lo = lp_build_pad_vector(gallivm, lo, bld_base->base.type.length * 2);
505 hi = lp_build_pad_vector(gallivm, hi, bld_base->base.type.length * 2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1349 dst[i] = lp_build_pad_vector(gallivm, src[i], dst_type.length);
2175 src_mask[i] = lp_build_pad_vector(gallivm, src_mask[i], row_type.length);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1928 dst[i] = lp_build_pad_vector(gallivm, src[i], dst_type.length);
2759 src_mask[i] = lp_build_pad_vector(gallivm, src_mask[i], row_type.length);

Completed in 40 milliseconds