Home
last modified time | relevance | path

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

/external/lisa/libs/utils/
Dexecutor.py635 tc_idx = tc['tag']
643 .format(self.te.res_dir, wload.wtype, tc_idx, wl_idx)
661 tc_idx = tc['tag']
665 tc_idx, experiment.wload_name,
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_ff.c69 uint32_t tc_idx : 24; member
626 const unsigned idx = (key->tc_idx >> (i * 3)) & 0x7; in nine_ff_build_vs()
1672 key.tc_idx |= idx << (s * 3); in nine_ff_get_vs()