Searched refs:lp_build_concat_n (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.h | 104 lp_build_concat_n(struct gallivm_state *gallivm,
|
D | lp_bld_format_aos.c | 664 lp_build_concat_n(gallivm, lp_float32_vec4_type(), in lp_build_fetch_rgba_aos() 687 lp_build_concat_n(gallivm, type, res, num_conv_dst, res, 1); in lp_build_fetch_rgba_aos()
|
D | lp_bld_pack.c | 256 lp_build_concat_n(struct gallivm_state *gallivm, in lp_build_concat_n() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1649 lp_build_concat_n(gallivm, alpha_type, src_alpha, block_height, src_alpha, src_count); in convert_alpha() 2059 combined = lp_build_concat_n(gallivm, row_type, src, src_count, src, dst_count); in generate_unswizzled_blend() 2061 lp_build_concat_n(gallivm, row_type, src1, src_count, src1, dst_count); in generate_unswizzled_blend() 2138 lp_build_concat_n(gallivm, mask_type, src_mask, 4, src_mask, src_count); in generate_unswizzled_blend() 2296 lp_build_concat_n(gallivm, ls_type, dst, 4, dst, src_count); in generate_unswizzled_blend()
|