Searched refs:nv50_state_validate (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/ |
D | Makefile.sources | 8 nv50_state_validate.c \
|
D | nv50_context.h | 222 extern boolean nv50_state_validate(struct nv50_context *, uint32_t state_mask,
|
D | nv50_surface.c | 392 if (!nv50_state_validate(nv50, NV50_NEW_FRAMEBUFFER, 9 + (fb->nr_cbufs * 2))) in nv50_clear() 886 nv50_state_validate(nv50, ~0, 36); in nv50_resource_resolve()
|
D | nv50_state_validate.c | 370 nv50_state_validate(struct nv50_context *nv50, uint32_t mask, unsigned words) in nv50_state_validate() function
|
D | nv50_vbo.c | 744 nv50_state_validate(nv50, ~0, 8); /* 8 as minimum, we use flush_notify */ in nv50_draw_vbo()
|