Searched refs:executeDepthBoundsTest (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrFragmentOperations.hpp | 137 void executeDepthBoundsTest (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const float minDepthBound, const float maxDepthBound, const tcu::ConstPixelBufferAccess& depthBuffer);
|
H A D | rrFragmentOperations.cpp | 166 void FragmentProcessor::executeDepthBoundsTest (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const float minDepthBound, const float maxDepthBound, const tcu::ConstPixelBufferAccess& depthBuffer) in executeDepthBoundsTest() function in rr::FragmentProcessor 870 executeDepthBoundsTest(groupFirstFragNdx, numSamplesPerFragment, inputFragments, state.minDepthBound, state.maxDepthBound, depthBuffer); in render()
|
Completed in 3 milliseconds