Searched refs:depthBoundsParams (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 94 tcu::Maybe<DepthBoundsParameters> depthBoundsParams; member 101 , depthBoundsParams (depthBoundsParams_) in TestParams() 104 DE_ASSERT(static_cast<bool>(depthBoundsParams)); in TestParams() 186 const float meshDepth = (m_params.depthBoundsParams ? m_params.depthBoundsParams.get().depthValue : 0.0f); in initPrograms() 528 (enableDepthBounds ? m_params.depthBoundsParams.get().minDepthBounds : 0.0f), // float minDepthBounds; in iterate() 529 (enableDepthBounds ? m_params.depthBoundsParams.get().maxDepthBounds : 1.0f), // float maxDepthBounds; in iterate() 746 DepthBoundsParameters depthBoundsParams = {0.25f, 0.5f, 0.75f}; // min, max, draw depth. in createFragSideEffectsTests() local 747 TestParams params(CaseType::DEPTH_BOUNDS, kDefaultClearColor, kDefaultDrawColor, colorAtEnd, tcu::just(depthBoundsParams)); in createFragSideEffectsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 94 tcu::Maybe<DepthBoundsParameters> depthBoundsParams; member 101 , depthBoundsParams (depthBoundsParams_) in TestParams() 104 DE_ASSERT(static_cast<bool>(depthBoundsParams)); in TestParams() 186 const float meshDepth = (m_params.depthBoundsParams ? m_params.depthBoundsParams.get().depthValue : 0.0f); in initPrograms() 528 (enableDepthBounds ? m_params.depthBoundsParams.get().minDepthBounds : 0.0f), // float minDepthBounds; in iterate() 529 (enableDepthBounds ? m_params.depthBoundsParams.get().maxDepthBounds : 1.0f), // float maxDepthBounds; in iterate() 736 DepthBoundsParameters depthBoundsParams = {0.25f, 0.5f, 0.75f}; // min, max, draw depth. in createFragSideEffectsTests() local 737 TestParams params(CaseType::DEPTH_BOUNDS, kDefaultClearColor, kDefaultDrawColor, colorAtEnd, tcu::just(depthBoundsParams)); in createFragSideEffectsTests()
|
Completed in 4 milliseconds