Searched refs:maxDepthBound (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderState.hpp | 253 float maxDepthBound; member 291 , maxDepthBound (1.0f) in FragmentOperationState()
|
D | rrFragmentOperations.hpp | 137 …onst Fragment* inputFragments, const float minDepthBound, const float maxDepthBound, const tcu::Co…
|
D | rrFragmentOperations.cpp | 166 …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/ |
D | vktPipelineDepthTests.cpp | 735 renderState.fragOps.maxDepthBound = m_depthBoundsMax; in verifyImage()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 613 Float4 maxDepthBound(state.maxDepthBounds); in depthBoundsTest16() local 620 return Int4(CmpLE(minDepthBound, zValue) & CmpLE(zValue, maxDepthBound)); in depthBoundsTest16()
|