Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c729 bool *stencilWriteEnable, in sanitize_ds_state() argument
732 *stencilWriteEnable = state->stencilTestEnable; in sanitize_ds_state()
747 *stencilWriteEnable = false; in sanitize_ds_state()
774 *stencilWriteEnable = false; in sanitize_ds_state()
788 !*stencilWriteEnable) in sanitize_ds_state()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp937 (pState->state.depthStencilState.stencilWriteEnable == FALSE) && in SetupPipeline()
997 !pState->state.depthStencilState.stencilWriteEnable && in SetupPipeline()
1001 !pState->state.depthStencilState.stencilWriteEnable && in SetupPipeline()
1004 … pState->state.depthStencilState.stencilWriteEnable)) ? true : false; in SetupPipeline()
Ddepthstencil.h232 if (pDSState->stencilWriteEnable) in DepthStencilWrite()
Dstate.h1125 uint32_t stencilWriteEnable : 1; member
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1587 depthStencilState.stencilWriteEnable = 1; in swr_update_derived()