Searched refs:format_conversion_table (Results 1 – 4 of 4) sorted by relevance
57 static const struct vgpu10_format_entry format_conversion_table[] = variable220 assert(format < ARRAY_SIZE(format_conversion_table)); in svga_format_entry()221 if (format >= ARRAY_SIZE(format_conversion_table)) in svga_format_entry()222 return &format_conversion_table[PIPE_FORMAT_NONE]; in svga_format_entry()224 return &format_conversion_table[format]; in svga_format_entry()
158 - svga: fix size of format_conversion_table[]
2605 - svga: fix size of format_conversion_table[]
3326 - svga: fix size of format_conversion_table[]