Searched refs:VK_REMAINING_ARRAY_LAYERS (Results 1 – 4 of 4) sorted by relevance
1377 srRange.layerCount = VK_REMAINING_ARRAY_LAYERS; in ClearAllBuffers()1408 dsRange.layerCount = VK_REMAINING_ARRAY_LAYERS; in ClearAllBuffers()1486 srRange.layerCount = VK_REMAINING_ARRAY_LAYERS; in PrepareAttachments()
98 #define VK_REMAINING_ARRAY_LAYERS (~0U) macro
104 #define VK_REMAINING_ARRAY_LAYERS (~0U) macro
6370 if (range->layerCount == VK_REMAINING_ARRAY_LAYERS) { in ResolveRemainingLevelsLayers()6389 if (range.layerCount == VK_REMAINING_ARRAY_LAYERS) { in ResolveRemainingLevelsLayers()8634 … int layerCount = (mem_barrier->subresourceRange.layerCount == VK_REMAINING_ARRAY_LAYERS) in ValidateBarriers()