Searched refs:util_format_rxtc2_unorm_pack_rgba_float (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/util/format/ |
H A D | u_format_rgtc.h | 82 util_format_rxtc2_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off);
|
H A D | u_format_rgtc.c | 290 util_format_rxtc2_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height, unsigned chan2off) in util_format_rxtc2_unorm_pack_rgba_float() function 317 util_format_rxtc2_unorm_pack_rgba_float(dst_row, dst_stride, src_row, src_stride, width, height, 1); in util_format_rgtc2_unorm_pack_rgba_float()
|
H A D | u_format_latc.c | 196 util_format_rxtc2_unorm_pack_rgba_float(dst_row, dst_stride, src_row, src_stride, width, height, 3); in util_format_latc2_unorm_pack_rgba_float()
|
Completed in 3 milliseconds