Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c294 tp->tp.tess_mode = ~0; in nvc0_tp_get_tess_mode()
299 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_ISOLINES; in nvc0_tp_get_tess_mode()
302 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_TRIANGLES; in nvc0_tp_get_tess_mode()
305 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_QUADS; in nvc0_tp_get_tess_mode()
308 tp->tp.tess_mode = ~0; in nvc0_tp_get_tess_mode()
317 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_CW; in nvc0_tp_get_tess_mode()
319 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_CONNECTED; in nvc0_tp_get_tess_mode()
326 tp->tp.tess_mode |= NVC0_3D_TESS_MODE_CW; 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()
[all …]
Dnvc0_shader_state.c202 if (tp->tp.tess_mode != ~0) { in nvc0_tctlprog_validate()
204 PUSH_DATA (push, tp->tp.tess_mode); in nvc0_tctlprog_validate()
230 if (tp->tp.tess_mode != ~0) { in nvc0_tevlprog_validate()
232 PUSH_DATA (push, tp->tp.tess_mode); in nvc0_tevlprog_validate()
Dnvc0_program.h60 uint32_t tess_mode; /* ~0 if defined by the other stage */ member
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h343 ir3_tess_mode(enum tess_primitive_mode tess_mode) in ir3_tess_mode() argument
345 switch (tess_mode) { in ir3_tess_mode()