Lines Matching defs:format
64 std::string getFormatBriefName (VkFormat format)
66 switch (format)
77 std::string depthStencilTypeName (DepthStencilType type, VkFormat format)
81 const std::string formatName = getFormatBriefName(format);
108 VkImageAspectFlags getFormatAspectMask (VkFormat format)
110 const auto order = mapVkFormat(format).order;
241 void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlags usage)
247 context.getPhysicalDevice(), format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, usage, 0, &properties);
252 msg << "Format " << format << " not supported for usage flags 0x" << std::hex << usage;
338 FORMAT_COLOR, // VkFormat format
361 testParams.depthStencilFormat, // VkFormat format
464 FORMAT_COLOR, // VkFormat format;
484 m_testParams.depthStencilFormat, // VkFormat format;
514 FORMAT_COLOR, // VkFormat format;
613 m_testParams.depthStencilFormat, // VkFormat format;
1260 // In dynamic rendering, we cannot have D/S format set for attachment in secondary command buffer,