Searched refs:nv50_state_validate (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.h | 281 /* nv50_state_validate.c */ 282 struct nv50_state_validate { struct 287 bool nv50_state_validate(struct nv50_context *, uint32_t, 288 struct nv50_state_validate *, int, uint32_t *,
|
H A 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()
|
H A D | nv50_compute.c | 498 static struct nv50_state_validate 516 ret = nv50_state_validate(nv50, mask, validate_list_cp, in nv50_state_validate_cp()
|
Completed in 3 milliseconds