Lines Matching refs:VkFormat
41 bool isVkFormatTexturable(VkFormat) const;
48 bool isFormatRenderable(VkFormat, int sampleCount) const;
51 int getRenderTargetSampleCount(int requestedCount, VkFormat) const;
54 int maxRenderTargetSampleCount(VkFormat format) const;
62 bool isVkFormatTexturableLinearly(VkFormat format) const { in isVkFormatTexturableLinearly()
66 bool formatCanBeDstofBlit(VkFormat format, bool linearTiled) const { in formatCanBeDstofBlit()
72 bool formatCanBeSrcofBlit(VkFormat format, bool linearTiled) const { in formatCanBeSrcofBlit()
149 bool canCopyImage(VkFormat dstFormat, int dstSampleCnt, bool dstHasYcbcr,
150 VkFormat srcFormat, int srcSamplecnt, bool srcHasYcbcr) const;
152 bool canCopyAsBlit(VkFormat dstConfig, int dstSampleCnt, bool dstIsLinear, bool dstHasYcbcr,
153 VkFormat srcConfig, int srcSampleCnt, bool srcIsLinear,
156 bool canCopyAsResolve(VkFormat dstConfig, int dstSampleCnt, bool dstHasYcbcr,
157 VkFormat srcConfig, int srcSamplecnt, bool srcHasYcbcr) const;
164 VkFormat getFormatFromColorType(GrColorType colorType) const { in getFormatFromColorType()
247 VkFormat);
250 const VkPhysicalDeviceProperties&, VkFormat);
270 FormatInfo& getFormatInfo(VkFormat);
271 const FormatInfo& getFormatInfo(VkFormat) const;
273 VkFormat fColorTypeToFormatTable[kGrColorTypeCnt];
274 void setColorType(GrColorType, std::initializer_list<VkFormat> formats);