Lines Matching refs:format
832 const auto format = getColorFormat();
839 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, format, imageType, imageTiling, imageUsage, 0u, &formatProperties);
843 TCU_THROW(NotSupportedError, "format " + de::toString(format) + " does not support the required features");
863 // Check depth/stencil format support if needed.
866 const auto format = checkAndGetDSFormat(context);
867 if (format == VK_FORMAT_UNDEFINED)
959 attFormat, // VkFormat format;
981 colorImageCreateInfo.format = attFormat;
994 attFormat, // VkFormat format;
1032 VK_FORMAT_R32G32_SFLOAT, // VkFormat format;
1251 VkFormat format = attFormat;
1254 format = m_testCase->checkAndGetDSFormat(m_context);
1255 DE_ASSERT(format != VK_FORMAT_UNDEFINED);
1259 format, // VkFormat format;
1743 formatGr = new tcu::TestCaseGroup(testCtx, "format_integer", "Tests with an integer format" );
1747 formatGr = new tcu::TestCaseGroup(testCtx, "format_float", "Tests with an float format" );