Searched refs:s_defaultLayers (Results 1 – 3 of 3) sorted by relevance
64 static const char* s_defaultLayers[] = in getValidationLayers() local82 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_defaultLayers); ++ndx) in getValidationLayers()84 if (isLayerSupported(supportedLayers, RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()85 enabledLayers.push_back(s_defaultLayers[ndx]); in getValidationLayers()
55 static const char* s_defaultLayers[] = in getValidationLayers() local73 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_defaultLayers); ++ndx) in getValidationLayers()75 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()76 enabledLayers.push_back(s_defaultLayers[ndx]); in getValidationLayers()
220 static const char* s_defaultLayers[] = in getDeviceLayers() local236 for (deUint32 ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_defaultLayers); ++ndx) in getDeviceLayers()238 if (isLayerSupported(layerProperties, RequiredLayer(s_defaultLayers[ndx]))) in getDeviceLayers()239 enabledLayers.push_back(s_defaultLayers[ndx]); in getDeviceLayers()