Searched refs:tes_patch_verts (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp700 uint32_t tes_patch_verts = tcs_nir->info.tess.tcs_vertices_out; local in function:st_lower_patch_vertices_in
701 NIR_PASS_V(tes_nir, nir_lower_patch_vertices, tes_patch_verts, NULL);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp676 uint32_t tes_patch_verts = tcs_nir->info.tess.tcs_vertices_out; local in function:st_lower_patch_vertices_in
677 NIR_PASS_V(tes_nir, nir_lower_patch_vertices, tes_patch_verts, NULL);

Completed in 6 milliseconds