Searched refs:depth_stencil_id (Results 1 – 3 of 3) sorted by relevance
412 if (ds->id != svga->state.hw_draw.depth_stencil_id) { in emit_rss_vgpu10()417 svga->state.hw_draw.depth_stencil_id = ds->id; in emit_rss_vgpu10()428 if (curr->id != svga->state.hw_draw.depth_stencil_id || in emit_rss_vgpu10()436 svga->state.hw_draw.depth_stencil_id = curr->id; in emit_rss_vgpu10()
267 if (ds->id == svga->state.hw_draw.depth_stencil_id) in svga_delete_depth_stencil_state()268 svga->state.hw_draw.depth_stencil_id = SVGA3D_INVALID_ID; in svga_delete_depth_stencil_state()
381 SVGA3dDepthStencilStateId depth_stencil_id; member