Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h843 const size_t alignedStringSize = roundUpPow2<size_t>(stringSize, 4); in commonDebugUtilsLabel() local
845 initCommand<DebugUtilsLabelParams>(cmd, alignedStringSize, &writePtr); in commonDebugUtilsLabel()
850 storePointerParameter(writePtr, label.pLabelName, alignedStringSize); in commonDebugUtilsLabel()