HomeSort by relevance Sort by last modified time
    Searched refs:nv50_tsc_entry (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 7 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;
nv50_screen.h 125 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)
nv50_tex.c 294 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]);
nv50_context.h 135 struct nv50_tsc_entry *samplers[3][PIPE_MAX_SAMPLERS];
nv50_state.c 458 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]);
    [all...]
nv50_surface.c 439 struct nv50_tsc_entry *sampler[2];
444 struct nv50_tsc_entry sampler[2]; /* nearest, bilinear */
nv50_screen.c 810 nv50_tsc_entry(screen->tsc.entries[i])->id = -1;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 7 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;
nv50_screen.h 125 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)
nv50_tex.c 294 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]);
nv50_context.h 135 struct nv50_tsc_entry *samplers[3][PIPE_MAX_SAMPLERS];
nv50_state.c 458 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]);
    [all...]
nv50_surface.c 439 struct nv50_tsc_entry *sampler[2];
444 struct nv50_tsc_entry sampler[2]; /* nearest, bilinear */
nv50_screen.c 810 nv50_tsc_entry(screen->tsc.entries[i])->id = -1;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_screen.h 124 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)
nvc0_tex.c 364 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]);
nvc0_context.h 140 struct nv50_tsc_entry *samplers[5][PIPE_MAX_SAMPLERS];
nvc0_state.c 439 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]);
nvc0_surface.c 460 struct nv50_tsc_entry *sampler[2];
465 struct nv50_tsc_entry sampler[2]; /* nearest, bilinear */
    [all...]
nvc0_screen.c 803 nv50_tsc_entry(screen->tsc.entries[i])->id = -1;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.h 124 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)
nvc0_tex.c 364 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]);
nvc0_context.h 140 struct nv50_tsc_entry *samplers[5][PIPE_MAX_SAMPLERS];
nvc0_state.c 439 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]);
nvc0_surface.c 460 struct nv50_tsc_entry *sampler[2];
465 struct nv50_tsc_entry sampler[2]; /* nearest, bilinear */
    [all...]

Completed in 1582 milliseconds

1 2