Searched refs:depth_stencil_id (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c252 if (ds->id == svga->state.hw_draw.depth_stencil_id)
253 svga->state.hw_draw.depth_stencil_id = SVGA3D_INVALID_ID;
H A Dsvga_state_rss.c431 if (ds->id != svga->state.hw_draw.depth_stencil_id) {
436 svga->state.hw_draw.depth_stencil_id = ds->id;
447 if (curr->id != svga->state.hw_draw.depth_stencil_id ||
455 svga->state.hw_draw.depth_stencil_id = curr->id;
H A Dsvga_context.h414 SVGA3dDepthStencilStateId depth_stencil_id; member in struct:svga_hw_draw_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_rss.c431 if (ds->id != svga->state.hw_draw.depth_stencil_id) {
436 svga->state.hw_draw.depth_stencil_id = ds->id;
447 if (curr->id != svga->state.hw_draw.depth_stencil_id ||
455 svga->state.hw_draw.depth_stencil_id = curr->id;
H A Dsvga_pipe_depthstencil.c267 if (ds->id == svga->state.hw_draw.depth_stencil_id)
268 svga->state.hw_draw.depth_stencil_id = SVGA3D_INVALID_ID;
H A Dsvga_context.h379 SVGA3dDepthStencilStateId depth_stencil_id; member in struct:svga_hw_draw_state

Completed in 9 milliseconds