Lines Matching defs:format
34 #include "util/format/u_format.h"
737 uint32_t format = lima_format_get_pixel(zsbuf->format);
742 wb[wb_idx].pixel_format = format;
768 uint32_t format = lima_format_get_pixel(cbuf->format);
769 bool swap_channels = lima_format_get_pixel_swap_rb(cbuf->format);
772 frame->channel_layout = lima_format_get_channel_layout(cbuf->format);
777 wb[wb_idx].pixel_format = format;
807 if (cbuf && util_format_is_float(cbuf->format)) {