Searched refs:TESTFUNC_EQUAL (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp88 TESTFUNC_EQUAL, enumerator in enum:rr::TestFunc
H A DrrFragmentOperations.cpp121 case TESTFUNC_EQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef == maskedBuf) break;
223 case TESTFUNC_EQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth == depthBufferValue) break;
240 case TESTFUNC_EQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth == depthBufferValue) break;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp220 case GL_EQUAL: return rr::TESTFUNC_EQUAL;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp95 case VK_COMPARE_OP_EQUAL: return rr::TESTFUNC_EQUAL;

Completed in 60 milliseconds