Searched refs:tes_point_mode (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)
59 if (tes_point_mode)
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.c347 bool tes_point_mode = info->properties[TGSI_PROPERTY_TES_POINT_MODE]; local in function:si_set_tesseval_regs
380 if (tes_point_mode)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp1698 bool tes_point_mode = info->properties[TGSI_PROPERTY_TES_POINT_MODE]; local in function:BuilderSWR::CompileTES
1737 if (tes_point_mode) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c382 bool tes_point_mode = info->base.tess.point_mode; local in function:si_set_tesseval_regs
415 if (tes_point_mode)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_state.c2604 bool tes_point_mode = info->properties[TGSI_PROPERTY_TES_POINT_MODE]; local in function:evergreen_emit_shader_stages
2635 if (tes_point_mode)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_state.c2610 bool tes_point_mode = info->properties[TGSI_PROPERTY_TES_POINT_MODE]; local in function:evergreen_emit_shader_stages
2641 if (tes_point_mode)

Completed in 27 milliseconds