Searched refs:depth_stencil_id (Results 1 – 3 of 3) sorted by relevance
453 if (ds->id != svga->state.hw_draw.depth_stencil_id) { in emit_rss_vgpu10()458 svga->state.hw_draw.depth_stencil_id = ds->id; in emit_rss_vgpu10()469 if (curr->id != svga->state.hw_draw.depth_stencil_id || in emit_rss_vgpu10()477 svga->state.hw_draw.depth_stencil_id = curr->id; in emit_rss_vgpu10()
252 if (ds->id == svga->state.hw_draw.depth_stencil_id) in svga_delete_depth_stencil_state()253 svga->state.hw_draw.depth_stencil_id = SVGA3D_INVALID_ID; in svga_delete_depth_stencil_state()
462 SVGA3dDepthStencilStateId depth_stencil_id; member