Searched refs:TESTFUNC_LEQUAL (Results 1 – 7 of 7) sorted by relevance
96 TESTFUNC_LEQUAL, enumerator
118 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef <= maskedBuf) break; in executeStencilCompare()274 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth <= depthBufferValue) break; in executeDepthCompare()291 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth <= depthBufferValue) break; in executeDepthCompare()
223 case GL_LEQUAL: return rr::TESTFUNC_LEQUAL; in mapGLTestFunc()
96 case VK_COMPARE_OP_LESS_OR_EQUAL: return rr::TESTFUNC_LEQUAL; in mapVkCompareOp()
58 case rr::TESTFUNC_LEQUAL: return VK_COMPARE_OP_LESS_OR_EQUAL; in mapCompareOp()
329 state.fragOps.stencilStates[0].func = rr::TESTFUNC_LEQUAL; in toReferenceRenderState()
1709 renderState.fragOps.depthFunc = rr::TESTFUNC_LEQUAL; in iterateInternal()