Lines Matching refs:fInfo
72 return fInfo.fImage;
78 return fInfo.fAlloc;
80 const GrVkImageInfo& vkImageInfo() const { return fInfo; }
81 VkFormat imageFormat() const { return fInfo.fFormat; }
92 uint32_t mipLevels() const { return fInfo.fLevelCount; }
97 return fInfo.fYcbcrConversionInfo;
99 VkImageUsageFlags vkUsageFlags() { return fInfo.fImageUsageFlags; }
101 return fInfo.fImageUsageFlags & VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT;
125 return SkToBool(VK_IMAGE_TILING_LINEAR == fInfo.fImageTiling);
262 GrVkImageInfo fInfo;