Home
last modified time | relevance | path

Searched refs:nv30_format (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_format.h8 struct nv30_format { struct
36 extern const struct nv30_format nv30_format_table[];
37 static inline const struct nv30_format *
38 nv30_format(struct pipe_screen *pscreen, enum pipe_format format) in nv30_format() function
H A Dnv30_clear.c33 #include "nv30/nv30_format.h"
135 rt_format = nv30_format(pipe->screen, ps->format)->hw; in nv30_clear_render_target()
196 rt_format = nv30_format(pipe->screen, ps->format)->hw; in nv30_clear_depth_stencil()
H A Dnv30_state_validate.c33 #include "nv30/nv30_format.h"
55 rt_format |= nv30_format(pscreen, fb->cbufs[0]->format)->hw; in nv30_validate_fb()
69 rt_format |= nv30_format(pscreen, fb->zsbuf->format)->hw; in nv30_validate_fb()
H A Dnv30_format.c28 #include "nv30/nv30_format.h"
139 const struct nv30_format

Completed in 3 milliseconds