Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderState.hpp253 float maxDepthBound; member
291 , maxDepthBound (1.0f) in FragmentOperationState()
DrrFragmentOperations.hpp137 …onst Fragment* inputFragments, const float minDepthBound, const float maxDepthBound, const tcu::Co…
DrrFragmentOperations.cpp166 …onst Fragment* inputFragments, const float minDepthBound, const float maxDepthBound, const tcu::Co… in executeDepthBoundsTest() argument
178 if (!de::inRange(depthBufferValue, minDepthBound, maxDepthBound)) in executeDepthBoundsTest()
200 access.setPixDepth(maxDepthBound, 0, 0, 0); in executeDepthBoundsTest()
870 …Ndx, numSamplesPerFragment, inputFragments, state.minDepthBound, state.maxDepthBound, depthBuffer); in render()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthTests.cpp735 renderState.fragOps.maxDepthBound = m_depthBoundsMax; in verifyImage()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.cpp613 Float4 maxDepthBound(state.maxDepthBounds); in depthBoundsTest16() local
620 return Int4(CmpLE(minDepthBound, zValue) & CmpLE(zValue, maxDepthBound)); in depthBoundsTest16()