Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dp_tessellator.cpp50 bool tes_vertex_order_cw, bool tes_point_mode) in Init()
63 else if (tes_vertex_order_cw) in Init()
131 bool tes_vertex_order_cw, bool tes_point_mode) in p_tess_init()
140 tessellator->Init(tes_prim_mode, spacing, tes_vertex_order_cw, tes_point_mode); in p_tess_init()
48 Init(enum pipe_prim_type tes_prim_mode, enum pipe_tess_spacing ts_spacing, bool tes_vertex_order_cw, bool tes_point_mode) Init() 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) p_tess_init() argument
H A Dp_tessellator.h56 bool tes_vertex_order_cw, bool tes_point_mode);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp519 bool tes_vertex_order_cw = !info->base.tess.ccw; in si_set_tesseval_regs() local
557 else if (tes_vertex_order_cw) in si_set_tesseval_regs()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c2602 bool tes_vertex_order_cw = info->properties[TGSI_PROPERTY_TES_VERTEX_ORDER_CW]; in evergreen_emit_shader_stages() local
2638 else if (tes_vertex_order_cw) in evergreen_emit_shader_stages()

Completed in 12 milliseconds