Home
last modified time | relevance | path

Searched refs:images_tic (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1164 if (nvc0->images_tic[s][i]) { in nvc0_bind_images_range()
1166 nv50_tic_entry(nvc0->images_tic[s][i]); in nvc0_bind_images_range()
1168 pipe_sampler_view_reference(&nvc0->images_tic[s][i], NULL); in nvc0_bind_images_range()
1171 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()
1188 pipe_sampler_view_reference(&nvc0->images_tic[s][i], NULL); in nvc0_bind_images_range()
Dnvc0_context.h271 struct pipe_sampler_view *images_tic[6][NVC0_MAX_IMAGES]; /* GM107+ */ member
Dnvc0_context.c162 pipe_sampler_view_reference(&nvc0->images_tic[s][i], NULL); in nvc0_context_unreference_resources()
Dnve4_compute.c206 tic = nv50_tic_entry(nvc0->images_tic[s][slot]); in gm107_compute_validate_surfaces()
Dnvc0_tex.c1227 tic = nv50_tic_entry(nvc0->images_tic[stage][slot]); in gm107_validate_surfaces()