Searched refs:TESTFUNC_LESS (Results 1 – 5 of 5) sorted by relevance
84 TESTFUNC_LESS, enumerator271 , 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()
94 case VK_COMPARE_OP_LESS: return rr::TESTFUNC_LESS; in mapVkCompareOp()
315 state.fragOps.depthFunc = rr::TESTFUNC_LESS; in toReferenceRenderState()