Searched refs:nv50_tsc_entry (Results 1 - 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_stateobj_tex.h7 struct nv50_tsc_entry { struct
12 static INLINE struct nv50_tsc_entry *
13 nv50_tsc_entry(void *hwcso) function
15 return (struct nv50_tsc_entry *)hwcso;
H A Dnv50_screen.h125 nv50_screen_tsc_unlock(struct nv50_screen *screen, struct nv50_tsc_entry *tsc)
141 nv50_screen_tsc_free(struct nv50_screen *screen, struct nv50_tsc_entry *tsc)
H A Dnv50_tex.c294 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]);
H A Dnv50_context.h135 struct nv50_tsc_entry *samplers[3][PIPE_MAX_SAMPLERS];
H A Dnv50_state.c458 struct nv50_tsc_entry *so = CALLOC_STRUCT(nv50_tsc_entry);
555 nv50_screen_tsc_free(nv50_context(pipe)->screen, nv50_tsc_entry(hwcso));
567 struct nv50_tsc_entry *old = nv50->samplers[s][i];
569 nv50->samplers[s][i] = nv50_tsc_entry(hwcso[i]);
H A Dnv50_surface.c439 struct nv50_tsc_entry *sampler[2];
444 struct nv50_tsc_entry sampler[2]; /* nearest, bilinear */
H A Dnv50_screen.c810 nv50_tsc_entry(screen->tsc.entries[i])->id = -1;
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_screen.h124 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc)
140 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc)
H A Dnvc0_tex.c364 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]);
407 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]);
H A Dnvc0_context.h140 struct nv50_tsc_entry *samplers[5][PIPE_MAX_SAMPLERS];
H A Dnvc0_state.c439 nvc0_screen_tsc_free(nvc0_context(pipe)->screen, nv50_tsc_entry(hwcso));
451 struct nv50_tsc_entry *old = nvc0->samplers[s][i];
457 nvc0->samplers[s][i] = nv50_tsc_entry(hwcso[i]);
H A Dnvc0_surface.c460 struct nv50_tsc_entry *sampler[2];
465 struct nv50_tsc_entry sampler[2]; /* nearest, bilinear */
H A Dnvc0_screen.c803 nv50_tsc_entry(screen->tsc.entries[i])->id = -1;

Completed in 447 milliseconds