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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_generator.cpp84 const unsigned phys_width = compressed ? inst->exec_size / 2 : local in function:brw_reg_from_fs_reg
99 const unsigned width = MIN2(reg_width, phys_width);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_generator.cpp85 const unsigned phys_width = compressed ? inst->exec_size / 2 : local in function:brw_reg_from_fs_reg
102 const unsigned width = MIN3(reg_width, phys_width, max_hw_width);

Completed in 11 milliseconds