Home
last modified time | relevance | path

Searched refs:nvc0_screen_tsc_alloc (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h142 int nvc0_screen_tsc_alloc(struct nvc0_screen *, void *);
Dnvc0_tex.c644 tsc->id = nvc0_screen_tsc_alloc(nvc0->screen, tsc); in nvc0_validate_tsc()
686 tsc->id = nvc0_screen_tsc_alloc(nvc0->screen, tsc); in nve4_validate_tsc()
782 tsc->id = nvc0_screen_tsc_alloc(nvc0->screen, tsc); in nve4_create_texture_handle()
Dnvc0_screen.c1319 nvc0_screen_tsc_alloc(struct nvc0_screen *screen, void *entry) in nvc0_screen_tsc_alloc() function
Dnvc0_state_validate.c756 tsc->id = nvc0_screen_tsc_alloc(screen, tsc); in nvc0_validate_fbread()