HomeSort by relevance Sort by last modified time
    Searched refs:TESTFUNC_GEQUAL (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 87 TESTFUNC_GEQUAL,
rrFragmentOperations.cpp 120 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef >= maskedBuf) break;
222 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth >= depthBufferValue) break;
239 case TESTFUNC_GEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth >= depthBufferValue) break;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 221 case GL_GEQUAL: return rr::TESTFUNC_GEQUAL;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 99 case VK_COMPARE_OP_GREATER_OR_EQUAL: return rr::TESTFUNC_GEQUAL;

Completed in 77 milliseconds