Searched refs:SV_GEOMETRY_EMIT (Results 1 – 3 of 3) sorted by relevance
872 c->src.push_back(sh->get_special_value(SV_GEOMETRY_EMIT)); in prepare_ir()873 c->dst.push_back(sh->get_special_value(SV_GEOMETRY_EMIT)); in prepare_ir()914 c->src.push_back(sh->get_special_value(SV_GEOMETRY_EMIT)); in prepare_ir()915 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 <<()