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