Lines Matching refs:GetInstance
598 if (AdrenoMemInfo::GetInstance()) { in IsUBwcEnabled()
599 enable = AdrenoMemInfo::GetInstance()->IsUBWCSupportedByGPU(format); in IsUBwcEnabled()
810 if (AdrenoMemInfo::GetInstance()) { in GetAlignedWidthAndHeight()
811 AdrenoMemInfo::GetInstance()->AlignUnCompressedRGB(width, height, format, tile, alignedw, in GetAlignedWidthAndHeight()
823 if (AdrenoMemInfo::GetInstance()) { in GetAlignedWidthAndHeight()
824 AdrenoMemInfo::GetInstance()->AlignCompressedRGB(width, height, format, alignedw, alignedh); in GetAlignedWidthAndHeight()
837 if (AdrenoMemInfo::GetInstance() == nullptr) { in GetAlignedWidthAndHeight()
840 alignment = AdrenoMemInfo::GetInstance()->GetGpuPixelAlignment(); in GetAlignedWidthAndHeight()
857 AdrenoMemInfo::GetInstance()->GetGpuPixelAlignment(); in GetAlignedWidthAndHeight()
997 AdrenoMemInfo* adreno_mem_info = AdrenoMemInfo::GetInstance(); in GetGpuResourceSizeAndDimensions()
1039 AdrenoMemInfo* adreno_mem_info = AdrenoMemInfo::GetInstance(); in GetAdrenoSizeAPIStatus()