Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsics.cpp86 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createSparseResourcesShaderIntrinsicsTests() local
111formatGroup->addChild(new SparseCaseOpImageSparseFetch(testCtx, stream.str(), function, imageType,… in createSparseResourcesShaderIntrinsicsTests()
114formatGroup->addChild(new SparseCaseOpImageSparseRead(testCtx, stream.str(), function, imageType, … in createSparseResourcesShaderIntrinsicsTests()
117formatGroup->addChild(new SparseCaseOpImageSparseSampleExplicitLod(testCtx, stream.str(), function… in createSparseResourcesShaderIntrinsicsTests()
120formatGroup->addChild(new SparseCaseOpImageSparseSampleImplicitLod(testCtx, stream.str(), function… in createSparseResourcesShaderIntrinsicsTests()
123formatGroup->addChild(new SparseCaseOpImageSparseGather(testCtx, stream.str(), function, imageType… in createSparseResourcesShaderIntrinsicsTests()
130 imageTypeGroup->addChild(formatGroup.release()); in createSparseResourcesShaderIntrinsicsTests()
DvktSparseResourcesImageSparseBinding.cpp404 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createImageSparseBindingTests() local
413formatGroup->addChild(new ImageSparseBindingCase(testCtx, stream.str(), "", imageType, imageSize, … in createImageSparseBindingTests()
415 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseBindingTests()
DvktSparseResourcesMipmapSparseResidency.cpp523 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createMipmapSparseResidencyTests() local
532formatGroup->addChild(new MipmapSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSiz… in createMipmapSparseResidencyTests()
534 imageTypeGroup->addChild(formatGroup.release()); in createMipmapSparseResidencyTests()
DvktSparseResourcesImageSparseResidency.cpp689 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createImageSparseResidencyTests() local
698formatGroup->addChild(new ImageSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSize… in createImageSparseResidencyTests()
700 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseResidencyTests()
DvktSparseResourcesImageMemoryAliasing.cpp722 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, getShaderImageFormatQu… in createImageSparseMemoryAliasingTests() local
731formatGroup->addChild(new ImageSparseMemoryAliasingCase(testCtx, stream.str(), "", imageType, imag… in createImageSparseMemoryAliasingTests()
733 imageTypeGroup->addChild(formatGroup.release()); in createImageSparseMemoryAliasingTests()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp1010 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Formats"); in init() local
1011 addChild(formatGroup); in init()
1013formatGroup->addChild(new UploadTex2DCase (m_context, "depth32f_stencil8_2d", GL_DEPTH32F_STENC… in init()
1014formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth32f_stencil8_2d_array", GL_DEPTH3… in init()
1015formatGroup->addChild(new UploadTexCubeCase (m_context, "depth32f_stencil8_cube", GL_DEPTH32F_ST… in init()
1016formatGroup->addChild(new UploadTex2DCase (m_context, "depth24_stencil8_2d", GL_DEPTH24_STENCIL… in init()
1017formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth24_stencil8_2d_array", GL_DEPTH24… in init()
1018formatGroup->addChild(new UploadTexCubeCase (m_context, "depth24_stencil8_cube", GL_DEPTH24_STEN… in init()
1021 formatGroup->addChild(new UploadTex2DCase (m_context, "stencil_index8_2d", GL_STENCIL_INDEX8)); in init()
1022formatGroup->addChild(new UploadTex2DArrayCase (m_context, "stencil_index8_2d_array", GL_STENCIL_… in init()
[all …]
Des31fTextureGatherTests.cpp2125 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, ""); in init() local
2126 textureTypeGroup->addChild(formatGroup); in init()
2133 : formatGroup; in init()
2135 if (formatGroup != cornersGroup) in init()
2136 formatGroup->addChild(cornersGroup); in init()
2186 formatGroup->addChild(swizzleGroup); in init()
2208 formatGroup->addChild(filterModeGroup); in init()
2257 formatGroup->addChild(baseLevelGroup); in init()
2275 formatGroup->addChild(incompleteGroup); in init()
Des31fTextureSpecificationTests.cpp1040 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local
1041 texStorageGroup->addChild(formatGroup); in init()
1052formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
1064formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
Des31fTextureBorderClampTests.cpp2395 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local
2397 formatsGroup->addChild(formatGroup); in init()
2420 formatGroup->addChild(new TextureBorderClampFormatCase(m_context, in init()
2589 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local
2590 targetGroup->addChild(formatGroup); in init()
2612 formatGroup->addChild(filteringGroup); in init()
2682 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local
2684 compareGroup->addChild(formatGroup); in init()
2696 formatGroup->addChild(new TextureBorderClampDepthCompareCase(m_context, in init()
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp502 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init() local
503 addChild(formatGroup); in init()
511formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init()
533 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), ""); in init() local
534 addChild(formatGroup); in init()
556formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init()
Des3fFboInvalidateTests.cpp1427 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Invalidating frameb… in init() local
1428 addChild(formatGroup); in init()
1492formatGroup->addChild(new InvalidateSubFboUnbindReadCase(m_context, getFormatName(colorFormats[ndx… in init()
1496formatGroup->addChild(new InvalidateSubFboRenderCase(m_context, getFormatName(depthStencilFormats[… in init()
Des3fTextureSpecificationTests.cpp4344 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage2D() wi… in init() local
4345 texStorageGroup->addChild(formatGroup); in init()
4358formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init()
4359formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init()
4373formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init()
4374formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init()
4441 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local
4442 texStorageGroup->addChild(formatGroup); in init()
4458formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c… in init()
4459formatGroup->addChild(new BasicTexStorage3DCase (m_context, (string(fmtName) + "_3d").c_str(), … in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp873 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createSamplerTests() local
882 formatGroup->addChild(minFilterTests.release()); in createSamplerTests()
888 formatGroup->addChild(magFilterTests.release()); in createSamplerTests()
889 formatGroup->addChild(mipmapTests.release()); in createSamplerTests()
894 formatGroup->addChild(addressModesTests.release()); in createSamplerTests()
897 formatTests->addChild(formatGroup.release()); in createSamplerTests()
DvktPipelineImageViewTests.cpp817 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createImageViewTests() local
824 formatGroup->addChild(componentSwizzleTests.release()); in createImageViewTests()
825 formatGroup->addChild(subresourceRangeTests.release()); in createImageViewTests()
826 formatTests->addChild(formatGroup.release()); in createImageViewTests()
DvktPipelineImageTests.cpp733 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, in createImageFormatTests() local
736 …createImageCountTests(formatGroup.get(), testCtx, allocationKind, samplingType, imageViewType, for… in createImageFormatTests()
738 imageFormatTests->addChild(formatGroup.release()); in createImageFormatTests()
DvktPipelineMultisampleImageTests.cpp1541 …MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatS… in addTestCasesWithFunctions() local
1555 …addFunctionCaseWithPrograms(formatGroup.get(), caseName.str(), "", initPrograms, testFunc, caseDef… in addTestCasesWithFunctions()
1557 sizeLayerGroup->addChild(formatGroup.release()); in addTestCasesWithFunctions()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp517 …MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatGroupName.c_str(),… in createImageMultisampleLoadStoreTests() local
531 … addFunctionCaseWithPrograms(formatGroup.get(), samplesCaseName, "", initPrograms, test, caseDef); in createImageMultisampleLoadStoreTests()
533 imageViewGroup->addChild(formatGroup.release()); in createImageMultisampleLoadStoreTests()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp2406 TestCaseGroup* const formatGroup = new TestCaseGroup(m_testCtx, formats[formatNdx].name, ""); in init() local
2407 textureTypeGroup->addChild(formatGroup); in init()
2414 : formatGroup; in init()
2416 if (formatGroup != cornersGroup) in init()
2417 formatGroup->addChild(cornersGroup); in init()
2470 formatGroup->addChild(swizzleGroup); in init()
2495 formatGroup->addChild(filterModeGroup); in init()
2547 formatGroup->addChild(baseLevelGroup); in init()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp2566 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), (… in initTests() local
2642 formatGroup->addChild(colorModelGroup.release()); in initTests()
2645 testGroup->addChild(formatGroup.release()); in initTests()
2653 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), (… in initTests() local
2722 formatGroup->addChild(conversionGroup.release()); in initTests()
2831 formatGroup->addChild(reconstrucGroup.release()); in initTests()
2834 testGroup->addChild(formatGroup.release()); in initTests()
2842 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), (… in initTests() local
2908 formatGroup->addChild(conversionGroup.release()); in initTests()
3016 formatGroup->addChild(reconstrucGroup.release()); in initTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1706 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in initTests() local
1713formatGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests()
1716 group->addChild(formatGroup.release()); in initTests()
DvktRenderPassMultisampleTests.cpp2289 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in initTests() local
2296formatGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests()
2299 group->addChild(formatGroup.release()); in initTests()
DvktRenderPassTests.cpp5627 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatToName(format).… in addFormatTests() local
5656 formatGroup->addChild(loadOpGroup.release()); in addFormatTests()
5809 formatGroup->addChild(inputGroup.release()); in addFormatTests()
5812 group->addChild(formatGroup.release()); in addFormatTests()
5822 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatToName(vkForm… in addFormatTests() local
5898 formatGroup->addChild(loadOpGroup.release()); in addFormatTests()
6336 formatGroup->addChild(inputGroup.release()); in addFormatTests()
6339 group->addChild(formatGroup.release()); in addFormatTests()