Lines Matching refs:UVec2
83 using tcu::UVec2;
753 const UVec2& targetSize_, in TestConfig()
754 const UVec2& renderPos_, in TestConfig()
755 const UVec2& renderSize_, in TestConfig()
789 UVec2 targetSize;
790 UVec2 renderPos;
791 UVec2 renderSize;
1300 const UVec2& size, in createFramebuffer()
1309 const UVec2& size, in createAttachmentImage()
1421 const UVec2& size, in AttachmentResources()
1638 ColorClear (const UVec2& offset, in ColorClear()
1639 const UVec2& size, in ColorClear()
1647 const UVec2& getOffset (void) const { return m_offset; } in getOffset()
1648 const UVec2& getSize (void) const { return m_size; } in getSize()
1652 UVec2 m_offset;
1653 UVec2 m_size;
1660 DepthStencilClear (const UVec2& offset, in DepthStencilClear()
1661 const UVec2& size, in DepthStencilClear()
1671 const UVec2& getOffset (void) const { return m_offset; } in getOffset()
1672 const UVec2& getSize (void) const { return m_size; } in getSize()
1677 const UVec2 m_offset;
1678 const UVec2 m_size;
1694 const UVec2& viewportOffset, in SubpassRenderInfo()
1695 const UVec2& viewportSize, in SubpassRenderInfo()
1723 const UVec2& getViewportOffset (void) const { return m_viewportOffset; } in getViewportOffset()
1724 const UVec2& getViewportSize (void) const { return m_viewportSize; } in getViewportSize()
1749 UVec2 m_viewportOffset;
1750 UVec2 m_viewportSize;
2687 const UVec2& renderPos, in pushRenderPassCommands()
2688 const UVec2& renderSize, in pushRenderPassCommands()
2751 const UVec2& renderPos, in pushDynamicRenderingCommands()
2752 const UVec2& renderSize, in pushDynamicRenderingCommands()
3035 const UVec2& renderPos, in pushRenderPassCommands()
3036 const UVec2& renderSize, in pushRenderPassCommands()
3063 const UVec2& targetSize) in pushReadImagesToBuffers()
3291 const UVec2& targetSize, in clearReferenceValues()
3292 const UVec2& offset, in clearReferenceValues()
3293 const UVec2& size, in clearReferenceValues()
3319 const UVec2& targetSize, in markUndefined()
3320 const UVec2& offset, in markUndefined()
3321 const UVec2& size) in markUndefined()
3431 const UVec2& targetSize, in renderReferenceValues()
3435 const UVec2& renderPos, in renderReferenceValues()
3436 const UVec2& renderSize, in renderReferenceValues()
3454 …clearReferenceValues(reference, targetSize, UVec2(0, 0), targetSize, BVec4(true), clearValueToPixe… in renderReferenceValues()
3521 const UVec2 offset = colorClear.getOffset(); in renderReferenceValues()
3522 const UVec2 size = colorClear.getSize(); in renderReferenceValues()
3537 const UVec2 offset = dsClear.getOffset(); in renderReferenceValues()
3538 const UVec2 size = dsClear.getSize(); in renderReferenceValues()
3807 const UVec2& targetSize, in renderReferenceImagesFromValues()
3975 …Level> renderColorImageForLog (const vector<PixelValue>& reference, const UVec2& targetSize, int n… in renderColorImageForLog()
4097 const UVec2& targetSize, in logAndVerifyImages()
4891 const UVec2 viewportSize ((config.renderSize * UVec2(2)) / UVec2(3)); in initializeSubpassRenderInfo()
4892 …const UVec2 viewportOffset (config.renderPos.x() + (subpassNdx % 2) * (config.renderSize.x() … in initializeSubpassRenderInfo()
4909 const UVec2 size ((viewportSize * UVec2(2)) / UVec2(3)); in initializeSubpassRenderInfo()
4910 …const UVec2 offset (viewportOffset.x() + ((deUint32)attachmentRefNdx % 2u) * (viewportSize.x… in initializeSubpassRenderInfo()
4920 const UVec2 size ((viewportSize * UVec2(2)) / UVec2(3)); in initializeSubpassRenderInfo()
4921 …const UVec2 offset (viewportOffset.x() + ((deUint32)colorAttachments.size() % 2u) * (viewportSi… in initializeSubpassRenderInfo()
4977 const UVec2 targetSize = config.targetSize; in renderPassTest()
4978 const UVec2 renderPos = config.renderPos; in renderPassTest()
4979 const UVec2 renderSize = config.renderSize; in renderPassTest()
5318 const UVec2 targetSizes[] = in addAttachmentTests()
5320 UVec2(64, 64), in addAttachmentTests()
5321 UVec2(63, 65) in addAttachmentTests()
5324 const UVec2 renderPositions[] = in addAttachmentTests()
5326 UVec2(0, 0), in addAttachmentTests()
5327 UVec2(3, 17) in addAttachmentTests()
5330 const UVec2 renderSizes[] = in addAttachmentTests()
5332 UVec2(32, 32), in addAttachmentTests()
5333 UVec2(60, 47) in addAttachmentTests()
5431 …const UVec2 targetSize = rng.choose<UVec2>(DE_ARRAY_BEGIN(targetSizes), DE_ARRAY_END(targe… in addAttachmentTests()
5432 …const UVec2 renderPos = rng.choose<UVec2>(DE_ARRAY_BEGIN(renderPositions), DE_ARRAY_END(re… in addAttachmentTests()
5433 …const UVec2 renderSize = rng.choose<UVec2>(DE_ARRAY_BEGIN(renderSizes), DE_ARRAY_END(rende… in addAttachmentTests()
5521 const UVec2 targetSize = UVec2(64, 64); in addAttachmentWriteMaskTests()
5522 const UVec2 renderPos = UVec2(0, 0); in addAttachmentWriteMaskTests()
5523 const UVec2 renderSize = UVec2(64, 64); in addAttachmentWriteMaskTests()
5671 const UVec2 targetSizes[] = in addAttachmentAllocationTests()
5673 UVec2(64, 64), in addAttachmentAllocationTests()
5674 UVec2(63, 65) in addAttachmentAllocationTests()
5677 const UVec2 renderPositions[] = in addAttachmentAllocationTests()
5679 UVec2(0, 0), in addAttachmentAllocationTests()
5680 UVec2(3, 17) in addAttachmentAllocationTests()
5683 const UVec2 renderSizes[] = in addAttachmentAllocationTests()
5685 UVec2(32, 32), in addAttachmentAllocationTests()
5686 UVec2(60, 47) in addAttachmentAllocationTests()
5995 …const UVec2 targetSize = rng.choose<UVec2>(DE_ARRAY_BEGIN(targetSizes), DE_ARRAY_END(targe… in addAttachmentAllocationTests()
5996 …const UVec2 renderPos = rng.choose<UVec2>(DE_ARRAY_BEGIN(renderPositions), DE_ARRAY_END(re… in addAttachmentAllocationTests()
5997 …const UVec2 renderSize = rng.choose<UVec2>(DE_ARRAY_BEGIN(renderSizes), DE_ARRAY_END(rende… in addAttachmentAllocationTests()
6169 …const UVec2 targetSize = rng.choose<UVec2>(DE_ARRAY_BEGIN(targetSizes), DE_ARRAY_END(targe… in addAttachmentAllocationTests()
6170 …const UVec2 renderPos = rng.choose<UVec2>(DE_ARRAY_BEGIN(renderPositions), DE_ARRAY_END(re… in addAttachmentAllocationTests()
6171 …const UVec2 renderSize = rng.choose<UVec2>(DE_ARRAY_BEGIN(renderSizes), DE_ARRAY_END(rende… in addAttachmentAllocationTests()
6219 const UVec2 targetSize (64, 64); in addSimpleTests()
6220 const UVec2 renderPos (0, 0); in addSimpleTests()
6221 const UVec2 renderSize (64, 64); in addSimpleTests()
6593 const UVec2 targetSize (64, 64); in addFormatTests()
6594 const UVec2 renderPos (0, 0); in addFormatTests()
6595 const UVec2 renderSize (64, 64); in addFormatTests()