Home
last modified time | relevance | path

Searched refs:tes_vertex_order_cw (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tessellator/
Dp_tessellator.cpp51 bool tes_vertex_order_cw, bool tes_point_mode) in Init() argument
64 else if (tes_vertex_order_cw) in Init()
132 bool tes_vertex_order_cw, bool tes_point_mode) in p_tess_init() argument
141 tessellator->Init(tes_prim_mode, spacing, tes_vertex_order_cw, tes_point_mode); in p_tess_init()
Dp_tessellator.h56 bool tes_vertex_order_cw, bool tes_point_mode);
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1697 bool tes_vertex_order_cw = info->properties[TGSI_PROPERTY_TES_VERTEX_ORDER_CW]; in CompileTES() local
1744 else if (tes_vertex_order_cw) { in CompileTES()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c330 bool tes_vertex_order_cw = !info->base.tess.ccw; in si_set_tesseval_regs() local
368 else if (tes_vertex_order_cw) in si_set_tesseval_regs()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c2604 bool tes_vertex_order_cw = info->properties[TGSI_PROPERTY_TES_VERTEX_ORDER_CW]; in evergreen_emit_shader_stages() local
2640 else if (tes_vertex_order_cw) in evergreen_emit_shader_stages()