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

/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp194 uint32_t num_layers = sizeof(kValidationLayers) / sizeof(char*); local
201 .enabledLayerCount = (options.validate) ? num_layers : 0,
263 uint32_t num_layers = sizeof(kValidationLayers) / sizeof(char*); local
278 .enabledLayerCount = (options.validate) ? num_layers : 0,

Completed in 652 milliseconds