Home
last modified time | relevance | path

Searched refs:stencilHottileEnable (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h305 uint32_t stencilHottileEnable : 1; // Enable stencil buffer hottile in OSALIGNLINE() member
Dtilemgr.cpp439 if (state.stencilHottileEnable) in InitializeHotTiles()
Drasterizer_impl.h1337 if(state.stencilHottileEnable)
Dapi.cpp996 pState->state.stencilHottileEnable = (((!(pState->state.depthStencilState.stencilTestEnable && in SetupPipeline()