Lines Matching defs:features
184 // Some generators may need specific features.
3098 const auto features = vk::getPhysicalDeviceFeatures(vki, physicalDevice);
3101 if (useDepthBounds && !features.depthBounds)
3105 if (m_testConfig.needsGeometryShader() && !features.geometryShader)
3109 if (m_testConfig.needsTessellation() && !features.tessellationShader)
3113 if (m_testConfig.needsDepthBiasClampFeature() && !features.depthBiasClamp)
3127 TCU_THROW(NotSupportedError, "Required color image features not supported");
3142 // Extended dynamic state 3 features.
4461 features2.features.robustBufferAccess = VK_FALSE;
4609 // Note: Not Supported insted of Fail because some features are not mandatory.
4611 TCU_THROW(NotSupportedError, "Required depth/stencil image features not supported");