Lines Matching refs:VkFormat
60 const char* getGlslInputFormatType (const vk::VkFormat format);
61 const char* getGlslFormatType (const vk::VkFormat format);
62 const char* getGlslAttachmentType (const vk::VkFormat format);
63 const char* getGlslInputAttachmentType (const vk::VkFormat format);
64 bool isPackedType (const vk::VkFormat format);
65 bool isComponentSwizzled (const vk::VkFormat format);
66 int getNumUsedChannels (const vk::VkFormat format);
67 bool isFormatImageLoadStoreCapable (const vk::VkFormat format);
138 const vk::VkFormat inputFormat,
139 const vk::VkFormat colorFormat);
148 inline vk::VkDeviceSize getImageSizeBytes (const tcu::IVec3& imageSize, const vk::VkFormat format) in getImageSizeBytes()
153 tcu::UVec3 getCompressedImageResolutionInBlocks (const vk::VkFormat format, const tcu::UVec3& siz…
154 tcu::UVec3 getCompressedImageResolutionBlockCeil (const vk::VkFormat format, const tcu::UVec3& si…
155 vk::VkDeviceSize getCompressedImageSizeInBytes (const vk::VkFormat format, const tcu::UVec3& size…
156 vk::VkDeviceSize getUncompressedImageSizeInBytes (const vk::VkFormat format, const tcu::UVec3& si…
158 std::string getFormatShortString (const vk::VkFormat format);