Home
last modified time | relevance | path

Searched refs:TESTFUNC_LEQUAL (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp96 TESTFUNC_LEQUAL, enumerator
H A DrrFragmentOperations.cpp118 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef <= maskedBuf) break; in executeStencilCompare()
274 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth <= depthBufferValue) break; in executeDepthCompare()
291 case TESTFUNC_LEQUAL: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth <= depthBufferValue) break; in executeDepthCompare()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp223 case GL_LEQUAL: return rr::TESTFUNC_LEQUAL; in mapGLTestFunc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp96 case VK_COMPARE_OP_LESS_OR_EQUAL: return rr::TESTFUNC_LEQUAL; in mapVkCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp96 case VK_COMPARE_OP_LESS_OR_EQUAL: return rr::TESTFUNC_LEQUAL; in mapVkCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.cpp58 case rr::TESTFUNC_LEQUAL: return VK_COMPARE_OP_LESS_OR_EQUAL; in mapCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.cpp58 case rr::TESTFUNC_LEQUAL: return VK_COMPARE_OP_LESS_OR_EQUAL; in mapCompareOp()
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp329 state.fragOps.stencilStates[0].func = rr::TESTFUNC_LEQUAL; in toReferenceRenderState()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp1774 renderState.fragOps.depthFunc = rr::TESTFUNC_LEQUAL; in iterateInternal()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp1774 renderState.fragOps.depthFunc = rr::TESTFUNC_LEQUAL; in iterateInternal()

Completed in 21 milliseconds