Searched refs:depthBoundsParams (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 95 tcu::Maybe<DepthBoundsParameters> depthBoundsParams; member 102 , depthBoundsParams (depthBoundsParams_) in TestParams() 105 DE_ASSERT(static_cast<bool>(depthBoundsParams)); in TestParams() 190 …const float meshDepth = (m_params.depthBoundsParams ? m_params.depthBoundsParams.get().depthValue … in initPrograms() 532 …(enableDepthBounds ? m_params.depthBoundsParams.get().minDepthBounds : 0.0f), // float min… in iterate() 533 …(enableDepthBounds ? m_params.depthBoundsParams.get().maxDepthBounds : 1.0f), // float max… in iterate() 740 DepthBoundsParameters depthBoundsParams = {0.25f, 0.5f, 0.75f}; // min, max, draw depth. in createFragSideEffectsTests() local 741 …pe::DEPTH_BOUNDS, kDefaultClearColor, kDefaultDrawColor, colorAtEnd, tcu::just(depthBoundsParams)); in createFragSideEffectsTests()
|