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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dp_tessellator.h56 bool tes_vertex_order_cw, bool tes_point_mode);
H A Dp_tessellator.cpp50 bool tes_vertex_order_cw, bool tes_point_mode)
63 else if (tes_vertex_order_cw)
131 bool tes_vertex_order_cw, bool tes_point_mode)
140 tessellator->Init(tes_prim_mode, spacing, tes_vertex_order_cw, tes_point_mode);
48 Init(enum pipe_prim_type tes_prim_mode,enum pipe_tess_spacing ts_spacing,bool tes_vertex_order_cw,bool tes_point_mode) argument
129 p_tess_init(enum pipe_prim_type tes_prim_mode,enum pipe_tess_spacing spacing,bool tes_vertex_order_cw,bool tes_point_mode) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c346 bool tes_vertex_order_cw = info->properties[TGSI_PROPERTY_TES_VERTEX_ORDER_CW]; local in function:si_set_tesseval_regs
384 else if (tes_vertex_order_cw)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp1697 bool tes_vertex_order_cw = info->properties[TGSI_PROPERTY_TES_VERTEX_ORDER_CW]; local in function:BuilderSWR::CompileTES
1744 else if (tes_vertex_order_cw) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c381 bool tes_vertex_order_cw = !info->base.tess.ccw; local in function:si_set_tesseval_regs
419 else if (tes_vertex_order_cw)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_state.c2603 bool tes_vertex_order_cw = info->properties[TGSI_PROPERTY_TES_VERTEX_ORDER_CW]; local in function:evergreen_emit_shader_stages
2639 else if (tes_vertex_order_cw)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_state.c2609 bool tes_vertex_order_cw = info->properties[TGSI_PROPERTY_TES_VERTEX_ORDER_CW]; local in function:evergreen_emit_shader_stages
2645 else if (tes_vertex_order_cw)

Completed in 27 milliseconds