Searched refs:TESTFUNC_LESS (Results 1 – 6 of 6) sorted by relevance
95 TESTFUNC_LESS, enumerator282 , depthFunc (TESTFUNC_LESS) in FragmentOperationState()
117 case TESTFUNC_LESS: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef < maskedBuf) break; in executeStencilCompare()219 case TESTFUNC_LESS: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth < depthBufferValue) break; in executeDepthCompare()236 case TESTFUNC_LESS: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth < depthBufferValue) break; in executeDepthCompare()
224 case GL_LESS: return rr::TESTFUNC_LESS; in mapGLTestFunc()
52 case rr::TESTFUNC_LESS: return VK_COMPARE_OP_LESS; in mapCompareOp()314 , compareOp (rr::TESTFUNC_LESS) in DrawState()
94 case VK_COMPARE_OP_LESS: return rr::TESTFUNC_LESS; in mapVkCompareOp()
315 state.fragOps.depthFunc = rr::TESTFUNC_LESS; in toReferenceRenderState()