Searched refs:mPerFormatLinearImageProperties (Results 1 – 1 of 1) sorted by relevance
7162 if (mPerFormatLinearImageProperties.find(format) == mPerFormatLinearImageProperties.end()) { in on_vkGetLinearImageLayoutGOOGLE()7188 mPerFormatLinearImageProperties[format] = LinearImageProperties{ in on_vkGetLinearImageLayoutGOOGLE()7195 *pOffset = mPerFormatLinearImageProperties[format].offset; in on_vkGetLinearImageLayoutGOOGLE()7198 *pRowPitchAlignment = mPerFormatLinearImageProperties[format].rowPitchAlignment; in on_vkGetLinearImageLayoutGOOGLE()9051 std::unordered_map<VkFormat, LinearImageProperties> mPerFormatLinearImageProperties; member in gfxstream::vk::VkDecoderGlobalState::Impl