Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp161 int bottomAdj = srcBounds.fBottom % granularity.height; in adjust_bounds_to_granularity() local
162 if (bottomAdj != 0) { in adjust_bounds_to_granularity()
163 bottomAdj = granularity.height - bottomAdj; in adjust_bounds_to_granularity()
165 dstBounds->fBottom = srcBounds.fBottom + bottomAdj; in adjust_bounds_to_granularity()

Completed in 2 milliseconds