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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.cpp417 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; local in function:brw::vec4_visitor::opt_vector_float
432 need_type = BRW_REGISTER_TYPE_D;
436 need_type = BRW_REGISTER_TYPE_F;
449 (vf > 0 && dest_type != need_type)) {
494 dest_type = need_type;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.cpp415 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; local in function:brw::vec4_visitor::opt_vector_float
430 need_type = BRW_REGISTER_TYPE_D;
434 need_type = BRW_REGISTER_TYPE_F;
447 (vf > 0 && dest_type != need_type)) {
492 dest_type = need_type;

Completed in 8 milliseconds