Searched refs:pad_inline (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c659 * @param pad_inline is channel padding inline or at end of row
669 bool pad_inline)
721 if (!pad_inline && dst_channels == 3 && pixels > 1) {
1624 const bool pad_inline,
1670 unsigned channels = pad_inline ? TGSI_NUM_CHANNELS : dst_channels;
1766 bool pad_inline = is_arithmetic_format(out_format_desc); local in function:generate_unswizzled_blend
1864 pad_inline = true; /* HACK: prevent rgbxrgbx->rgbrgbxx conversion later */
2007 dst_channels, fs_src, src, pad_inline);
2010 fs_src1, src1, pad_inline);
2123 pad_inline
663 generate_fs_twiddle(struct gallivm_state * gallivm,struct lp_type type,unsigned num_fs,unsigned dst_channels,LLVMValueRef fs_src[][4],LLVMValueRef * dst,bool pad_inline) argument
1617 convert_alpha(struct gallivm_state * gallivm,struct lp_type row_type,struct lp_type alpha_type,const unsigned block_size,const unsigned block_height,const unsigned src_count,const unsigned dst_channels,const bool pad_inline,LLVMValueRef * src_alpha) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1289 * @param pad_inline is channel padding inline or at end of row
1299 bool pad_inline)
1351 if (!pad_inline && dst_channels == 3 && pixels > 1) {
2208 const bool pad_inline,
2254 unsigned channels = pad_inline ? TGSI_NUM_CHANNELS : dst_channels;
2350 bool pad_inline = is_arithmetic_format(out_format_desc); local in function:generate_unswizzled_blend
2448 pad_inline = true; /* HACK: prevent rgbxrgbx->rgbrgbxx conversion later */
2591 dst_channels, fs_src, src, pad_inline);
2594 fs_src1, src1, pad_inline);
2707 pad_inline
1293 generate_fs_twiddle(struct gallivm_state * gallivm,struct lp_type type,unsigned num_fs,unsigned dst_channels,LLVMValueRef fs_src[][4],LLVMValueRef * dst,bool pad_inline) argument
2201 convert_alpha(struct gallivm_state * gallivm,struct lp_type row_type,struct lp_type alpha_type,const unsigned block_size,const unsigned block_height,const unsigned src_count,const unsigned dst_channels,const bool pad_inline,LLVMValueRef * src_alpha) argument
[all...]

Completed in 9 milliseconds