Home
last modified time | relevance | path

Searched refs:format_conversion_table (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c57 static const struct vgpu10_format_entry format_conversion_table[] = variable
220 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()
/external/mesa3d/docs/relnotes/
D19.3.4.rst158 - svga: fix size of format_conversion_table[]
D20.0.0.rst2605 - svga: fix size of format_conversion_table[]
D20.1.0.rst3326 - svga: fix size of format_conversion_table[]