HomeSort by relevance Sort by last modified time
    Searched defs:nvc0_state_validate (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_state_validate.c 839 static struct nvc0_state_validate
884 nvc0_state_validate(struct nvc0_context *nvc0, uint32_t mask, function
885 struct nvc0_state_validate *validate_list, int size,
899 struct nvc0_state_validate *validate = &validate_list[i];
920 ret = nvc0_state_validate(nvc0, mask, validate_list_3d,
nvc0_context.h 319 /* nvc0_state_validate.c */
320 struct nvc0_state_validate { struct
325 bool nvc0_state_validate(struct nvc0_context *, uint32_t,
326 struct nvc0_state_validate *, int, uint32_t *,

Completed in 61 milliseconds