Searched refs:TESTFUNC_GEQUAL (Results 1 – 5 of 5) sorted by relevance
98 TESTFUNC_GEQUAL, enumerator
120 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef >= maskedBuf) break; in executeStencilCompare()222 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth >= depthBufferValue) break; in executeDepthCompare()239 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth >= depthBufferValue) break; in executeDepthCompare()
221 case GL_GEQUAL: return rr::TESTFUNC_GEQUAL; in mapGLTestFunc()
99 case VK_COMPARE_OP_GREATER_OR_EQUAL: return rr::TESTFUNC_GEQUAL; in mapVkCompareOp()
57 case rr::TESTFUNC_GEQUAL: return VK_COMPARE_OP_GREATER_OR_EQUAL; in mapCompareOp()