Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp8089 VkExtent3D offset_extent = {}; in CheckItgOffset() local
8090 offset_extent.width = static_cast<uint32_t>(abs(offset->x)); in CheckItgOffset()
8091 offset_extent.height = static_cast<uint32_t>(abs(offset->y)); in CheckItgOffset()
8092 offset_extent.depth = static_cast<uint32_t>(abs(offset->z)); in CheckItgOffset()
8095 if (IsExtentZero(&offset_extent) == false) { in CheckItgOffset()
8105 if (IsExtentAligned(&offset_extent, granularity) == false) { in CheckItgOffset()