Lines Matching refs:format
127 const VkFormat format,
139 format, // VkFormat format;
174 //! Map color image format to a convenient format used in vertex attributes
322 VkFormat colorFormat; //!< Color attachment format
395 std::string colorBufferPack; //!< a cast or a function call when writing back color format to the ssbo
424 DE_FATAL("initPrograms not handled for this color format");
589 std::vector<VkClearValue> genClearValues (const VkFormat format, const deUint32 count)
594 switch (format)
608 DE_FATAL("Clear color not defined for this format");
676 params.colorFormat, // VkFormat format;
969 params.colorFormat, // VkFormat format;
1324 std::string getFormatShortString (const VkFormat format)
1326 std::string s(de::toLower(getFormatName(format)));