Home
last modified time | relevance | path

Searched refs:nv50_tic_entry (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_stateobj_tex.h19 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()
Dnv50_tex.c73 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()
Dnv50_screen.h187 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()
Dnv50_state.c675 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()
689 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); in nv50_stage_set_sampler_views()
709 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); in nv50_stage_set_sampler_views()
Dnv50_screen.c1069 nv50_tic_entry(screen->tic.entries[i])->id = -1; in nv50_screen_tic_alloc()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c78 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()
778 struct nv50_tic_entry *tic = nv50_tic_entry(view); in nve4_create_texture_handle()
838 struct nv50_tic_entry *entry = nvc0->screen->tic.entries[tic]; in nve4_delete_texture_handle()
859 struct nv50_tic_entry *tic = in nve4_make_texture_handle_resident()
[all …]
Dnvc0_screen.h200 nvc0_screen_tic_unlock(struct nvc0_screen *screen, struct nv50_tic_entry *tic) in nvc0_screen_tic_unlock()
216 nvc0_screen_tic_free(struct nvc0_screen *screen, struct nv50_tic_entry *tic) in nvc0_screen_tic_free()
Dnvc0_state.c497 nvc0_screen_tic_free(nvc0_context(pipe)->screen, nv50_tic_entry(view)); in nvc0_sampler_view_destroy()
499 FREE(nv50_tic_entry(view)); in nvc0_sampler_view_destroy()
510 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]); in nvc0_stage_set_sampler_views()
539 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]); in nvc0_stage_set_sampler_views()
1165 struct nv50_tic_entry *old = in nvc0_bind_images_range()
1166 nv50_tic_entry(nvc0->images_tic[s][i]); in nvc0_bind_images_range()
1185 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->images_tic[s][i]); in nvc0_bind_images_range()
Dnve4_compute.c202 struct nv50_tic_entry *tic; in gm107_compute_validate_surfaces()
206 tic = nv50_tic_entry(nvc0->images_tic[s][slot]); in gm107_compute_validate_surfaces()
772 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nve4_compute_validate_textures()
Dnvc0_context.h365 bool nvc0_update_tic(struct nvc0_context *, struct nv50_tic_entry *,
Dnvc0_state_validate.c769 struct nv50_tic_entry *tic = nv50_tic_entry(new_view); in nvc0_validate_fbread()
Dnvc0_vbo.c1028 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nvc0_draw_vbo()
Dnvc0_screen.c1312 nv50_tic_entry(screen->tic.entries[i])->id = -1; in nvc0_screen_tic_alloc()