Searched refs:hw_rast_state (Results 1 – 1 of 1) sorted by relevance
55 struct zink_rasterizer_hw_state *hw_rast_state = (void*)state; in zink_create_gfx_pipeline() local151 if (hw_rast_state->force_persample_interp) { in zink_create_gfx_pipeline()167 if (!screen->driver_workarounds.depth_clip_control_missing && !hw_rast_state->clip_halfz) in zink_create_gfx_pipeline()175 rast_state.polygonMode = hw_rast_state->polygon_mode; in zink_create_gfx_pipeline()187 depth_clip_state.depthClipEnable = hw_rast_state->depth_clip; in zink_create_gfx_pipeline()194 rast_state.depthClampEnable = !hw_rast_state->depth_clip; in zink_create_gfx_pipeline()199 pv_state.provokingVertexMode = hw_rast_state->pv_last ? in zink_create_gfx_pipeline()202 if (screen->info.have_EXT_provoking_vertex && hw_rast_state->pv_last) { in zink_create_gfx_pipeline()309 unsigned mode_idx = hw_rast_state->line_mode - VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT; in zink_create_gfx_pipeline()311 mode_idx += hw_rast_state->line_stipple_enable * 3; in zink_create_gfx_pipeline()[all …]