Home
last modified time | relevance | path

Searched refs:formatGroup (Results 1 – 25 of 37) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsics.cpp69 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(fo… in createSparseResourcesShaderIntrinsicsTests() local
101formatGroup->addChild(new SparseCaseOpImageSparseFetch(testCtx, stream.str(), function, imageType,… in createSparseResourcesShaderIntrinsicsTests()
104formatGroup->addChild(new SparseCaseOpImageSparseRead(testCtx, stream.str(), function, imageType, … in createSparseResourcesShaderIntrinsicsTests()
107formatGroup->addChild(new SparseCaseOpImageSparseSampleExplicitLod(testCtx, stream.str(), function… in createSparseResourcesShaderIntrinsicsTests()
110formatGroup->addChild(new SparseCaseOpImageSparseSampleImplicitLod(testCtx, stream.str(), function… in createSparseResourcesShaderIntrinsicsTests()
113formatGroup->addChild(new SparseCaseOpImageSparseGather(testCtx, stream.str(), function, imageType… in createSparseResourcesShaderIntrinsicsTests()
120 imageTypeGroup->addChild(formatGroup.release()); in createSparseResourcesShaderIntrinsicsTests()
DvktSparseResourcesImageBlockShapes.cpp472 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(fo… in createImageBlockShapesTests() local
489formatGroup->addChild(new ImageBlockShapesCase(testCtx, name.c_str(), "", imageType, imageSize, fo… in createImageBlockShapesTests()
492 imageTypeGroup->addChild(formatGroup.release()); in createImageBlockShapesTests()
DvktSparseResourcesImageSparseBinding.cpp488 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(fo… in createImageSparseBindingTestsCommon() local
503formatGroup->addChild(new ImageSparseBindingCase(testCtx, stream.str(), "", imageType, imageSize, … in createImageSparseBindingTestsCommon()
505 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseBindingTestsCommon()
DvktSparseResourcesMipmapSparseResidency.cpp592 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, getImageFormatID(fo… in createMipmapSparseResidencyTestsCommon() local
607formatGroup->addChild(new MipmapSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSiz… in createMipmapSparseResidencyTestsCommon()
609 imageTypeGroup->addChild(formatGroup.release()); in createMipmapSparseResidencyTestsCommon()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fStencilTexturingTests.cpp1013 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Formats"); in init() local
1014 addChild(formatGroup); in init()
1016formatGroup->addChild(new UploadTex2DCase (m_context, "depth32f_stencil8_2d", GL_DEPTH32F_STENC… in init()
1017formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth32f_stencil8_2d_array", GL_DEPTH3… in init()
1018formatGroup->addChild(new UploadTexCubeCase (m_context, "depth32f_stencil8_cube", GL_DEPTH32F_ST… in init()
1019formatGroup->addChild(new UploadTex2DCase (m_context, "depth24_stencil8_2d", GL_DEPTH24_STENCIL… in init()
1020formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth24_stencil8_2d_array", GL_DEPTH24… in init()
1021formatGroup->addChild(new UploadTexCubeCase (m_context, "depth24_stencil8_cube", GL_DEPTH24_STEN… in init()
1024 formatGroup->addChild(new UploadTex2DCase (m_context, "stencil_index8_2d", GL_STENCIL_INDEX8)); in init()
1025formatGroup->addChild(new UploadTex2DArrayCase (m_context, "stencil_index8_2d_array", GL_STENCIL_… in init()
[all …]
Des31fTextureGatherTests.cpp2150 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, ""); in init() local
2151 textureTypeGroup->addChild(formatGroup); in init()
2158 : formatGroup; in init()
2160 if (formatGroup != cornersGroup) in init()
2161 formatGroup->addChild(cornersGroup); in init()
2211 formatGroup->addChild(swizzleGroup); in init()
2233 formatGroup->addChild(filterModeGroup); in init()
2282 formatGroup->addChild(baseLevelGroup); in init()
2300 formatGroup->addChild(incompleteGroup); in init()
Des31fTextureSpecificationTests.cpp1044 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local
1045 texStorageGroup->addChild(formatGroup); in init()
1056formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
1068formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
Des31fTextureBorderClampTests.cpp2407 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local
2409 formatsGroup->addChild(formatGroup); in init()
2432 formatGroup->addChild(new TextureBorderClampFormatCase(m_context, in init()
2601 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local
2602 targetGroup->addChild(formatGroup); in init()
2624 formatGroup->addChild(filteringGroup); in init()
2694 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local
2696 compareGroup->addChild(formatGroup); in init()
2708 formatGroup->addChild(new TextureBorderClampDepthCompareCase(m_context, in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp1490 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, groupName.c_str(), gro… in initTests() local
1557formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests()
1569formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, compatibilit… in initTests()
1601formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests()
1608formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, samplemaskTe… in initTests()
1620formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, compatibilit… in initTests()
1626 sampleGroup->addChild(formatGroup.release()); in initTests()
1674 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, groupName.c_str(), gro… in initTests() local
1712formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests()
1746formatGroup->addChild(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, te… in initTests()
[all …]
DvktRenderPassMultisampleResolveTests.cpp2918 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in initTests() local
2941formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassTestInstance, TestConfi… in initTests()
2949formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassResolveLevelTestInstanc… in initTests()
2969formatGroup->addChild(new InstanceFactory1WithSupport<MaxAttachmenstsRenderPassTestInstance, TestC… in initTests()
2979formatGroup->addChild(new InstanceFactory1WithSupport<MultisampleRenderPassTestInstance, TestConfi… in initTests()
2985 group->addChild(formatGroup.release()); in initTests()
2987 layerGroup->addChild(formatGroup.release()); in initTests()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureWrapTests.cpp537 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init() local
538 addChild(formatGroup); in init()
552formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init()
574 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), ""); in init() local
575 addChild(formatGroup); in init()
603formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1326 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), … in buildTests() local
1415 formatGroup->addChild(colorModelGroup.release()); in buildTests()
1420 buildArrayOfSamplersTests(format, srcSize, dstSize, formatGroup, testCtx, rng); in buildTests()
1422 testGroup->addChild(formatGroup.release()); in buildTests()
1430 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("… in buildTests() local
1513 formatGroup->addChild(conversionGroup.release()); in buildTests()
1518 buildArrayOfSamplersTests(format, srcSize, dstSize, formatGroup, testCtx, rng); in buildTests()
1626 formatGroup->addChild(reconstrucGroup.release()); in buildTests()
1629 testGroup->addChild(formatGroup.release()); in buildTests()
1637 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("… in buildTests() local
[all …]
DvktYCbCrStorageImageWriteTests.cpp687 …de::MovePtr<tcu::TestCaseGroup> formatGroup ( new tcu::TestCaseGroup(testCtx, formatName.c_str()… in populateStorageImageWriteFormatGroup() local
706 formatGroup->addChild(sizeGroup.release()); in populateStorageImageWriteFormatGroup()
708 testGroup->addChild(formatGroup.release()); in populateStorageImageWriteFormatGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp546 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in createLogicOpTests() local
551formatGroup->addChild(new LogicOpTest(testCtx, params.name, "Tests the " + params.name + " logical… in createLogicOpTests()
554 logicOpTests->addChild(formatGroup.release()); in createLogicOpTests()
DvktPipelineStencilExportTests.cpp569 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, kFormats[fmtIdx].name… in createStencilExportTests() local
570 …addFunctionCaseWithPrograms<vk::VkFormat>(formatGroup.get(), "op_replace", "", checkSupport, initP… in createStencilExportTests()
571 group->addChild(formatGroup.release()); in createStencilExportTests()
DvktPipelineSamplerTests.cpp1912 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createAllFormatsSamplerTests() local
1922 formatGroup->addChild(minFilterTests.release()); in createAllFormatsSamplerTests()
1923 formatGroup->addChild(minReduceFilterTests.release()); in createAllFormatsSamplerTests()
1927 formatGroup->addChild(magFilterTests.release()); in createAllFormatsSamplerTests()
1934 formatGroup->addChild(magReduceFilterTests.release()); in createAllFormatsSamplerTests()
1935 formatGroup->addChild(mipmapTests.release()); in createAllFormatsSamplerTests()
1941 formatGroup->addChild(addressModesTests.release()); in createAllFormatsSamplerTests()
1944 formatTests->addChild(formatGroup.release()); in createAllFormatsSamplerTests()
2032 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), de… in createExactSamplingTests() local
2053 formatGroup->addChild(solidColorGroup.release()); in createExactSamplingTests()
[all …]
DvktPipelineImageViewTests.cpp855 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createImageViewTests() local
862 formatGroup->addChild(componentSwizzleTests.release()); in createImageViewTests()
863 formatGroup->addChild(subresourceRangeTests.release()); in createImageViewTests()
864 formatTests->addChild(formatGroup.release()); in createImageViewTests()
DvktPipelineImageTests.cpp761 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, in createImageFormatTests() local
764 …createImageCountTests(formatGroup.get(), testCtx, allocationKind, samplingType, imageViewType, for… in createImageFormatTests()
766 imageFormatTests->addChild(formatGroup.release()); in createImageFormatTests()
DvktPipelineMultisampleImageTests.cpp1782 …MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatS… in addTestCasesWithFunctions() local
1797 …addFunctionCaseWithPrograms(formatGroup.get(), caseName.str(), "", checkSupport, initPrograms, tes… in addTestCasesWithFunctions()
1799 sizeLayerGroup->addChild(formatGroup.release()); in addTestCasesWithFunctions()
1827 …MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatS… in addStandardSamplePositionTestCasesWithFunctions() local
1842 …addFunctionCaseWithPrograms(formatGroup.get(), caseName.str(), "", checkSupport, initPrograms, tes… in addStandardSamplePositionTestCasesWithFunctions()
1844 group->addChild(formatGroup.release()); in addStandardSamplePositionTestCasesWithFunctions()
DvktPipelineSamplerBorderSwizzleTests.cpp1378 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), "… in createSamplerBorderSwizzleTests() local
1435 formatGroup->addChild(mappingGroup.release()); in createSamplerBorderSwizzleTests()
1438 mainGroup->addChild(formatGroup.release()); in createSamplerBorderSwizzleTests()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.cpp652 tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[format].name, ""); in init() local
653 group->addChild(formatGroup); in init()
657 formatGroup->addChild(new ShaderMultisampleInterpolationBaseCase( in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp514 …MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatGroupName.c_str(),… in createImageMultisampleLoadStoreTests() local
528 …addFunctionCaseWithPrograms(formatGroup.get(), samplesCaseName, "", checkSupport, initPrograms, te… in createImageMultisampleLoadStoreTests()
530 imageViewGroup->addChild(formatGroup.release()); in createImageMultisampleLoadStoreTests()
DvktImageDepthStencilDescriptorTests.cpp1328 …TestCaseGroupPtr formatGroup(new tcu::TestCaseGroup(testCtx, formatGroupName.c_str(), formatGroupD… in createImageDepthStencilDescriptorTests() local
1366formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests()
1384formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests()
1409formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests()
1427formatGroup->addChild(new DepthStencilDescriptorCase(testCtx, depthPart + stencilPart, "", params)… in createImageDepthStencilDescriptorTests()
1431 layoutGroup->addChild(formatGroup.release()); in createImageDepthStencilDescriptorTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp1204 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, de::toLower(formatNam… in addVertexFormatTests() local
1206 formatGroup->addChild(createDrawTests(testCtx, vertexFormats[i])); in addVertexFormatTests()
1207 formatGroup->addChild(createDrawIndexedTests(testCtx, vertexFormats[i])); in addVertexFormatTests()
1209 parentGroup->addChild(formatGroup.release()); in addVertexFormatTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp2646 TestCaseGroup* const formatGroup = new TestCaseGroup(m_testCtx, formats[formatNdx].name, ""); in init() local
2647 textureTypeGroup->addChild(formatGroup); in init()
2654 : formatGroup; in init()
2656 if (formatGroup != cornersGroup) in init()
2657 formatGroup->addChild(cornersGroup); in init()
2710 formatGroup->addChild(swizzleGroup); in init()
2735 formatGroup->addChild(filterModeGroup); in init()
2787 formatGroup->addChild(baseLevelGroup); in init()

12