Searched refs:tes_prim_mode (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dp_tessellator.h54 struct pipe_tessellator *p_tess_init(enum pipe_prim_type tes_prim_mode,
H A Dp_tessellator.cpp48 void Init(enum pipe_prim_type tes_prim_mode, argument
61 else if (tes_prim_mode == PIPE_PRIM_LINES)
71 prim_mode = tes_prim_mode;
129 p_tess_init(enum pipe_prim_type tes_prim_mode, argument
140 tessellator->Init(tes_prim_mode, spacing, tes_vertex_order_cw, tes_point_mode);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c344 unsigned tes_prim_mode = info->properties[TGSI_PROPERTY_TES_PRIM_MODE]; local in function:si_set_tesseval_regs
350 switch (tes_prim_mode) {
382 else if (tes_prim_mode == PIPE_PRIM_LINES)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp1695 unsigned tes_prim_mode = info->properties[TGSI_PROPERTY_TES_PRIM_MODE]; local in function:BuilderSWR::CompileTES
1705 switch (tes_prim_mode) {
1741 else if (tes_prim_mode == PIPE_PRIM_LINES) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c379 unsigned tes_prim_mode = info->base.tess.primitive_mode; local in function:si_set_tesseval_regs
385 switch (tes_prim_mode) {
417 else if (tes_prim_mode == GL_LINES)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_state.c2601 unsigned tes_prim_mode = info->properties[TGSI_PROPERTY_TES_PRIM_MODE]; local in function:evergreen_emit_shader_stages
2605 switch (tes_prim_mode) {
2637 else if (tes_prim_mode == PIPE_PRIM_LINES)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_state.c2607 unsigned tes_prim_mode = info->properties[TGSI_PROPERTY_TES_PRIM_MODE]; local in function:evergreen_emit_shader_stages
2611 switch (tes_prim_mode) {
2643 else if (tes_prim_mode == PIPE_PRIM_LINES)

Completed in 29 milliseconds