Searched refs:checkSupportFunc (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateVPTests.cpp | 473 FunctionSupport0::Function checkSupportFunc; in init() local 480 checkSupportFunc = checkMeshShaderSupport; in init() 488 checkSupportFunc = checkNothing; in init() 491 addChild(new InstanceFactory<ViewportParamTestInstance, FunctionSupport0>(m_testCtx, "viewport" + nameSuffix, m_pipelineConstructionType, shaderPaths, checkSupportFunc)); in init() 492 addChild(new InstanceFactory<ScissorParamTestInstance, FunctionSupport0>(m_testCtx, "scissor" + nameSuffix, m_pipelineConstructionType, shaderPaths, checkSupportFunc)); in init() 497 checkSupportFunc = checkMeshAndMultiViewportSupport; in init() 502 checkSupportFunc = checkGeometryAndMultiViewportSupport; in init() 505 addChild(new InstanceFactory<ViewportArrayTestInstance, FunctionSupport0>(m_testCtx, "viewport_array" + nameSuffix, m_pipelineConstructionType, shaderPaths, checkSupportFunc)); in init()
|
H A D | vktDynamicStateGeneralTests.cpp | 474 FunctionSupport0::Function checkSupportFunc; in init() local 481 checkSupportFunc = checkMeshShaderSupport; in init() 489 checkSupportFunc = checkNothing; in init() 493 addChild(new InstanceFactory<StateSwitchTestInstance, FunctionSupport0>(m_testCtx, "state_switch" + nameSuffix, m_pipelineConstructionType, shaderPaths, checkSupportFunc)); in init() 495 addChild(new InstanceFactory<BindOrderTestInstance, FunctionSupport0>(m_testCtx, "bind_order" + nameSuffix, m_pipelineConstructionType, shaderPaths, checkSupportFunc)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateVPTests.cpp | 472 FunctionSupport0::Function checkSupportFunc; in init() local 480 checkSupportFunc = checkMeshShaderSupport; in init() 488 checkSupportFunc = checkNothing; in init() 491 addChild(new InstanceFactory<ViewportParamTestInstance, FunctionSupport0>(m_testCtx, "viewport" + nameSuffix, "Set viewport which is twice bigger than screen size" + descSuffix, m_pipelineConstructionType, shaderPaths, checkSupportFunc)); in init() 492 addChild(new InstanceFactory<ScissorParamTestInstance, FunctionSupport0>(m_testCtx, "scissor" + nameSuffix, "Perform a scissor test on 1/4 bottom-left part of the surface" + descSuffix, m_pipelineConstructionType, shaderPaths, checkSupportFunc)); in init() 497 checkSupportFunc = checkMeshAndMultiViewportSupport; in init() 502 checkSupportFunc = checkGeometryAndMultiViewportSupport; in init() 504 addChild(new InstanceFactory<ViewportArrayTestInstance, FunctionSupport0>(m_testCtx, "viewport_array" + nameSuffix, "Multiple viewports and scissors" + descSuffix, m_pipelineConstructionType, shaderPaths, checkSupportFunc)); in init()
|
H A D | vktDynamicStateGeneralTests.cpp | 472 FunctionSupport0::Function checkSupportFunc; in init() local 480 checkSupportFunc = checkMeshShaderSupport; in init() 488 checkSupportFunc = checkNothing; in init() 491 addChild(new InstanceFactory<StateSwitchTestInstance, FunctionSupport0>(m_testCtx, "state_switch" + nameSuffix, "Perform multiple draws with different VP states (scissor test)" + descSuffix, m_pipelineConstructionType, shaderPaths, checkSupportFunc)); in init() 492 addChild(new InstanceFactory<BindOrderTestInstance, FunctionSupport0>(m_testCtx, "bind_order" + nameSuffix, "Check if binding order is not important for pipeline configuration" + descSuffix, m_pipelineConstructionType, shaderPaths, checkSupportFunc)); in init()
|
Completed in 4 milliseconds