/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_stateobj_tex.h | 18 struct nv50_tic_entry { struct 24 static INLINE struct nv50_tic_entry * 25 nv50_tic_entry(struct pipe_sampler_view *view) function 27 return (struct nv50_tic_entry *)view;
|
nv50_screen.h | 118 nv50_screen_tic_unlock(struct nv50_screen *screen, struct nv50_tic_entry *tic) 132 nv50_screen_tic_free(struct nv50_screen *screen, struct nv50_tic_entry *tic)
|
nv50_tex.c | 82 struct nv50_tic_entry *view; 86 view = MALLOC_STRUCT(nv50_tic_entry); 208 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]);
|
nv50_state.c | 607 nv50_screen_tic_free(nv50_context(pipe)->screen, nv50_tic_entry(view)); 609 FREE(nv50_tic_entry(view)); 620 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); 628 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); [all...] |
nv50_surface.c | 695 struct nv50_tic_entry *ent = nv50_tic_entry(view);
|
nv50_screen.c | 793 nv50_tic_entry(screen->tic.entries[i])->id = -1;
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_stateobj_tex.h | 18 struct nv50_tic_entry { struct 24 static INLINE struct nv50_tic_entry * 25 nv50_tic_entry(struct pipe_sampler_view *view) function 27 return (struct nv50_tic_entry *)view;
|
nv50_screen.h | 118 nv50_screen_tic_unlock(struct nv50_screen *screen, struct nv50_tic_entry *tic) 132 nv50_screen_tic_free(struct nv50_screen *screen, struct nv50_tic_entry *tic)
|
nv50_tex.c | 82 struct nv50_tic_entry *view; 86 view = MALLOC_STRUCT(nv50_tic_entry); 208 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]);
|
nv50_state.c | 607 nv50_screen_tic_free(nv50_context(pipe)->screen, nv50_tic_entry(view)); 609 FREE(nv50_tic_entry(view)); 620 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); 628 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); [all...] |
nv50_surface.c | 695 struct nv50_tic_entry *ent = nv50_tic_entry(view);
|
nv50_screen.c | 793 nv50_tic_entry(screen->tic.entries[i])->id = -1;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_screen.h | 117 nvc0_screen_tic_unlock(struct nvc0_screen *screen, struct nv50_tic_entry *tic) 131 nvc0_screen_tic_free(struct nvc0_screen *screen, struct nv50_tic_entry *tic)
|
nvc0_tex.c | 66 struct nv50_tic_entry *view; 70 view = MALLOC_STRUCT(nv50_tic_entry); 220 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); 286 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]);
|
nvc0_state.c | 498 nvc0_screen_tic_free(nvc0_context(pipe)->screen, nv50_tic_entry(view)); 500 FREE(nv50_tic_entry(view)); 511 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]); 526 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]);
|
nvc0_surface.c | 761 struct nv50_tic_entry *ent = nv50_tic_entry(view); [all...] |
nvc0_screen.c | 786 nv50_tic_entry(screen->tic.entries[i])->id = -1;
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_screen.h | 117 nvc0_screen_tic_unlock(struct nvc0_screen *screen, struct nv50_tic_entry *tic) 131 nvc0_screen_tic_free(struct nvc0_screen *screen, struct nv50_tic_entry *tic)
|
nvc0_tex.c | 66 struct nv50_tic_entry *view; 70 view = MALLOC_STRUCT(nv50_tic_entry); 220 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); 286 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]);
|
nvc0_state.c | 498 nvc0_screen_tic_free(nvc0_context(pipe)->screen, nv50_tic_entry(view)); 500 FREE(nv50_tic_entry(view)); 511 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]); 526 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]);
|
nvc0_surface.c | 761 struct nv50_tic_entry *ent = nv50_tic_entry(view); [all...] |
nvc0_screen.c | 786 nv50_tic_entry(screen->tic.entries[i])->id = -1;
|