Searched defs:util_format_pack_description (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/util/format/ |
D | u_format.h | 245 struct util_format_pack_description { struct 253 (*pack_rgba_8unorm)(uint8_t *restrict dst, unsigned dst_stride, 264 (*pack_rgba_float)(uint8_t *restrict dst, unsigned dst_stride, 275 (*pack_z_32unorm)(uint8_t *restrict dst, unsigned dst_stride, 286 (*pack_z_float)(uint8_t *restrict dst, unsigned dst_stride, 297 (*pack_s_8uint)(uint8_t *restrict dst, unsigned dst_stride, 302 (*pack_rgba_uint)(uint8_t *restrict dst, unsigned dst_stride, 307 (*pack_rgba_sint)(uint8_t *restrict dst, unsigned dst_stride,
|