Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_gs_count_vertices.c65 bool cnt_found[4] = {false, false, false, false}; in nir_gs_count_vertices_and_primitives() local
101 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()