• Home
  • Raw
  • Download

Lines Matching refs:getFormatInfo

810         const auto& info = this->getFormatInfo(*it);  in setColorType()
820 const GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) const { in getFormatInfo() function in GrVkCaps
822 return nonConstThis->getFormatInfo(format); in getFormatInfo()
825 GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) { in getFormatInfo() function in GrVkCaps
848 auto& info = this->getFormatInfo(format); in initFormatTable()
877 auto& info = this->getFormatInfo(format); in initFormatTable()
907 auto& info = this->getFormatInfo(format); in initFormatTable()
926 auto& info = this->getFormatInfo(format); in initFormatTable()
945 auto& info = this->getFormatInfo(format); in initFormatTable()
972 auto& info = this->getFormatInfo(format); in initFormatTable()
993 auto& info = this->getFormatInfo(format); in initFormatTable()
1013 auto& info = this->getFormatInfo(format); in initFormatTable()
1032 auto& info = this->getFormatInfo(format); in initFormatTable()
1051 auto& info = this->getFormatInfo(format); in initFormatTable()
1070 auto& info = this->getFormatInfo(format); in initFormatTable()
1092 auto& info = this->getFormatInfo(format); in initFormatTable()
1111 auto& info = this->getFormatInfo(format); in initFormatTable()
1130 auto& info = this->getFormatInfo(format); in initFormatTable()
1151 auto& info = this->getFormatInfo(format); in initFormatTable()
1170 auto& info = this->getFormatInfo(format); in initFormatTable()
1189 auto& info = this->getFormatInfo(format); in initFormatTable()
1208 auto& info = this->getFormatInfo(format); in initFormatTable()
1229 auto& info = this->getFormatInfo(format); in initFormatTable()
1250 auto& info = this->getFormatInfo(format); in initFormatTable()
1259 auto& info = this->getFormatInfo(format); in initFormatTable()
1268 auto& info = this->getFormatInfo(format); in initFormatTable()
1427 const FormatInfo& info = this->getFormatInfo(format); in isVkFormatTexturable()
1440 const auto& info = this->getFormatInfo(vkFormat); in isFormatAsColorTypeRenderable()
1472 const FormatInfo& info = this->getFormatInfo(format); in getRenderTargetSampleCount()
1502 const FormatInfo& info = this->getFormatInfo(format); in maxRenderTargetSampleCount()
1539 const auto& info = this->getFormatInfo(vkFormat); in supportedWritePixelsColorType()
1575 const auto& info = this->getFormatInfo(vkFormat); in transferColorType()
1615 const auto& info = this->getFormatInfo(vkFormat); in onAreColorTypeAndFormatCompatible()
1668 const auto& info = this->getFormatInfo(vkFormat); in onGetReadSwizzle()
1682 const auto& info = this->getFormatInfo(vkFormat); in getWriteSwizzle()
1740 const auto& info = this->getFormatInfo(vkFormat); in onSupportedReadPixelsColorType()