Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2058 bool z_ok = true; in CheckItgExtent() local
2061 z_ok = ((0 == SafeModulo(extent->depth, granularity->depth)) || in CheckItgExtent()
2076 if (!(x_ok && y_ok && z_ok)) { in CheckItgExtent()