Searched refs:nv50_tic_entry (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_stateobj_tex.h | 19 struct nv50_tic_entry { struct 26 static inline struct nv50_tic_entry * argument 27 nv50_tic_entry(struct pipe_sampler_view *view) in nv50_tic_entry() function 29 return (struct nv50_tic_entry *)view; in nv50_tic_entry()
|
D | nv50_tex.c | 73 struct nv50_tic_entry *view; in nv50_create_texture_view() 77 view = MALLOC_STRUCT(nv50_tic_entry); in nv50_create_texture_view() 221 nv50_update_tic(struct nv50_context *nv50, struct nv50_tic_entry *tic, in nv50_update_tic() 249 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); in nv50_validate_tic() 315 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); in nv50_validate_tic()
|
D | nv50_screen.h | 187 nv50_screen_tic_unlock(struct nv50_screen *screen, struct nv50_tic_entry *tic) in nv50_screen_tic_unlock() 201 nv50_screen_tic_free(struct nv50_screen *screen, struct nv50_tic_entry *tic) in nv50_screen_tic_free()
|
D | nv50_state.c | 675 nv50_screen_tic_free(nv50_context(pipe)->screen, nv50_tic_entry(view)); in nv50_sampler_view_destroy() 677 FREE(nv50_tic_entry(view)); in nv50_sampler_view_destroy() 690 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); in nv50_stage_set_sampler_views() 710 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); in nv50_stage_set_sampler_views()
|
D | nv50_screen.c | 1201 nv50_tic_entry(screen->tic.entries[i])->id = -1; in nv50_screen_tic_alloc()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_tex.c | 78 struct nv50_tic_entry *view; in gm107_create_texture_view() 82 view = MALLOC_STRUCT(nv50_tic_entry); in gm107_create_texture_view() 291 struct nv50_tic_entry *view; in gf100_create_texture_view() 295 view = MALLOC_STRUCT(nv50_tic_entry); in gf100_create_texture_view() 455 nvc0_update_tic(struct nvc0_context *nvc0, struct nv50_tic_entry *tic, in nvc0_update_tic() 490 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nvc0_validate_tic() 557 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nve4_validate_tic() 803 struct nv50_tic_entry *tic = nv50_tic_entry(view); in nve4_create_texture_handle() 863 struct nv50_tic_entry *entry = nvc0->screen->tic.entries[tic]; in nve4_delete_texture_handle() 884 struct nv50_tic_entry *tic = in nve4_make_texture_handle_resident() [all …]
|
D | nvc0_screen.h | 211 nvc0_screen_tic_unlock(struct nvc0_screen *screen, struct nv50_tic_entry *tic) in nvc0_screen_tic_unlock() 227 nvc0_screen_tic_free(struct nvc0_screen *screen, struct nv50_tic_entry *tic) in nvc0_screen_tic_free()
|
D | nvc0_state.c | 512 nvc0_screen_tic_free(nvc0_context(pipe)->screen, nv50_tic_entry(view)); in nvc0_sampler_view_destroy() 514 FREE(nv50_tic_entry(view)); in nvc0_sampler_view_destroy() 526 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]); in nvc0_stage_set_sampler_views() 555 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]); in nvc0_stage_set_sampler_views() 1234 struct nv50_tic_entry *old = in nvc0_bind_images_range() 1235 nv50_tic_entry(nvc0->images_tic[s][i]); in nvc0_bind_images_range() 1254 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->images_tic[s][i]); in nvc0_bind_images_range()
|
D | nve4_compute.c | 227 struct nv50_tic_entry *tic; in gm107_compute_validate_surfaces() 231 tic = nv50_tic_entry(nvc0->images_tic[s][slot]); in gm107_compute_validate_surfaces() 959 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nve4_compute_validate_textures()
|
D | nvc0_context.h | 378 bool nvc0_update_tic(struct nvc0_context *, struct nv50_tic_entry *,
|
D | nvc0_state_validate.c | 844 struct nv50_tic_entry *tic = nv50_tic_entry(new_view); in nvc0_validate_fbread()
|
D | nvc0_vbo.c | 1049 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nvc0_draw_vbo()
|
D | nvc0_screen.c | 1563 nv50_tic_entry(screen->tic.entries[i])->id = -1; in nvc0_screen_tic_alloc()
|