Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp6090 if (mLinearImageProperties.find(linearImageCreateInfo) == mLinearImageProperties.end()) { in on_vkGetLinearImageLayout2GOOGLE()
6118 mLinearImageProperties[linearImageCreateInfo] = { in on_vkGetLinearImageLayout2GOOGLE()
6125 *pOffset = mLinearImageProperties[linearImageCreateInfo].offset; in on_vkGetLinearImageLayout2GOOGLE()
6128 *pRowPitchAlignment = mLinearImageProperties[linearImageCreateInfo].rowPitchAlignment; in on_vkGetLinearImageLayout2GOOGLE()
7757 mLinearImageProperties; member in gfxstream::vk::VkDecoderGlobalState::Impl