Searched defs:util_format_pack_description (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/util/format/ |
D | u_format.h | 247 struct util_format_pack_description { struct 255 (*pack_rgba_8unorm)(uint8_t *restrict dst, unsigned dst_stride, 266 (*pack_rgba_float)(uint8_t *restrict dst, unsigned dst_stride, 277 (*pack_z_32unorm)(uint8_t *restrict dst, unsigned dst_stride, 288 (*pack_z_float)(uint8_t *restrict dst, unsigned dst_stride, 299 (*pack_s_8uint)(uint8_t *restrict dst, unsigned dst_stride, 304 (*pack_rgba_uint)(uint8_t *restrict dst, unsigned dst_stride, 309 (*pack_rgba_sint)(uint8_t *restrict dst, unsigned dst_stride,
|