Lines Matching refs:format
71 BufferLevels (VkImageType type, VkFormat format, VkExtent3D levelZero, deUint32 maxLevels, VkImageAspectFlags aspects = 0u);
82 BufferLevels::BufferLevels (VkImageType type, VkFormat format, VkExtent3D levelZero, deUint32 maxLevels, VkImageAspectFlags aspects)
87 const auto tcuFormat = vk::mapVkFormat(format);
99 const auto copyFormat = getDepthCopyFormat(format);
104 const auto copyFormat = getStencilCopyFormat(format);
235 TCU_THROW(NotSupportedError, "Required format features not supported");
240 TCU_THROW(NotSupportedError, "Linear tiling not supported for format");
246 TCU_THROW(NotSupportedError, "Required number of mip levels not supported for format");
250 TCU_THROW(NotSupportedError, "Required number of layers not supported for format");
349 // Test every aspect supported by the image format.
437 m_params.imageFormat, // VkFormat format;
690 m_params.imageFormat, // VkFormat format;
713 // test every aspect supported by the image format
947 // ordering indicated by the format enum. However, implementations must not substitute a different depth or stencil
948 // precision than that described in the format (e.g. D16 must not be implemented as D24 or D32)."
976 const auto format = testFormats[formatIdx];
977 const auto fmtName = std::string(getFormatName(format));
981 params.imageFormat = format;