Lines Matching refs:format
30 * docs/drivers/panfrost.rst for details on the format.
83 enum pipe_format format,
86 const struct util_format_description *desc = util_format_description(format);;
128 enum pipe_format format, bool store)
130 unsigned bpp = util_format_get_blocksize(format);
131 unsigned tile_height = util_format_is_compressed(format) ? 4 : 16;
150 dst_stride, src_stride, format);
157 dst_stride, src_stride, format);
161 dst_stride, src_stride, format, store);
176 enum pipe_format format)
178 test(width, height, rx, ry, rw, rh, linear_stride, format, true);
179 test(width, height, rx, ry, rw, rh, linear_stride, format, false);