Searched refs:depth_stencil_id (Results 1 – 3 of 3) sorted by relevance
431 if (ds->id != svga->state.hw_draw.depth_stencil_id) { in emit_rss_vgpu10()436 svga->state.hw_draw.depth_stencil_id = ds->id; in emit_rss_vgpu10()447 if (curr->id != svga->state.hw_draw.depth_stencil_id || in emit_rss_vgpu10()455 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()
414 SVGA3dDepthStencilStateId depth_stencil_id; member