Searched refs:depthBoundsCheck (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 1326 FunctionSupport0::Function depthBoundsCheck = nullptr; in init() local 1334 depthBoundsCheck = checkDepthBoundsAndMeshShaderSupport; in init() 1343 depthBoundsCheck = checkDepthBoundsSupport; in init() 1346 addChild(new InstanceFactory<DepthBoundsParamTestInstance, FunctionSupport0>(m_testCtx, "depth_bounds_1" + nameSuffix, m_pipelineConstructionType, shaderPaths, depthBoundsCheck)); in init() 1347 addChild(new InstanceFactory<DepthBoundsTestInstance, FunctionSupport0>(m_testCtx, "depth_bounds_2" + nameSuffix, m_pipelineConstructionType, shaderPaths, depthBoundsCheck)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 1297 FunctionSupport0::Function depthBoundsCheck = nullptr; in init() local 1306 depthBoundsCheck = checkDepthBoundsAndMeshShaderSupport; in init() 1316 depthBoundsCheck = checkDepthBoundsSupport; in init() 1319 addChild(new InstanceFactory<DepthBoundsParamTestInstance, FunctionSupport0>(m_testCtx, "depth_bounds_1" + nameSuffix, "Perform depth bounds test 1" + descSuffix, m_pipelineConstructionType, shaderPaths, depthBoundsCheck)); in init() 1320 addChild(new InstanceFactory<DepthBoundsTestInstance, FunctionSupport0>(m_testCtx, "depth_bounds_2" + nameSuffix, "Perform depth bounds test 1" + descSuffix, m_pipelineConstructionType, shaderPaths, depthBoundsCheck)); in init()
|
Completed in 5 milliseconds