Home
last modified time | relevance | path

Searched refs:nv30_state_validate (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
DMakefile.sources8 nv30_state_validate.c \
Dnv30_context.h193 nv30_state_validate(struct nv30_context *nv30, boolean hwtnl);
Dnv30_draw.c132 if (!nv30_state_validate(nv30, FALSE)) in nv30_render_draw_elements()
177 if (!nv30_state_validate(nv30, FALSE)) in nv30_render_draw_arrays()
Dnv30_clear.c61 if (!nv30_state_validate(nv30, TRUE)) in nv30_clear()
Dnv30_state_validate.c459 nv30_state_validate(struct nv30_context *nv30, boolean hwtnl) in nv30_state_validate() function
Dnv30_vbo.c563 nv30_state_validate(nv30, TRUE); in nv30_draw_vbo()