Lines Matching refs:fsz
44 #define decl_mc_funcs(sz, opt, type, fsz, bpp) \
45 decl_mc_func(put, sz, h, opt, type, fsz, bpp); \
46 decl_mc_func(avg, sz, h, opt, type, fsz, bpp); \
47 decl_mc_func(put, sz, v, opt, type, fsz, bpp); \
48 decl_mc_func(avg, sz, v, opt, type, fsz, bpp)
86 #define mc_rep_funcs(sz, hsz, hszb, opt, type, fsz, bpp) \
87 mc_rep_func(put, sz, hsz, hszb, h, opt, type, fsz, bpp) \
88 mc_rep_func(avg, sz, hsz, hszb, h, opt, type, fsz, bpp) \
89 mc_rep_func(put, sz, hsz, hszb, v, opt, type, fsz, bpp) \
90 mc_rep_func(avg, sz, hsz, hszb, v, opt, type, fsz, bpp)