Searched refs:rowPitchAlignment (Results 1 – 2 of 2) sorted by relevance
6044 VkDeviceSize rowPitchAlignment = UINT_MAX; in on_vkGetLinearImageLayoutGOOGLE() local6066 rowPitchAlignment = std::min(currRowPitchAlignment, rowPitchAlignment); in on_vkGetLinearImageLayoutGOOGLE()6070 .rowPitchAlignment = rowPitchAlignment, in on_vkGetLinearImageLayoutGOOGLE()6078 *pRowPitchAlignment = mPerFormatLinearImageProperties[format].rowPitchAlignment; in on_vkGetLinearImageLayoutGOOGLE()6116 VkDeviceSize rowPitchAlignment = rowPitch & (~rowPitch + 1); in on_vkGetLinearImageLayout2GOOGLE() local6120 .rowPitchAlignment = rowPitchAlignment, in on_vkGetLinearImageLayout2GOOGLE()6128 *pRowPitchAlignment = mLinearImageProperties[linearImageCreateInfo].rowPitchAlignment; in on_vkGetLinearImageLayout2GOOGLE()7750 VkDeviceSize rowPitchAlignment; member
630 VkDeviceSize rowPitchAlignment = 1u; in addImageBufferCollectionConstraintsFUCHSIA() local635 enc->vkGetLinearImageLayout2GOOGLE(device, &createInfoDup, &offset, &rowPitchAlignment, in addImageBufferCollectionConstraintsFUCHSIA()640 (int)createInfo->format, offset, rowPitchAlignment); in addImageBufferCollectionConstraintsFUCHSIA()656 imageConstraints.bytes_per_row_divisor = rowPitchAlignment; in addImageBufferCollectionConstraintsFUCHSIA()