Searched refs:nv50_state_validate (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.h | 240 struct nv50_state_validate { struct 245 bool nv50_state_validate(struct nv50_context *, uint32_t, argument 246 struct nv50_state_validate *, int, uint32_t *,
|
D | nv50_state_validate.c | 488 static struct nv50_state_validate 530 nv50_state_validate(struct nv50_context *nv50, uint32_t mask, in nv50_state_validate() function 531 struct nv50_state_validate *validate_list, int size, in nv50_state_validate() 545 struct nv50_state_validate *validate = &validate_list[i]; in nv50_state_validate() 571 ret = nv50_state_validate(nv50, mask, validate_list_3d, in nv50_state_validate_3d()
|
D | nv50_compute.c | 173 static struct nv50_state_validate 185 ret = nv50_state_validate(nv50, mask, validate_list_cp, in nv50_state_validate_cp()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | Makefile.sources | 94 nv50/nv50_state_validate.c \
|