Home
last modified time | relevance | path

Searched refs:MIN_MAX_VIEWPORTS (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp73MIN_MAX_VIEWPORTS = 16, //!< Minimum number of viewports for an implementation supporting multiVi… enumerator
921 if (context.getDeviceProperties().limits.maxViewports < MIN_MAX_VIEWPORTS) in checkSupportVertex()
943 for (int numViewports = 1; numViewports <= MIN_MAX_VIEWPORTS; ++numViewports) in createShaderViewportIndexTests()
947 for (int numViewports = 1; numViewports <= MIN_MAX_VIEWPORTS; ++numViewports) in createShaderViewportIndexTests()
950 for (int numViewports = 1; numViewports <= MIN_MAX_VIEWPORTS; ++numViewports) in createShaderViewportIndexTests()
DvktDrawShaderLayerTests.cpp71MIN_MAX_VIEWPORTS = 16, //!< Minimum number of viewports for an implementation supporting multi… enumerator
716 if (limits.maxViewports < MIN_MAX_VIEWPORTS) in checkRequirements()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp64MIN_MAX_VIEWPORTS = 16, //!< Minimum number of viewports for an implementation supporting multiVi… enumerator
449 if (context.getDeviceProperties().limits.maxViewports < MIN_MAX_VIEWPORTS) in checkSupport()
459 for (int numViewports = 1; numViewports <= MIN_MAX_VIEWPORTS; ++numViewports) in createScissorMultiViewportTests()