Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_program.c305 tp->tp.tess_mode = ~0; in nvc0_tp_get_tess_mode()
310 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_ISOLINES; in nvc0_tp_get_tess_mode()
313 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_TRIANGLES; in nvc0_tp_get_tess_mode()
315 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_CW; in nvc0_tp_get_tess_mode()
318 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_QUADS; in nvc0_tp_get_tess_mode()
321 tp->tp.tess_mode = ~0; in nvc0_tp_get_tess_mode()
325 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_CONNECTED; in nvc0_tp_get_tess_mode()
330 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_SPACING_EQUAL; in nvc0_tp_get_tess_mode()
333 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_SPACING_FRACTIONAL_ODD; in nvc0_tp_get_tess_mode()
336 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_SPACING_FRACTIONAL_EVEN; in nvc0_tp_get_tess_mode()
Dnvc0_shader_state.c139 if (tp->tp.tess_mode != ~0) { in nvc0_tctlprog_validate()
141 PUSH_DATA (push, tp->tp.tess_mode); in nvc0_tctlprog_validate()
165 if (tp->tp.tess_mode != ~0) { in nvc0_tevlprog_validate()
167 PUSH_DATA (push, tp->tp.tess_mode); in nvc0_tevlprog_validate()
Dnvc0_program.h50 uint32_t tess_mode; /* ~0 if defined by the other stage */ member