Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h239 struct nv50_state_validate { struct
244 bool nv50_state_validate(struct nv50_context *, uint32_t, argument
245 struct nv50_state_validate *, int, uint32_t *,
Dnv50_state_validate.c489 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()
Dnv50_compute.c173 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/
DMakefile.sources93 nv50/nv50_state_validate.c \
Dmeson.build109 'nv50/nv50_state_validate.c',