Searched refs:TESTFUNC_ALWAYS (Results 1 – 7 of 7) sorted by relevance
94 TESTFUNC_ALWAYS, enumerator196 : func (TESTFUNC_ALWAYS) in StencilState()
116 case TESTFUNC_ALWAYS: SAMPLE_REGISTER_STENCIL_COMPARE(true) break; in executeStencilCompare()272 case TESTFUNC_ALWAYS: SAMPLE_REGISTER_DEPTH_COMPARE_F(true) break; in executeDepthCompare()289 case TESTFUNC_ALWAYS: SAMPLE_REGISTER_DEPTH_COMPARE_UI(true) break; in executeDepthCompare()
219 case GL_ALWAYS: return rr::TESTFUNC_ALWAYS; in mapGLTestFunc()
100 case VK_COMPARE_OP_ALWAYS: return rr::TESTFUNC_ALWAYS; in mapVkCompareOp()
788 state.fragOps.depthFunc = rr::TESTFUNC_ALWAYS; in runCase()790 state.fragOps.stencilStates[rr::FACETYPE_BACK].func = rr::TESTFUNC_ALWAYS; in runCase()
62 case rr::TESTFUNC_ALWAYS: return VK_COMPARE_OP_ALWAYS; in mapCompareOp()
760 drawState.compareOp = rr::TESTFUNC_ALWAYS; in iterate()