Searched refs:TESTFUNC_EQUAL (Results 1 – 5 of 5) sorted by relevance
99 TESTFUNC_EQUAL, enumerator
121 case TESTFUNC_EQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef == maskedBuf) break; in executeStencilCompare()223 case TESTFUNC_EQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth == depthBufferValue) break; in executeDepthCompare()240 case TESTFUNC_EQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth == depthBufferValue) break; in executeDepthCompare()
220 case GL_EQUAL: return rr::TESTFUNC_EQUAL; in mapGLTestFunc()
95 case VK_COMPARE_OP_EQUAL: return rr::TESTFUNC_EQUAL; in mapVkCompareOp()
53 case rr::TESTFUNC_EQUAL: return VK_COMPARE_OP_EQUAL; in mapCompareOp()