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()
861 uint32_t tic = handle & NVE4_TIC_ENTRY_INVALID; in nve4_delete_texture_handle()
885 nvc0->screen->tic.entries[handle & NVE4_TIC_ENTRY_INVALID]; in nve4_make_texture_handle_resident()
1455 int tic = handle & NVE4_TIC_ENTRY_INVALID; in gm107_delete_image_handle()
1474 nvc0->screen->tic.entries[handle & NVE4_TIC_ENTRY_INVALID]; in gm107_make_image_handle_resident()
Dnve4_compute.c946 #define NVE4_TIC_ENTRY_INVALID 0x000fffff macro
964 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_compute_validate_textures()
994 nvc0->tex_handles[s][i] &= ~NVE4_TIC_ENTRY_INVALID; in nve4_compute_validate_textures()
1000 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_compute_validate_textures()