Home
last modified time | relevance | path

Searched refs:NVE4_TSC_ENTRY_INVALID (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c33 #define NVE4_TSC_ENTRY_INVALID 0xfff00000 macro
693 nvc0->tex_handles[s][i] |= NVE4_TSC_ENTRY_INVALID; in nve4_validate_tsc()
707 nvc0->tex_handles[s][i] &= ~NVE4_TSC_ENTRY_INVALID; in nve4_validate_tsc()
711 nvc0->tex_handles[s][i] |= NVE4_TSC_ENTRY_INVALID; in nve4_validate_tsc()
860 uint32_t tsc = (handle & NVE4_TSC_ENTRY_INVALID) >> 20; in nve4_delete_texture_handle()

Completed in 4 milliseconds