Searched refs:refControls (Results 1 – 1 of 1) sorted by relevance
221 ExtensionFloatControlsFeatures refControls; in isFloatControlsFeaturesSupported() local223 refControls.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR; in isFloatControlsFeaturesSupported()224 refControls.pNext = DE_NULL; in isFloatControlsFeaturesSupported()228 deviceProperties.pNext = &refControls; in isFloatControlsFeaturesSupported()242 …((toCheck.denormBehaviorIndependence == fcIndAll) && (refControls.denormBehaviorIndependence != fc… in isFloatControlsFeaturesSupported()243 …((toCheck.denormBehaviorIndependence == fcInd32) && (refControls.denormBehaviorIndependence == fc… in isFloatControlsFeaturesSupported()246 …((toCheck.roundingModeIndependence == fcIndAll) && (refControls.roundingModeIndependence != fcIndA… in isFloatControlsFeaturesSupported()247 …((toCheck.roundingModeIndependence == fcInd32) && (refControls.roundingModeIndependence == fcIndN… in isFloatControlsFeaturesSupported()253 (toCheck.shaderDenormFlushToZeroFloat16 && !refControls.shaderDenormFlushToZeroFloat16) || in isFloatControlsFeaturesSupported()254 (toCheck.shaderDenormPreserveFloat16 && !refControls.shaderDenormPreserveFloat16) || in isFloatControlsFeaturesSupported()[all …]