Home | History | Annotate | Download | only in nvc0

Lines Matching refs:patch_vertices

971        nvc0->state.patch_vertices != info->vertices_per_patch) {
972 nvc0->state.patch_vertices = info->vertices_per_patch;
974 IMMED_NVC0(push, NVC0_3D(PATCH_VERTICES), nvc0->state.patch_vertices);