HomeSort by relevance Sort by last modified time
    Searched refs:testSizes (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrImageQueryTests.cpp 406 vector<UVec2> testSizes;
408 testSizes.push_back(maxDivisor);
409 testSizes.push_back(maxDivisor * UVec2(2u, 1u));
410 testSizes.push_back(maxDivisor * UVec2(1u, 2u));
411 testSizes.push_back(maxDivisor * UVec2(63u, 79u));
412 testSizes.push_back(maxDivisor * UVec2(99u, 1u));
413 testSizes.push_back(maxDivisor * UVec2(421u, 1117u));
415 testImages.resize(testSizes.size());
417 for (size_t ndx = 0; ndx < testSizes.size(); ++ndx)
418 testImages[ndx] = TestImageSp(new TestImage(vkd, device, context.getDefaultAllocator(), params.format, testSizes[ndx], params.flags, *conversion))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 499 const VkDeviceSize testSizes[] =
508 for (int i = 0; i < DE_LENGTH_OF_ARRAY(testSizes); ++i)
510 const tcu::TestStatus testStatus = bufferCreateAndAllocTest(testSizes[i]);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
StripedTest.java 105 public void testSizes() {
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 88 List<Size> testSizes = null;
92 testSizes = CameraTestUtils.getSortedSizesForFormat(id, mCameraManager,
98 while(testSizes.contains(weirdSize)) {
152 testSizes.contains(actualSize));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp     [all...]

Completed in 295 milliseconds