Searched refs:layerProps (Results 1 - 2 of 2) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dthreading.cpp179 static const VkLayerProperties layerProps = { member in namespace:threading
195 return util_GetLayerProperties(1, &layerProps, pCount, pProperties);
200 return util_GetLayerProperties(1, &layerProps, pCount, pProperties);
205 if (pLayerName && !strcmp(pLayerName, layerProps.layerName))
215 if (pLayerName && !strcmp(pLayerName, layerProps.layerName))
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
H A Dthreading.cpp179 static const VkLayerProperties layerProps = { member in namespace:threading
195 return util_GetLayerProperties(1, &layerProps, pCount, pProperties);
200 return util_GetLayerProperties(1, &layerProps, pCount, pProperties);
205 if (pLayerName && !strcmp(pLayerName, layerProps.layerName))
215 if (pLayerName && !strcmp(pLayerName, layerProps.layerName))

Completed in 66 milliseconds