Searched refs:testFormats (Results 1 – 5 of 5) sorted by relevance
989 const VkFormat testFormats[] = { in createMemoryExternalMemoryHostTests() local1003 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(testFormats); formatNdx++) in createMemoryExternalMemoryHostTests()1008 TestParams(testFormats[formatNdx]))); in createMemoryExternalMemoryHostTests()1012 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(testFormats); formatNdx++) in createMemoryExternalMemoryHostTests()1017 TestParams(testFormats[formatNdx], true))); in createMemoryExternalMemoryHostTests()1025 TestParams(testFormats[0], true))); in createMemoryExternalMemoryHostTests()
1334 const vk::VkFormat testFormats[] = in createYCbCrConversionTests() local1394 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(testFormats); formatNdx++) in createYCbCrConversionTests()1396 const vk::VkFormat format (testFormats[formatNdx]); in createYCbCrConversionTests()
667 void testFormats(formatsVectorType& formats, resolutionsVectorType& resolutions);
3196 testFormats(m_formats, m_resolutions); in iterate()3197 testFormats(m_compressed_formats, m_compressed_resolutions); in iterate()3601 void TextureCubeMapArraySamplingTest::testFormats(formatsVectorType& formats, resolutionsVectorType… function in glcts::TextureCubeMapArraySamplingTest
4255 def testFormats(self): member in FormatTest