Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h277 if (pDSState->stencilWriteEnable) in DepthStencilWrite()
Dapi.cpp946 (pState->state.depthStencilState.stencilWriteEnable == FALSE) && in SetupPipeline()
1014 !pState->state.depthStencilState.stencilWriteEnable && in SetupPipeline()
1018 !pState->state.depthStencilState.stencilWriteEnable && in SetupPipeline()
1021 pState->state.depthStencilState.stencilWriteEnable)) in SetupPipeline()
Dstate.h1154 uint32_t stencilWriteEnable : 1; member
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c949 bool *stencilWriteEnable, in sanitize_ds_state() argument
952 *stencilWriteEnable = state->stencilTestEnable; in sanitize_ds_state()
967 *stencilWriteEnable = false; in sanitize_ds_state()
994 *stencilWriteEnable = false; in sanitize_ds_state()
1008 !*stencilWriteEnable) in sanitize_ds_state()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1842 depthStencilState.stencilWriteEnable = 1; in swr_update_derived()