Home
last modified time | relevance | path

Searched refs:TESTFUNC_NOTEQUAL (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderState.hpp100 TESTFUNC_NOTEQUAL, enumerator
DrrFragmentOperations.cpp122 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef != maskedBuf) break; in executeStencilCompare()
278 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth != depthBufferValue) break; in executeDepthCompare()
295 case TESTFUNC_NOTEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth != depthBufferValue) break; in executeDepthCompare()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp226 case GL_NOTEQUAL: return rr::TESTFUNC_NOTEQUAL; in mapGLTestFunc()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp98 case VK_COMPARE_OP_NOT_EQUAL: return rr::TESTFUNC_NOTEQUAL; in mapVkCompareOp()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp60 case rr::TESTFUNC_NOTEQUAL: return VK_COMPARE_OP_NOT_EQUAL; in mapCompareOp()