Home
last modified time | relevance | path

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

/external/iw/
Dinterface.c89 bool need_type) in get_if_type() argument
93 if (*argc < 1 + !!need_type) in get_if_type()
96 if (need_type && strcmp((*argv)[0], "type")) in get_if_type()
99 tpstr = (*argv)[!!need_type]; in get_if_type()
100 *argc -= 1 + !!need_type; in get_if_type()
101 *argv += 1 + !!need_type; in get_if_type()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp415 enum brw_reg_type need_type = BRW_REGISTER_TYPE_LAST; in opt_vector_float() local
430 need_type = BRW_REGISTER_TYPE_D; in opt_vector_float()
434 need_type = BRW_REGISTER_TYPE_F; in opt_vector_float()
447 (vf > 0 && dest_type != need_type)) { in opt_vector_float()
492 dest_type = need_type; in opt_vector_float()