Home
last modified time | relevance | path

Searched refs:nv50_state_validate (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/
DMakefile.sources8 nv50_state_validate.c \
Dnv50_context.h222 extern boolean nv50_state_validate(struct nv50_context *, uint32_t state_mask,
Dnv50_surface.c392 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()
Dnv50_state_validate.c370 nv50_state_validate(struct nv50_context *nv50, uint32_t mask, unsigned words) in nv50_state_validate() function
Dnv50_vbo.c744 nv50_state_validate(nv50, ~0, 8); /* 8 as minimum, we use flush_notify */ in nv50_draw_vbo()