Searched refs:SV_GEOMETRY_EMIT (Results 1 – 3 of 3) sorted by relevance
879 c->src.push_back(sh->get_special_value(SV_GEOMETRY_EMIT)); in prepare_ir()880 c->dst.push_back(sh->get_special_value(SV_GEOMETRY_EMIT)); in prepare_ir()921 c->src.push_back(sh->get_special_value(SV_GEOMETRY_EMIT)); in prepare_ir()922 c->dst.push_back(sh->get_special_value(SV_GEOMETRY_EMIT)); in prepare_ir()
45 SV_GEOMETRY_EMIT, enumerator500 return is_special_reg() && select == sel_chan(SV_GEOMETRY_EMIT, 0); in is_geometry_emit()
58 case SV_GEOMETRY_EMIT: o << "GEOMETRY_EMIT"; break; in operator <<()