Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp6042 if (mPerFormatLinearImageProperties.find(format) == mPerFormatLinearImageProperties.end()) { in on_vkGetLinearImageLayoutGOOGLE()
6068 mPerFormatLinearImageProperties[format] = LinearImageProperties{ in on_vkGetLinearImageLayoutGOOGLE()
6075 *pOffset = mPerFormatLinearImageProperties[format].offset; in on_vkGetLinearImageLayoutGOOGLE()
6078 *pRowPitchAlignment = mPerFormatLinearImageProperties[format].rowPitchAlignment; in on_vkGetLinearImageLayoutGOOGLE()
7754 std::unordered_map<VkFormat, LinearImageProperties> mPerFormatLinearImageProperties; member in gfxstream::vk::VkDecoderGlobalState::Impl