Home
last modified time | relevance | path

Searched refs:basicGroup (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/stress/
Des2sMemoryTests.cpp59 …tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init() local
62basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
63basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
64basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
68basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
69basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
72basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
[all …]
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sMemoryTests.cpp61 …tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init() local
64basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
66basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
69basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
71basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
72basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
74basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp1079 MovePtr<TestCaseGroup> basicGroup (new tcu::TestCaseGroup(testCtx, "basic")); in createBasicGeometryShaderTests() local
1082 basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_10", createPattern(10))); in createBasicGeometryShaderTests()
1083basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_128", createPattern(128)… in createBasicGeometryShaderTests()
1085basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_10_and_100", createPattern(10, … in createBasicGeometryShaderTests()
1086basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_100_and_10", createPattern(100,… in createBasicGeometryShaderTests()
1087basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_0_and_128", createPattern(0, 1… in createBasicGeometryShaderTests()
1088basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_128_and_0", createPattern(128,… in createBasicGeometryShaderTests()
1091basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_attribute", READ_ATTRIB… in createBasicGeometryShaderTests()
1092basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_uniform", READ_UNIFORM,… in createBasicGeometryShaderTests()
1093basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_texture", READ_TEXTURE,… in createBasicGeometryShaderTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp1082 MovePtr<TestCaseGroup> basicGroup (new tcu::TestCaseGroup(testCtx, "basic", "Basic tests.")); in createBasicGeometryShaderTests() local
1084basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_10", "Output 10 vertices", … in createBasicGeometryShaderTests()
1085basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_128", "Output 128 vertices",… in createBasicGeometryShaderTests()
1086basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_10_and_100", "Output 10 and 10… in createBasicGeometryShaderTests()
1087basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_100_and_10", "Output 100 and 1… in createBasicGeometryShaderTests()
1088basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_0_and_128", "Output 0 and 128… in createBasicGeometryShaderTests()
1089basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_128_and_0", "Output 128 and 0… in createBasicGeometryShaderTests()
1091basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_attribute", "Output … in createBasicGeometryShaderTests()
1092basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_uniform", "Output va… in createBasicGeometryShaderTests()
1093basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_texture", "Output va… in createBasicGeometryShaderTests()
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFragOpInteractionTests.cpp50 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic sh… in init() local
55 addChild(basicGroup); in init()
79basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.… in init()
Des2fBufferWriteTests.cpp571 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic upload wi… in init() local
572 addChild(basicGroup); in init()
584basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
687 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_subdata", "Basic g… in init() local
688 addChild(basicGroup); in init()
700basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragOpInteractionTests.cpp50 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic sh… in init() local
55 addChild(basicGroup); in init()
79basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.… in init()
Des3fFboStencilbufferTests.cpp257 …tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic stencil tests"); in init() local
258 addChild(basicGroup); in init()
265basicGroup->addChild(new BasicFboStencilCase(m_context, getFormatName(format), "", format, IVec2(1… in init()
268basicGroup->addChild(new BasicFboStencilCase(m_context, (string(getFormatName(format)) + "_depth")… in init()
Des3fBufferCopyTests.cpp255 …tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic buffer copy cas… in init() local
256 addChild(basicGroup); in init()
272basicGroup->addChild(new BasicBufferCopyCase(m_context, name.c_str(), "", srcTarget, size, hint, d… in init()
Des3fBufferWriteTests.cpp586 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic upload wi… in init() local
587 addChild(basicGroup); in init()
599basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
687 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_subdata", "Basic g… in init() local
688 addChild(basicGroup); in init()
700basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
Des3fFboDepthbufferTests.cpp329 tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic depth tests"); in init() local
330 addChild(basicGroup); in init()
333basicGroup->addChild(new BasicFboDepthCase(m_context, getFormatName(depthFormats[fmtNdx]), "", dep… in init()
Des3fFragmentOutputTests.cpp1152 …tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic fragment output… in init() local
1153 addChild(basicGroup); in init()
1161 basicGroup->addChild(floatGroup); in init()
1184 basicGroup->addChild(fixedGroup); in init()
1207 basicGroup->addChild(intGroup); in init()
1230 basicGroup->addChild(uintGroup); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp2698 de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(testCtx, "basic_type", "")); in createCrossStageInterfaceTests() local
2705 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "flat", "", parm)); in createCrossStageInterfaceTests()
2709 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "no_perspective", "", parm)); in createCrossStageInterfaceTests()
2716 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "relaxedprecision", "", parm)); in createCrossStageInterfaceTests()
2719 testGroup->addChild(basicGroup.release()); in createCrossStageInterfaceTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp2698 de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(testCtx, "basic_type")); in createCrossStageInterfaceTests() local
2705 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "flat", parm)); in createCrossStageInterfaceTests()
2709 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "no_perspective", parm)); in createCrossStageInterfaceTests()
2716 basicGroup->addChild(new CrossStageBasicTestsCase(testCtx, "relaxedprecision", parm)); in createCrossStageInterfaceTests()
2719 testGroup->addChild(basicGroup.release()); in createCrossStageInterfaceTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryAllocationTests.cpp970 …de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(testCtx, "basic", "Basic memory … in createAllocationTestsCommon() local
1020 basicGroup->addChild(sizeGroup.release()); in createAllocationTestsCommon()
1068 basicGroup->addChild(percentGroup.release()); in createAllocationTestsCommon()
1071 group->addChild(basicGroup.release()); in createAllocationTestsCommon()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp974 de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(testCtx, "basic")); in createAllocationTestsCommon() local
1023 basicGroup->addChild(sizeGroup.release()); in createAllocationTestsCommon()
1070 basicGroup->addChild(percentGroup.release()); in createAllocationTestsCommon()
1073 group->addChild(basicGroup.release()); in createAllocationTestsCommon()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp796 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Single quad… in init() local
804 addChild(basicGroup); in init()
838basicGroup->addChild (new AdvancedBlendCase(m_context, name, desc, mode, 1, false, RENDERTARGETTY… in init()
Des31fGeometryShaderTests.cpp6116 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic tests.… in init() local
6127 this->addChild(basicGroup); in init()
6192basicGroup->addChild(new OutputCountCase (m_context, "output_10", "Output 10 vertices", … in init()
6193basicGroup->addChild(new OutputCountCase (m_context, "output_128", "Output 128 vertices", … in init()
6194basicGroup->addChild(new OutputCountCase (m_context, "output_256", "Output 256 vertices", … in init()
6195basicGroup->addChild(new OutputCountCase (m_context, "output_max", "Output max vertices", … in init()
6196basicGroup->addChild(new OutputCountCase (m_context, "output_10_and_100", "Output 10 and 100 ve… in init()
6197basicGroup->addChild(new OutputCountCase (m_context, "output_100_and_10", "Output 100 and 10 ve… in init()
6198basicGroup->addChild(new OutputCountCase (m_context, "output_0_and_128", "Output 0 and 128 ver… in init()
6199basicGroup->addChild(new OutputCountCase (m_context, "output_128_and_0", "Output 128 and 0 ver… in init()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktDeviceObjectReservationTests.cpp1997 …de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(group->getTestContext(), "basic"… in createDeviceObjectReservationTests() local
1999basicGroup->addChild(new InstanceFactory1<DeviceObjectReservationInstance, TestParams>(testCtx, tc… in createDeviceObjectReservationTests()
2000basicGroup->addChild(new InstanceFactory1<MultipleReservation, TestParams>(testCtx, tcu::NODETYPE_… in createDeviceObjectReservationTests()
2002 group->addChild(basicGroup.release()); in createDeviceObjectReservationTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktDeviceObjectReservationTests.cpp1995 …de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(group->getTestContext(), "basic"… in createDeviceObjectReservationTests() local
1997basicGroup->addChild(new InstanceFactory1<DeviceObjectReservationInstance, TestParams>(testCtx, tc… in createDeviceObjectReservationTests()
1998basicGroup->addChild(new InstanceFactory1<MultipleReservation, TestParams>(testCtx, tcu::NODETYPE_… in createDeviceObjectReservationTests()
2000 group->addChild(basicGroup.release()); in createDeviceObjectReservationTests()