Searched refs:nv30_state_validate (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_context.h | 207 nv30_state_validate(struct nv30_context *nv30, uint32_t mask, bool hwtnl);
|
D | nv30_draw.c | 137 if (!nv30_state_validate(nv30, ~0, false)) in nv30_render_draw_elements() 182 if (!nv30_state_validate(nv30, ~0, false)) in nv30_render_draw_arrays()
|
D | nv30_clear.c | 61 if (!nv30_state_validate(nv30, NV30_NEW_FRAMEBUFFER | NV30_NEW_SCISSOR, true)) in nv30_clear()
|
D | nv30_state_validate.c | 464 nv30_state_validate(struct nv30_context *nv30, uint32_t mask, bool hwtnl) in nv30_state_validate() function
|
D | nv30_vbo.c | 576 nv30_state_validate(nv30, ~0, true);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | Makefile.sources | 48 nv30/nv30_state_validate.c \
|
D | meson.build | 66 'nv30/nv30_state_validate.c',
|