HomeSort by: relevance | last modified time | path
    Searched defs:pStencil (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
context.h 337 uint8_t* pStencil;
rasterizer_impl.h 1495 HOTTILE* pStencil = pContext->pHotTileMgr->GetHotTile(pContext,
1503 pStencil->state = HOTTILE_DIRTY;
1504 SWR_ASSERT(pStencil->pBuffer != nullptr);
1505 renderBuffers.pStencil = pStencil->pBuffer + offset;
1520 buffers.pStencil += RT::stencilRasterTileStep;
1538 startBufferRow.pStencil += RT::stencilRasterTileRowStep;
1539 buffers.pStencil = startBufferRow.pStencil;

Completed in 18 milliseconds