Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c412 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()
Dsvga_pipe_depthstencil.c267 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()
Dsvga_context.h381 SVGA3dDepthStencilStateId depth_stencil_id; member