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

/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp89 TESTFUNC_NOTEQUAL, enumerator in enum:rr::TestFunc
H A DrrFragmentOperations.cpp122 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef != maskedBuf) break;
224 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth != depthBufferValue) break;
241 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth != depthBufferValue) break;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp226 case GL_NOTEQUAL: return rr::TESTFUNC_NOTEQUAL;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp98 case VK_COMPARE_OP_NOT_EQUAL: return rr::TESTFUNC_NOTEQUAL;

Completed in 68 milliseconds