Home
last modified time | relevance | path

Searched defs:tic (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_tex.c55 nv50_init_tic_entry_linear(uint32_t *tic, struct pipe_resource *res) in nv50_init_tic_entry_linear()
79 uint32_t *tic; in nv50_create_sampler_view() local
208 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); in nv50_validate_tic() local
Dnv50_screen.h52 } tic; member
110 uint32_t tic; member
118 nv50_screen_tic_unlock(struct nv50_screen *screen, struct nv50_tic_entry *tic) in nv50_screen_tic_unlock()
132 nv50_screen_tic_free(struct nv50_screen *screen, struct nv50_tic_entry *tic) in nv50_screen_tic_free()
Dnv50_stateobj_tex.h21 uint32_t tic[8]; member
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_screen.h48 } tic; member
109 uint32_t tic; member
117 nvc0_screen_tic_unlock(struct nvc0_screen *screen, struct nv50_tic_entry *tic) in nvc0_screen_tic_unlock()
131 nvc0_screen_tic_free(struct nvc0_screen *screen, struct nv50_tic_entry *tic) in nvc0_screen_tic_free()
Dnvc0_tex.c63 uint32_t *tic; in nvc0_create_sampler_view() local
220 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nvc0_validate_tic() local
286 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nve4_validate_tic() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp245 BuildUtil::mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc, in mkTex()