Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp872 (pState->state.depthStencilState.stencilWriteEnable == FALSE) && in SetupPipeline()
926 !pState->state.depthStencilState.stencilWriteEnable && in SetupPipeline()
930 !pState->state.depthStencilState.stencilWriteEnable && in SetupPipeline()
933 … pState->state.depthStencilState.stencilWriteEnable)) ? true : false; in SetupPipeline()
Ddepthstencil.h232 if (pDSState->stencilWriteEnable) in DepthStencilWrite()
Dstate.h1014 uint32_t stencilWriteEnable : 1; member
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1327 depthStencilState.stencilWriteEnable = 1; in swr_update_derived()