Home
last modified time | relevance | path

Searched refs:y_ok (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2021 bool y_ok = true; in CheckItgExtent() local
2029 y_ok = ((0 == SafeModulo(extent->height, granularity->height)) || in CheckItgExtent()
2040 if (!(x_ok && y_ok && z_ok)) { in CheckItgExtent()