Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_need_swtnl.c61 svga->curr.rast->need_pipeline_points_str); in update_need_pipeline()
66 reason = svga->curr.rast->need_pipeline_points_str; in update_need_pipeline()
H A Dsvga_pipe_rasterizer.c261 rast->need_pipeline_points_str = "smooth points"; in svga_create_rasterizer_state()
370 debug_printf(" pnts: %s \n", rast->need_pipeline_points_str); in svga_create_rasterizer_state()
H A Dsvga_context.h204 const char* need_pipeline_points_str; member