Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h139 switch (pDSState->depthTestFunc) in DepthStencilTest()
147 switch (pDSState->depthTestFunc) in DepthStencilTest()
Dstate.h1018 uint32_t depthTestFunc : 3; member
Dapi.cpp920 … pState->state.depthStencilState.depthTestFunc == ZFUNC_ALWAYS)) && in SetupPipeline()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1362 depthStencilState.depthTestFunc = swr_convert_depth_func(depth->func); in swr_update_derived()