Searched refs:pad_inline (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 1381 * @param pad_inline is channel padding inline or at end of row 1391 bool pad_inline) in generate_fs_twiddle() 1443 if (!pad_inline && dst_channels == 3 && pixels > 1) { in generate_fs_twiddle() 2273 const bool pad_inline, in convert_alpha() 2319 unsigned channels = pad_inline ? TGSI_NUM_CHANNELS : dst_channels; in convert_alpha() 2414 bool pad_inline = is_arithmetic_format(out_format_desc); in generate_unswizzled_blend() local 2512 pad_inline = true; /* HACK: prevent rgbxrgbx->rgbrgbxx conversion later */ in generate_unswizzled_blend() 2655 dst_channels, fs_src, src, pad_inline); in generate_unswizzled_blend() 2658 fs_src1, src1, pad_inline); in generate_unswizzled_blend() 2771 pad_inline in generate_unswizzled_blend() 1385 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) generate_fs_twiddle() argument 2266 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) convert_alpha() argument [all...] |
Completed in 6 milliseconds