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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp35 * the second and third source are stored in the same GRF bank (\sa bank_of()
796 bank_of(unsigned reg) function in namespace:__anonf7e3c6710410
818 (b ^ p) == bank_of(map.v[j]) ? -1 : 0);
843 const unsigned bank_r = bank_of(map.v[r]);
850 const unsigned bank_s = bank_of(map.v[s]);
940 bank_of(reg_of(inst->src[1])) == bank_of(reg_of(inst->src[2])) &&
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp35 * the second and third source are stored in the same GRF bank (\sa bank_of()
805 bank_of(unsigned reg) function in namespace:__anond43867c40410
827 (b ^ p) == bank_of(map.v[j]) ? -1 : 0);
852 const unsigned bank_r = bank_of(map.v[r]);
859 const unsigned bank_s = bank_of(map.v[s]);
949 bank_of(reg_of(inst->src[1])) == bank_of(reg_of(inst->src[2])) &&

Completed in 4 milliseconds