Lines Matching defs:format
35 /* Clear colours are packed as the internal format of the tilebuffer, looked up
36 * in the blendable formats table given the render target format.
39 * defer to util_pack_colour to pack in the API format.
94 pan_pack_raw(uint32_t *packed, const union pipe_color_union *color, enum pipe_format format)
97 unsigned size = util_format_get_blocksize(format);
100 util_pack_color(color->f, format, &out);
119 enum pipe_format format, bool dithered)
123 panfrost_blendable_formats_v7[format].internal;
126 pan_pack_raw(packed, color, format);
137 if (!util_format_has_alpha(format))
141 if (util_format_is_srgb(format)) {