Searched refs:cnt_found (Results 1 – 1 of 1) sorted by relevance
65 bool cnt_found[4] = {false, false, false, false}; in nir_gs_count_vertices_and_primitives() local101 if (cnt_found[stream] && vtxcnt != vtxcnt_arr[stream]) in nir_gs_count_vertices_and_primitives()103 if (cnt_found[stream] && prmcnt != prmcnt_arr[stream]) in nir_gs_count_vertices_and_primitives()108 cnt_found[stream] = true; in nir_gs_count_vertices_and_primitives()