Searched refs:nv30_format_info (Results 1 – 3 of 3) sorted by relevance
4 struct nv30_format_info { struct29 extern const struct nv30_format_info nv30_format_info_table[];30 static inline const struct nv30_format_info *31 nv30_format_info(struct pipe_screen *pscreen, enum pipe_format format) in nv30_format_info() function
65 const struct nv30_format_info
413 return (nv30_format_info(pscreen, format)->bindings & bindings) == bindings; in nv30_screen_is_format_supported()