Searched refs:tess_mode (Results 1 – 3 of 3) sorted by relevance
280 tp->tp.tess_mode = ~0; in nvc0_tp_get_tess_mode()285 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_ISOLINES; in nvc0_tp_get_tess_mode()288 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_TRIANGLES; in nvc0_tp_get_tess_mode()291 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_QUADS; in nvc0_tp_get_tess_mode()294 tp->tp.tess_mode = ~0; in nvc0_tp_get_tess_mode()303 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_CW; in nvc0_tp_get_tess_mode()305 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_CONNECTED; in nvc0_tp_get_tess_mode()312 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_CW; in nvc0_tp_get_tess_mode()316 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_SPACING_EQUAL; in nvc0_tp_get_tess_mode()319 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_SPACING_FRACTIONAL_ODD; in nvc0_tp_get_tess_mode()[all …]
175 if (tp->tp.tess_mode != ~0) { in nvc0_tctlprog_validate()177 PUSH_DATA (push, tp->tp.tess_mode); in nvc0_tctlprog_validate()203 if (tp->tp.tess_mode != ~0) { in nvc0_tevlprog_validate()205 PUSH_DATA (push, tp->tp.tess_mode); in nvc0_tevlprog_validate()
56 uint32_t tess_mode; /* ~0 if defined by the other stage */ member