Searched defs:kValidationLayers (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp183 const char *kValidationLayers[] = { local
194 uint32_t num_layers = sizeof(kValidationLayers) / sizeof(char*);
202 .ppEnabledLayerNames = kValidationLayers,
252 const char *kValidationLayers[] = { local
263 uint32_t num_layers = sizeof(kValidationLayers) / sizeof(char*);
279 .ppEnabledLayerNames = kValidationLayers,

Completed in 46 milliseconds