| /third_party/vk-gl-cts/modules/gles2/stress/ |
| D | es2sMemoryTests.cpp | 59 …tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init() local 62 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 63 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 68 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() [all …]
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| D | es3sMemoryTests.cpp | 61 …tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init() local 64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 66 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 71 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 74 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
| D | vktGeometryBasicGeometryShaderTests.cpp | 1079 MovePtr<TestCaseGroup> basicGroup (new tcu::TestCaseGroup(testCtx, "basic")); in createBasicGeometryShaderTests() local 1082 basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_10", createPattern(10))); in createBasicGeometryShaderTests() 1083 …basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_128", createPattern(128)… in createBasicGeometryShaderTests() 1085 …basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_10_and_100", createPattern(10, … in createBasicGeometryShaderTests() 1086 …basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_100_and_10", createPattern(100,… in createBasicGeometryShaderTests() 1087 …basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_0_and_128", createPattern(0, 1… in createBasicGeometryShaderTests() 1088 …basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_128_and_0", createPattern(128,… in createBasicGeometryShaderTests() 1091 …basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_attribute", READ_ATTRIB… in createBasicGeometryShaderTests() 1092 …basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_uniform", READ_UNIFORM,… in createBasicGeometryShaderTests() 1093 …basicGroup->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/ |
| D | vktGeometryBasicGeometryShaderTests.cpp | 1082 MovePtr<TestCaseGroup> basicGroup (new tcu::TestCaseGroup(testCtx, "basic", "Basic tests.")); in createBasicGeometryShaderTests() local 1084 …basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_10", "Output 10 vertices", … in createBasicGeometryShaderTests() 1085 …basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_128", "Output 128 vertices",… in createBasicGeometryShaderTests() 1086 …basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_10_and_100", "Output 10 and 10… in createBasicGeometryShaderTests() 1087 …basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_100_and_10", "Output 100 and 1… in createBasicGeometryShaderTests() 1088 …basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_0_and_128", "Output 0 and 128… in createBasicGeometryShaderTests() 1089 …basicGroup->addChild(new GeometryOutputCountTest (testCtx, "output_128_and_0", "Output 128 and 0… in createBasicGeometryShaderTests() 1091 …basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_attribute", "Output … in createBasicGeometryShaderTests() 1092 …basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_uniform", "Output va… in createBasicGeometryShaderTests() 1093 …basicGroup->addChild(new VaryingOutputCountCase (testCtx, "output_vary_by_texture", "Output va… in createBasicGeometryShaderTests() [all …]
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fFragOpInteractionTests.cpp | 50 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic sh… in init() local 55 addChild(basicGroup); in init() 79 …basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.… in init()
|
| D | es2fBufferWriteTests.cpp | 571 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic upload wi… in init() local 572 addChild(basicGroup); in init() 584 …basicGroup->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() 700 …basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fFragOpInteractionTests.cpp | 50 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic sh… in init() local 55 addChild(basicGroup); in init() 79 …basicGroup->addChild(new FragOpInteractionCase(m_testCtx, m_context.getRenderContext(), m_context.… in init()
|
| D | es3fFboStencilbufferTests.cpp | 257 …tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic stencil tests"); in init() local 258 addChild(basicGroup); in init() 265 …basicGroup->addChild(new BasicFboStencilCase(m_context, getFormatName(format), "", format, IVec2(1… in init() 268 …basicGroup->addChild(new BasicFboStencilCase(m_context, (string(getFormatName(format)) + "_depth")… in init()
|
| D | es3fBufferCopyTests.cpp | 255 …tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic buffer copy cas… in init() local 256 addChild(basicGroup); in init() 272 …basicGroup->addChild(new BasicBufferCopyCase(m_context, name.c_str(), "", srcTarget, size, hint, d… in init()
|
| D | es3fBufferWriteTests.cpp | 586 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic upload wi… in init() local 587 addChild(basicGroup); in init() 599 …basicGroup->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() 700 …basicGroup->addChild(new BasicBufferDataCase(m_context, name.c_str(), "", target, usage, size, ver… in init()
|
| D | es3fFboDepthbufferTests.cpp | 329 tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic depth tests"); in init() local 330 addChild(basicGroup); in init() 333 …basicGroup->addChild(new BasicFboDepthCase(m_context, getFormatName(depthFormats[fmtNdx]), "", dep… in init()
|
| D | es3fFragmentOutputTests.cpp | 1152 …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/ |
| D | vktSpvAsmCrossStageInterfaceTests.cpp | 2698 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/ |
| D | vktSpvAsmCrossStageInterfaceTests.cpp | 2698 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/ |
| D | vktMemoryAllocationTests.cpp | 970 …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/ |
| D | vktMemoryAllocationTests.cpp | 974 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/ |
| D | es31fAdvancedBlendTests.cpp | 796 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Single quad… in init() local 804 addChild(basicGroup); in init() 838 …basicGroup->addChild (new AdvancedBlendCase(m_context, name, desc, mode, 1, false, RENDERTARGETTY… in init()
|
| D | es31fGeometryShaderTests.cpp | 6116 …tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic tests.… in init() local 6127 this->addChild(basicGroup); in init() 6192 …basicGroup->addChild(new OutputCountCase (m_context, "output_10", "Output 10 vertices", … in init() 6193 …basicGroup->addChild(new OutputCountCase (m_context, "output_128", "Output 128 vertices", … in init() 6194 …basicGroup->addChild(new OutputCountCase (m_context, "output_256", "Output 256 vertices", … in init() 6195 …basicGroup->addChild(new OutputCountCase (m_context, "output_max", "Output max vertices", … in init() 6196 …basicGroup->addChild(new OutputCountCase (m_context, "output_10_and_100", "Output 10 and 100 ve… in init() 6197 …basicGroup->addChild(new OutputCountCase (m_context, "output_100_and_10", "Output 100 and 10 ve… in init() 6198 …basicGroup->addChild(new OutputCountCase (m_context, "output_0_and_128", "Output 0 and 128 ver… in init() 6199 …basicGroup->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/ |
| D | vktDeviceObjectReservationTests.cpp | 1997 …de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(group->getTestContext(), "basic"… in createDeviceObjectReservationTests() local 1999 …basicGroup->addChild(new InstanceFactory1<DeviceObjectReservationInstance, TestParams>(testCtx, tc… in createDeviceObjectReservationTests() 2000 …basicGroup->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/ |
| D | vktDeviceObjectReservationTests.cpp | 1995 …de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(group->getTestContext(), "basic"… in createDeviceObjectReservationTests() local 1997 …basicGroup->addChild(new InstanceFactory1<DeviceObjectReservationInstance, TestParams>(testCtx, tc… in createDeviceObjectReservationTests() 1998 …basicGroup->addChild(new InstanceFactory1<MultipleReservation, TestParams>(testCtx, tcu::NODETYPE_… in createDeviceObjectReservationTests() 2000 group->addChild(basicGroup.release()); in createDeviceObjectReservationTests()
|