Home
last modified time | relevance | path

Searched refs:NVE4_TIC_ENTRY_INVALID (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c32 #define NVE4_TIC_ENTRY_INVALID 0x000fffff macro
562 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_validate_tic()
585 nvc0->tex_handles[s][i] &= ~NVE4_TIC_ENTRY_INVALID; in nve4_validate_tic()
591 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_validate_tic()
836 uint32_t tic = handle & NVE4_TIC_ENTRY_INVALID; in nve4_delete_texture_handle()
860 nvc0->screen->tic.entries[handle & NVE4_TIC_ENTRY_INVALID]; in nve4_make_texture_handle_resident()
Dnve4_compute.c759 #define NVE4_TIC_ENTRY_INVALID 0x000fffff macro
777 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_compute_validate_textures()
807 nvc0->tex_handles[s][i] &= ~NVE4_TIC_ENTRY_INVALID; in nve4_compute_validate_textures()
813 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_compute_validate_textures()