• Home
  • Raw
  • Download

Lines Matching refs:VkFormat

80 static FormatCompatibilityClass format_compatibility_class(VkFormat format) {  in format_compatibility_class()
118 bool GrVkCaps::canCopyImage(VkFormat dstFormat, int dstSampleCnt, bool dstHasYcbcr, in canCopyImage()
119 VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const { in canCopyImage()
133 bool GrVkCaps::canCopyAsBlit(VkFormat dstFormat, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit()
134 bool dstHasYcbcr, VkFormat srcFormat, int srcSampleCnt, in canCopyAsBlit()
156 bool GrVkCaps::canCopyAsResolve(VkFormat dstFormat, int dstSampleCnt, bool dstHasYcbcr, in canCopyAsResolve()
157 VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const { in canCopyAsResolve()
230 VkFormat dstFormat, srcFormat; in onCanCopySurface()
592 VkFormat format) { in stencil_format_supported()
620 static bool format_is_srgb(VkFormat format) { in format_is_srgb()
633 static constexpr VkFormat kVkFormats[] = {
657 void GrVkCaps::setColorType(GrColorType colorType, std::initializer_list<VkFormat> formats) { in setColorType()
688 const GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) const { in getFormatInfo()
693 GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) { in getFormatInfo()
715 constexpr VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; in initFormatTable()
742 constexpr VkFormat format = VK_FORMAT_R8_UNORM; in initFormatTable()
770 constexpr VkFormat format = VK_FORMAT_B8G8R8A8_UNORM; in initFormatTable()
788 constexpr VkFormat format = VK_FORMAT_R5G6B5_UNORM_PACK16; in initFormatTable()
806 constexpr VkFormat format = VK_FORMAT_R16G16B16A16_SFLOAT; in initFormatTable()
831 constexpr VkFormat format = VK_FORMAT_R16_SFLOAT; in initFormatTable()
851 constexpr VkFormat format = VK_FORMAT_R8G8B8_UNORM; in initFormatTable()
869 constexpr VkFormat format = VK_FORMAT_R8G8_UNORM; in initFormatTable()
887 constexpr VkFormat format = VK_FORMAT_A2B10G10R10_UNORM_PACK32; in initFormatTable()
905 constexpr VkFormat format = VK_FORMAT_B4G4R4A4_UNORM_PACK16; in initFormatTable()
925 constexpr VkFormat format = VK_FORMAT_R4G4B4A4_UNORM_PACK16; in initFormatTable()
943 constexpr VkFormat format = VK_FORMAT_R32G32B32A32_SFLOAT; in initFormatTable()
961 constexpr VkFormat format = VK_FORMAT_R8G8B8A8_SRGB; in initFormatTable()
981 constexpr VkFormat format = VK_FORMAT_R16_UNORM; in initFormatTable()
999 constexpr VkFormat format = VK_FORMAT_R16G16_UNORM; in initFormatTable()
1017 constexpr VkFormat format = VK_FORMAT_R16G16B16A16_UNORM; in initFormatTable()
1035 constexpr VkFormat format = VK_FORMAT_R16G16_SFLOAT; in initFormatTable()
1053 constexpr VkFormat format = VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM; in initFormatTable()
1073 constexpr VkFormat format = VK_FORMAT_G8_B8R8_2PLANE_420_UNORM; in initFormatTable()
1093 constexpr VkFormat format = VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK; in initFormatTable()
1149 VkFormat format) { in initSampleCounts()
1197 VkFormat format) { in init()
1209 VkFormat vkFormat; in isFormatSRGB()
1218 VkFormat vkFormat; in isFormatCompressed()
1230 VkFormat vkFormat; in isFormatTexturableAndUploadable()
1241 VkFormat vkFormat; in isFormatTexturable()
1248 bool GrVkCaps::isVkFormatTexturable(VkFormat format) const { in isVkFormatTexturable()
1258 VkFormat vkFormat; in isFormatAsColorTypeRenderable()
1270 VkFormat vkFormat; in isFormatRenderable()
1277 bool GrVkCaps::isFormatRenderable(VkFormat format, int sampleCount) const { in isFormatRenderable()
1283 VkFormat vkFormat; in getRenderTargetSampleCount()
1291 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, VkFormat format) const { in getRenderTargetSampleCount()
1316 VkFormat vkFormat; in maxRenderTargetSampleCount()
1323 int GrVkCaps::maxRenderTargetSampleCount(VkFormat format) const { in maxRenderTargetSampleCount()
1347 VkFormat vkFormat; in supportedWritePixelsColorType()
1405 VkFormat vkFormat; in onAreColorTypeAndFormatCompatible()
1429 static GrPixelConfig validate_image_info(VkFormat format, GrColorType ct, bool hasYcbcrConversion) { in validate_image_info()
1560 VkFormat vkFormat; in onGetConfigFromBackendFormat()
1571 VkFormat vkFormat; in getYUVAColorTypeFromBackendFormat()
1597 VkFormat format = this->getFormatFromColorType(ct); in onGetDefaultBackendFormat()
1618 VkFormat vkFormat; in getTextureSwizzle()
1631 VkFormat vkFormat; in getOutputSwizzle()
1646 VkFormat vkFormat; in onSupportedReadPixelsColorType()