HomeSort by relevance Sort by last modified time
    Searched refs:nv50_state_validate (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 220 /* nv50_state_validate.c */
222 extern boolean nv50_state_validate(struct nv50_context *, uint32_t state_mask,
nv50_state_validate.c 370 nv50_state_validate(struct nv50_context *nv50, uint32_t mask, unsigned words) function
nv50_surface.c 392 if (!nv50_state_validate(nv50, NV50_NEW_FRAMEBUFFER, 9 + (fb->nr_cbufs * 2)))
886 nv50_state_validate(nv50, ~0, 36);
nv50_vbo.c 744 nv50_state_validate(nv50, ~0, 8); /* 8 as minimum, we use flush_notify */

Completed in 248 milliseconds