Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c70 uint32_t *tic; in nv50_create_texture_view() local
221 nv50_update_tic(struct nv50_context *nv50, struct nv50_tic_entry *tic, in nv50_update_tic()
249 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); in nv50_validate_tic() local
315 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); in nv50_validate_tic() local
Dnv50_stateobj_tex.h22 uint32_t tic[8]; member
Dnv50_screen.h90 } tic; member
174 } tic; member
187 nv50_screen_tic_unlock(struct nv50_screen *screen, struct nv50_tic_entry *tic) in nv50_screen_tic_unlock()
201 nv50_screen_tic_free(struct nv50_screen *screen, struct nv50_tic_entry *tic) in nv50_screen_tic_free()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c74 uint32_t *tic; in gm107_create_texture_view() local
286 uint32_t *tic; in gf100_create_texture_view() local
455 nvc0_update_tic(struct nvc0_context *nvc0, struct nv50_tic_entry *tic, in nvc0_update_tic()
490 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nvc0_validate_tic() local
557 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nve4_validate_tic() local
778 struct nv50_tic_entry *tic = nv50_tic_entry(view); in nve4_create_texture_handle() local
836 uint32_t tic = handle & NVE4_TIC_ENTRY_INVALID; in nve4_delete_texture_handle() local
859 struct nv50_tic_entry *tic = in nve4_make_texture_handle_resident() local
1225 struct nv50_tic_entry *tic; in gm107_validate_surfaces() local
Dnvc0_screen.h92 } tic; member
187 } tic; member
200 nvc0_screen_tic_unlock(struct nvc0_screen *screen, struct nv50_tic_entry *tic) in nvc0_screen_tic_unlock()
216 nvc0_screen_tic_free(struct nvc0_screen *screen, struct nv50_tic_entry *tic) in nvc0_screen_tic_free()
Dnve4_compute.c202 struct nv50_tic_entry *tic; in gm107_compute_validate_surfaces() local
772 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nve4_compute_validate_textures() local
Dnvc0_state_validate.c769 struct nv50_tic_entry *tic = nv50_tic_entry(new_view); in nvc0_validate_fbread() local
Dnvc0_vbo.c1028 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nvc0_draw_vbo() local
/external/arm-optimized-routines/test/
Dmathbench.c242 tic (void) in tic() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.cpp246 uint16_t tic, uint16_t tsc, in mkTex()