Searched refs:rowPitchAlignment (Results 1 – 2 of 2) sorted by relevance
7164 VkDeviceSize rowPitchAlignment = UINT_MAX; in on_vkGetLinearImageLayoutGOOGLE() local7186 rowPitchAlignment = std::min(currRowPitchAlignment, rowPitchAlignment); in on_vkGetLinearImageLayoutGOOGLE()7190 .rowPitchAlignment = rowPitchAlignment, in on_vkGetLinearImageLayoutGOOGLE()7198 *pRowPitchAlignment = mPerFormatLinearImageProperties[format].rowPitchAlignment; in on_vkGetLinearImageLayoutGOOGLE()7236 VkDeviceSize rowPitchAlignment = rowPitch & (~rowPitch + 1); in on_vkGetLinearImageLayout2GOOGLE() local7240 .rowPitchAlignment = rowPitchAlignment, in on_vkGetLinearImageLayout2GOOGLE()7248 *pRowPitchAlignment = mLinearImageProperties[linearImageCreateInfo].rowPitchAlignment; in on_vkGetLinearImageLayout2GOOGLE()9047 VkDeviceSize rowPitchAlignment; member
610 VkDeviceSize rowPitchAlignment = 1u; in addImageBufferCollectionConstraintsFUCHSIA() local615 enc->vkGetLinearImageLayout2GOOGLE(device, &createInfoDup, &offset, &rowPitchAlignment, in addImageBufferCollectionConstraintsFUCHSIA()620 (int)createInfo->format, offset, rowPitchAlignment); in addImageBufferCollectionConstraintsFUCHSIA()636 imageConstraints.bytes_per_row_divisor = rowPitchAlignment; in addImageBufferCollectionConstraintsFUCHSIA()