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 D | p_tessellator.h | 56 bool tes_vertex_order_cw, bool tes_point_mode);
|
| H A D | p_tessellator.cpp | 50 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 D | si_state_shaders.c | 346 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 D | swr_shader.cpp | 1697 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 D | si_state_shaders.c | 381 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 D | evergreen_state.c | 2603 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 D | evergreen_state.c | 2609 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