Home
last modified time | relevance | path

Searched refs:nvc0_screen_tic_alloc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_screen.h79 int nvc0_screen_tic_alloc(struct nvc0_screen *, void *);
Dnvc0_tex.c232 tic->id = nvc0_screen_tic_alloc(nvc0->screen, tic); in nvc0_validate_tic()
297 tic->id = nvc0_screen_tic_alloc(nvc0->screen, tic); in nve4_validate_tic()
Dnvc0_screen.c776 nvc0_screen_tic_alloc(struct nvc0_screen *screen, void *entry) in nvc0_screen_tic_alloc() function