Searched refs:nvc0_screen_tic_alloc (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_screen.h | 149 int nvc0_screen_tic_alloc(struct nvc0_screen *, void *);
|
H A D | nvc0_tex.c | 501 tic->id = nvc0_screen_tic_alloc(nvc0->screen, tic); in nvc0_validate_tic() 567 tic->id = nvc0_screen_tic_alloc(nvc0->screen, tic); in nve4_validate_tic() 810 tic->id = nvc0_screen_tic_alloc(nvc0->screen, tic); in nve4_create_texture_handle() 1264 tic->id = nvc0_screen_tic_alloc(nvc0->screen, tic); in gm107_validate_surfaces() 1437 tic->id = nvc0_screen_tic_alloc(nvc0->screen, tic); in gm107_create_image_handle()
|
H A D | nve4_compute.c | 237 tic->id = nvc0_screen_tic_alloc(nvc0->screen, tic); in gm107_compute_validate_surfaces() 971 tic->id = nvc0_screen_tic_alloc(nvc0->screen, tic); in nve4_compute_validate_textures()
|
H A D | nvc0_state_validate.c | 846 tic->id = nvc0_screen_tic_alloc(screen, tic); in nvc0_validate_fbread()
|
H A D | nvc0_screen.c | 1585 nvc0_screen_tic_alloc(struct nvc0_screen *screen, void *entry) in nvc0_screen_tic_alloc() function
|
Completed in 8 milliseconds