Searched refs:testSizes (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrImageQueryTests.cpp | 406 vector<UVec2> testSizes; in testImageQuery() local 408 testSizes.push_back(maxDivisor); in testImageQuery() 409 testSizes.push_back(maxDivisor * UVec2(2u, 1u)); in testImageQuery() 410 testSizes.push_back(maxDivisor * UVec2(1u, 2u)); in testImageQuery() 411 testSizes.push_back(maxDivisor * UVec2(63u, 79u)); in testImageQuery() 412 testSizes.push_back(maxDivisor * UVec2(99u, 1u)); in testImageQuery() 413 testSizes.push_back(maxDivisor * UVec2(421u, 1117u)); in testImageQuery() 415 testImages.resize(testSizes.size()); in testImageQuery() 417 for (size_t ndx = 0; ndx < testSizes.size(); ++ndx) in testImageQuery() 418 …ew TestImage(vkd, device, context.getDefaultAllocator(), params.format, testSizes[ndx], params.fla… in testImageQuery() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 499 const VkDeviceSize testSizes[] = in iterate() local 508 for (int i = 0; i < DE_LENGTH_OF_ARRAY(testSizes); ++i) in iterate() 510 const tcu::TestStatus testStatus = bufferCreateAndAllocTest(testSizes[i]); in iterate()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | StripedTest.java | 105 public void testSizes() { in testSizes() method in StripedTest
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 1011 const TestSize testSizes[] = in iterate() local 1060 const int lastIterationIndex = DE_LENGTH_OF_ARRAY(testSizes) + 1; in iterate() 1074 if (!testTextureSize(testSizes[currentIteration - 1])) in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 1847 const TestSize testSizes[] = in iterate() local 1905 const int lastIterationIndex = DE_LENGTH_OF_ARRAY(testSizes) + 1; in iterate() 1914 m_testSize = testSizes[m_iterationCounter - 1]; in iterate() 2236 const TestSize testSizes[] = in iterate() local 2290 const int lastIterationIndex = DE_LENGTH_OF_ARRAY(testSizes) + 1; in iterate() 2299 m_testSize = testSizes[m_iterationCounter - 1]; in iterate()
|