Searched refs:TESTFUNC_GREATER (Results 1 – 4 of 4) sorted by relevance
86 TESTFUNC_GREATER, enumerator
119 case TESTFUNC_GREATER: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef > maskedBuf) break; in executeStencilCompare()221 case TESTFUNC_GREATER: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth > depthBufferValue) break; in executeDepthCompare()238 case TESTFUNC_GREATER: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth > depthBufferValue) break; in executeDepthCompare()
222 case GL_GREATER: return rr::TESTFUNC_GREATER; in mapGLTestFunc()
97 case VK_COMPARE_OP_GREATER: return rr::TESTFUNC_GREATER; in mapVkCompareOp()