Home
last modified time | relevance | path

Searched refs:testFormats (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp989 const VkFormat testFormats[] = { in createMemoryExternalMemoryHostTests() local
1003 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()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp1334 const vk::VkFormat testFormats[] = in createYCbCrConversionTests() local
1394 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(testFormats); formatNdx++) in createYCbCrConversionTests()
1396 const vk::VkFormat format (testFormats[formatNdx]); in createYCbCrConversionTests()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp667 void testFormats(formatsVectorType& formats, resolutionsVectorType& resolutions);
DesextcTextureCubeMapArraySampling.cpp3196 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
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py4255 def testFormats(self): member in FormatTest