HomeSort by relevance Sort by last modified time
    Searched refs:NVE4_TIC_ENTRY_INVALID (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_tex.c 32 #define NVE4_TIC_ENTRY_INVALID 0x000fffff
562 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID;
585 nvc0->tex_handles[s][i] &= ~NVE4_TIC_ENTRY_INVALID;
591 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID;
836 uint32_t tic = handle & NVE4_TIC_ENTRY_INVALID;
860 nvc0->screen->tic.entries[handle & NVE4_TIC_ENTRY_INVALID];
    [all...]
nve4_compute.c 759 #define NVE4_TIC_ENTRY_INVALID 0x000fffff
777 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID;
807 nvc0->tex_handles[s][i] &= ~NVE4_TIC_ENTRY_INVALID;
813 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID;
    [all...]

Completed in 129 milliseconds