Searched refs:tex_handles (Results 1 – 2 of 2) sorted by relevance
291 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_validate_tic()321 nvc0->tex_handles[s][i] &= ~NVE4_TIC_ENTRY_INVALID; in nve4_validate_tic()322 nvc0->tex_handles[s][i] |= tic->id; in nve4_validate_tic()327 nvc0->tex_handles[s][i] |= NVE4_TIC_ENTRY_INVALID; in nve4_validate_tic()410 nvc0->tex_handles[s][i] |= NVE4_TSC_ENTRY_INVALID; in nve4_validate_tsc()431 nvc0->tex_handles[s][i] &= ~NVE4_TSC_ENTRY_INVALID; in nve4_validate_tsc()432 nvc0->tex_handles[s][i] |= tsc->id << 20; in nve4_validate_tsc()435 nvc0->tex_handles[s][i] |= NVE4_TSC_ENTRY_INVALID; in nve4_validate_tsc()491 PUSH_DATA (push, nvc0->tex_handles[s][i]); in nve4_set_tex_handles()
144 uint32_t tex_handles[5][PIPE_MAX_SAMPLERS]; /* for nve4 */ member