Home
last modified time | relevance | path

Searched refs:imageTypeGroup (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsics.cpp63 …de::MovePtr<tcu::TestCaseGroup> imageTypeGroup (new tcu::TestCaseGroup(testCtx, (getImageTypeName(… in createSparseResourcesShaderIntrinsicsTests() local
120 imageTypeGroup->addChild(formatGroup.release()); in createSparseResourcesShaderIntrinsicsTests()
122 testGroup->addChild(imageTypeGroup.release()); in createSparseResourcesShaderIntrinsicsTests()
H A DvktSparseResourcesImageAlignedMipSize.cpp268 …de::MovePtr<tcu::TestCaseGroup> imageTypeGroup(new tcu::TestCaseGroup(testCtx, getImageTypeName(im… in createImageAlignedMipSizeTests() local
283imageTypeGroup->addChild(new ImageAlignedMipSizeCase(testCtx, name.c_str(), "", imageType, imageSi… in createImageAlignedMipSizeTests()
285 testGroup->addChild(imageTypeGroup.release()); in createImageAlignedMipSizeTests()
H A DvktSparseResourcesImageBlockShapes.cpp456 …de::MovePtr<tcu::TestCaseGroup> imageTypeGroup(new tcu::TestCaseGroup(testCtx, getImageTypeName(im… in createImageBlockShapesTests() local
482 imageTypeGroup->addChild(formatGroup.release()); in createImageBlockShapesTests()
484 testGroup->addChild(imageTypeGroup.release()); in createImageBlockShapesTests()
H A DvktSparseResourcesImageSparseBinding.cpp453 …de::MovePtr<tcu::TestCaseGroup> imageTypeGroup (new tcu::TestCaseGroup(testCtx, getImageTypeName(i… in createImageSparseBindingTestsCommon() local
476 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseBindingTestsCommon()
478 testGroup->addChild(imageTypeGroup.release()); in createImageSparseBindingTestsCommon()
H A DvktSparseResourcesMipmapSparseResidency.cpp581 …de::MovePtr<tcu::TestCaseGroup> imageTypeGroup(new tcu::TestCaseGroup(testCtx, getImageTypeName(im… in createMipmapSparseResidencyTestsCommon() local
604 imageTypeGroup->addChild(formatGroup.release()); in createMipmapSparseResidencyTestsCommon()
606 testGroup->addChild(imageTypeGroup.release()); in createMipmapSparseResidencyTestsCommon()
H A DvktSparseResourcesImageMemoryAliasing.cpp894 …de::MovePtr<tcu::TestCaseGroup> imageTypeGroup(new tcu::TestCaseGroup(testCtx, getImageTypeName(im… in createImageSparseMemoryAliasingTestsCommon() local
917 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseMemoryAliasingTestsCommon()
919 testGroup->addChild(imageTypeGroup.release()); in createImageSparseMemoryAliasingTestsCommon()
H A DvktSparseResourcesImageSparseResidency.cpp1012 …de::MovePtr<tcu::TestCaseGroup> imageTypeGroup(new tcu::TestCaseGroup(testCtx, getImageTypeName(im… in createImageSparseResidencyTestsCommon() local
1035 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseResidencyTestsCommon()
1037 testGroup->addChild(imageTypeGroup.release()); in createImageSparseResidencyTestsCommon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageQualifiersTests.cpp758 …de::MovePtr<tcu::TestCaseGroup> imageTypeGroup(new tcu::TestCaseGroup(testCtx, getImageTypeName(im… in createImageQualifiersTests() local
765 imageTypeGroup->addChild( in createImageQualifiersTests()
769 qualifierGroup->addChild(imageTypeGroup.release()); in createImageQualifiersTests()
H A DvktImageAtomicOperationTests.cpp1628 …de::MovePtr<tcu::TestCaseGroup> imageTypeGroup(new tcu::TestCaseGroup(testCtx, getImageTypeName(im… in createImageAtomicOperationTests() local
1652imageTypeGroup->addChild(new BinaryAtomicEndResultCase(testCtx, caseEndResult, "", imageType, imag… in createImageAtomicOperationTests()
1656imageTypeGroup->addChild(new BinaryAtomicIntermValuesCase(testCtx, caseIntermValues, "", imageType… in createImageAtomicOperationTests()
1659 operationGroup->addChild(imageTypeGroup.release()); in createImageAtomicOperationTests()
H A DvktImageCompressionTranscodingSupport.cpp3181 …MovePtr<tcu::TestCaseGroup> imageTypeGroup (new tcu::TestCaseGroup(testCtx, imageTypes[imageTypeNd… in createImageCompressionTranscodingTests() local
3239 imageTypeGroup->addChild(imageOperationGroup.release()); in createImageCompressionTranscodingTests()
3242 mipmapTypeGroup->addChild(imageTypeGroup.release()); in createImageCompressionTranscodingTests()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp3193 …TestCaseGroup* const imageTypeGroup = new TestCaseGroup(m_context, getTextureTypeName(imageType),… in init() local
3194 addChild(imageTypeGroup); in init()
3202 imageTypeGroup->addChild(storeGroup); in init()
3203 imageTypeGroup->addChild(loadStoreGroup); in init()
3204 imageTypeGroup->addChild(atomicGroup); in init()
3205 imageTypeGroup->addChild(qualifierGroup); in init()
3206 imageTypeGroup->addChild(reinterpretGroup); in init()
3207 imageTypeGroup->addChild(imageSizeGroup); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp2100 …de::MovePtr<TestCaseGroup> imageTypeGroup(new TestCaseGroup(testCtx, getImageTypeCaseName(imageTyp… in createImageClearingTestsCommon() local
2210 imageTypeGroup->addChild(imageTilingGroup.release()); in createImageClearingTestsCommon()
2212 colorImageClearTests->addChild(imageTypeGroup.release()); in createImageClearingTestsCommon()