Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj_tex.h7 struct nv50_tsc_entry { struct
13 static inline struct nv50_tsc_entry *
14 nv50_tsc_entry(void *hwcso) in nv50_tsc_entry() function
16 return (struct nv50_tsc_entry *)hwcso; in nv50_tsc_entry()
H A Dnv50_screen.h194 nv50_screen_tsc_unlock(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) in nv50_screen_tsc_unlock()
210 nv50_screen_tsc_free(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) in nv50_screen_tsc_free()
H A Dnv50_state.c487 struct nv50_tsc_entry *so = MALLOC_STRUCT(nv50_tsc_entry); in nv50_sampler_state_create()
602 nv50_screen_tsc_free(nv50_context(pipe)->screen, nv50_tsc_entry(hwcso)); in nv50_sampler_state_delete()
616 struct nv50_tsc_entry *hwcso = hwcsos ? nv50_tsc_entry(hwcsos[i]) : NULL; in nv50_stage_sampler_states_bind()
617 struct nv50_tsc_entry *old = nv50->samplers[s][i]; in nv50_stage_sampler_states_bind()
H A Dnv50_tex.c383 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]); in nv50_validate_tsc()
H A Dnv50_context.h184 struct nv50_tsc_entry *samplers[NV50_MAX_SHADER_STAGES][PIPE_MAX_SAMPLERS];
H A Dnv50_surface.c838 struct nv50_tsc_entry sampler[2]; /* nearest, bilinear */
862 struct nv50_tsc_entry *sampler[2];
H A Dnv50_screen.c1253 nv50_tsc_entry(screen->tsc.entries[i])->id = -1; in nv50_screen_tsc_alloc()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h220 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) in nvc0_screen_tsc_unlock()
236 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) in nvc0_screen_tsc_free()
H A Dnvc0_tex.c632 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); in nvc0_validate_tsc()
690 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); in nve4_validate_tsc()
802 struct nv50_tsc_entry *tsc = pipe->create_sampler_state(pipe, sampler); in nve4_create_texture_handle()
H A Dnvc0_context.h228 struct nv50_tsc_entry *samplers[6][PIPE_MAX_SAMPLERS];
H A Dnvc0_state.c456 nvc0_screen_tsc_free(nvc0_context(pipe)->screen, nv50_tsc_entry(hwcso)); in nvc0_sampler_state_delete()
470 struct nv50_tsc_entry *hwcso = hwcsos ? nv50_tsc_entry(hwcsos[i]) : NULL; in nvc0_stage_sampler_states_bind()
471 struct nv50_tsc_entry *old = nvc0->samplers[s][i]; in nvc0_stage_sampler_states_bind()
H A Dnvc0_surface.c805 struct nv50_tsc_entry sampler[2]; /* nearest, bilinear */
834 struct nv50_tsc_entry *sampler[2];
H A Dnvc0_screen.c1612 nv50_tsc_entry(screen->tsc.entries[i])->id = -1; in nvc0_screen_tsc_alloc()

Completed in 18 milliseconds