Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp6044 VkDeviceSize rowPitchAlignment = UINT_MAX; in on_vkGetLinearImageLayoutGOOGLE() local
6066 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() local
6120 .rowPitchAlignment = rowPitchAlignment, in on_vkGetLinearImageLayout2GOOGLE()
6128 *pRowPitchAlignment = mLinearImageProperties[linearImageCreateInfo].rowPitchAlignment; in on_vkGetLinearImageLayout2GOOGLE()
7750 VkDeviceSize rowPitchAlignment; member
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp630 VkDeviceSize rowPitchAlignment = 1u; in addImageBufferCollectionConstraintsFUCHSIA() local
635 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()