Lines Matching refs:dst
39 const float src[][4], void *dst)
41 util_format_pack_rgba(format, dst, src, n);
46 const uint8_t *src, void *dst)
49 pack->pack_rgba_8unorm((uint8_t *)dst, 0, src, 0, n, 1);
54 const uint32_t src[][4], void *dst)
56 util_format_pack_rgba(format, dst, src, n);
61 const float *src, void *dst)
63 util_format_pack_z_float(format, dst, src, n);
68 const uint32_t *src, void *dst)
70 util_format_pack_z_32unorm(format, dst, src, n);
75 const uint8_t *src, void *dst)
77 util_format_pack_s_8uint(format, dst, src, n);