Home
last modified time | relevance | path

Searched refs:need_pipeline_tris_str (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c292 rast->need_pipeline_tris_str = "different front/back fillmodes"; in svga_create_rasterizer_state()
316 rast->need_pipeline_tris_str = "unfilled primitives with no index manipulation"; in svga_create_rasterizer_state()
326 rast->need_pipeline_tris_str = "decomposing lines"; in svga_create_rasterizer_state()
335 rast->need_pipeline_tris_str = "decomposing points"; in svga_create_rasterizer_state()
358 debug_printf(" tris: %s \n", rast->need_pipeline_tris_str); in svga_create_rasterizer_state()
Dsvga_state_need_swtnl.c77 svga->curr.rast->need_pipeline_tris_str, in update_need_pipeline()
90 reason = svga->curr.rast->need_pipeline_tris_str; in update_need_pipeline()
Dsvga_context.h198 const char* need_pipeline_tris_str; member