Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp95 TESTFUNC_LESS, enumerator
286 , depthFunc (TESTFUNC_LESS) in FragmentOperationState()
H A DrrFragmentOperations.cpp117 case TESTFUNC_LESS: SAMPLE_REGISTER_STENCIL_COMPARE(maskedRef < maskedBuf) break; in executeStencilCompare()
273 case TESTFUNC_LESS: SAMPLE_REGISTER_DEPTH_COMPARE_F(sampleDepth < depthBufferValue) break; in executeDepthCompare()
290 case TESTFUNC_LESS: SAMPLE_REGISTER_DEPTH_COMPARE_UI(sampleDepth < depthBufferValue) break; in executeDepthCompare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.hpp64 rr::TestFunc compareOp = rr::TESTFUNC_LESS;
H A DvktDrawUtil.cpp56 case rr::TESTFUNC_LESS: return VK_COMPARE_OP_LESS; in mapCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.hpp64 rr::TestFunc compareOp = rr::TESTFUNC_LESS;
H A DvktDrawUtil.cpp56 case rr::TESTFUNC_LESS: return VK_COMPARE_OP_LESS; in mapCompareOp()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp224 case GL_LESS: return rr::TESTFUNC_LESS; in mapGLTestFunc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp94 case VK_COMPARE_OP_LESS: return rr::TESTFUNC_LESS; in mapVkCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp94 case VK_COMPARE_OP_LESS: return rr::TESTFUNC_LESS; in mapVkCompareOp()
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp321 state.fragOps.depthFunc = rr::TESTFUNC_LESS; in toReferenceRenderState()

Completed in 11 milliseconds