• Home
  • Raw
  • Download

Lines Matching refs:UVec2

61 using tcu::UVec2;
142 const UVec2& size, in createTestImage()
208 const UVec2& size,
212 const UVec2& getSize (void) const { return m_size; } in getSize()
216 const UVec2 m_size;
227 const UVec2& size, in TestImage()
348 UVec2 getMaxPlaneDivisor (const PlanarFormatDescription& formatDesc) in getMaxPlaneDivisor()
350 UVec2 maxDivisor (formatDesc.blockWidth, formatDesc.blockHeight); in getMaxPlaneDivisor()
457 const UVec2 maxDivisor = getMaxPlaneDivisor(formatDesc); in testImageQuery()
458 vector<UVec2> testSizes; in testImageQuery()
461 testSizes.push_back(maxDivisor * UVec2(2u, 1u)); in testImageQuery()
462 testSizes.push_back(maxDivisor * UVec2(1u, 2u)); in testImageQuery()
463 testSizes.push_back(maxDivisor * UVec2(63u, 79u)); in testImageQuery()
464 testSizes.push_back(maxDivisor * UVec2(99u, 1u)); in testImageQuery()
465 testSizes.push_back(maxDivisor * UVec2(421u, 1117u)); in testImageQuery()
473 …Image(context, vkd, device, context.getDefaultAllocator(), params.format, UVec2(16, 18), params.fl… in testImageQuery()
482 UVec2 result (~0u, ~0u); in testImageQuery()
494 const UVec2 reference = testImages[imageNdx]->getSize(); in testImageQuery()
642 const UVec2 maxDivisor = getMaxPlaneDivisor(formatDesc); in testImageQueryLod()
643 vector<UVec2> testSizes; in testImageQueryLod()
646 testSizes.push_back(maxDivisor * UVec2(2u, 1u)); in testImageQueryLod()
647 testSizes.push_back(maxDivisor * UVec2(1u, 2u)); in testImageQueryLod()
648 testSizes.push_back(maxDivisor * UVec2(4u, 123u)); in testImageQueryLod()
649 testSizes.push_back(maxDivisor * UVec2(312u, 13u)); in testImageQueryLod()
650 testSizes.push_back(maxDivisor * UVec2(841u, 917u)); in testImageQueryLod()
691 const UVec2 renderSize(128, 256); in testImageQueryLod()