Searched refs:nv50_state_validate (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.h | 239 struct nv50_state_validate { struct 244 bool nv50_state_validate(struct nv50_context *, uint32_t, argument 245 struct nv50_state_validate *, int, uint32_t *,
|
D | nv50_state_validate.c | 489 static struct nv50_state_validate 531 nv50_state_validate(struct nv50_context *nv50, uint32_t mask, in nv50_state_validate() function 532 struct nv50_state_validate *validate_list, int size, in nv50_state_validate() 546 struct nv50_state_validate *validate = &validate_list[i]; in nv50_state_validate() 572 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 | 93 nv50/nv50_state_validate.c \
|
D | meson.build | 109 'nv50/nv50_state_validate.c',
|