Searched refs:need_pipeline_tris_str (Results 1 – 3 of 3) sorted by relevance
306 rast->need_pipeline_tris_str = "different front/back fillmodes"; in svga_create_rasterizer_state()330 rast->need_pipeline_tris_str = "unfilled primitives with no index manipulation"; in svga_create_rasterizer_state()340 rast->need_pipeline_tris_str = "decomposing lines"; in svga_create_rasterizer_state()349 rast->need_pipeline_tris_str = "decomposing points"; in svga_create_rasterizer_state()372 debug_printf(" tris: %s \n", rast->need_pipeline_tris_str); in svga_create_rasterizer_state()
59 svga->curr.rast->need_pipeline_tris_str, in update_need_pipeline()72 reason = svga->curr.rast->need_pipeline_tris_str; in update_need_pipeline()
203 const char* need_pipeline_tris_str; member