Home
last modified time | relevance | path

Searched refs:nv30_format_info (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.h4 struct nv30_format_info { struct
29 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
Dnv30_format.c65 const struct nv30_format_info
Dnv30_screen.c413 return (nv30_format_info(pscreen, format)->bindings & bindings) == bindings; in nv30_screen_is_format_supported()