Searched defs:util_format_pack_description (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/util/format/ |
H A D | u_format.h | 251 struct util_format_pack_description { struct 259 (*pack_rgba_8unorm)(uint8_t *restrict dst, unsigned dst_stride, 270 (*pack_rgba_float)(uint8_t *restrict dst, unsigned dst_stride, 281 (*pack_z_32unorm)(uint8_t *restrict dst, unsigned dst_stride, 292 (*pack_z_float)(uint8_t *restrict dst, unsigned dst_stride, 303 (*pack_s_8uint)(uint8_t *restrict dst, unsigned dst_stride, 308 (*pack_rgba_uint)(uint8_t *restrict dst, unsigned dst_stride, 313 (*pack_rgba_sint)(uint8_t *restrict dst, unsigned dst_stride,
|