HomeSort by relevance Sort by last modified time
    Searched defs:testCtx (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingModelTests.cpp 39 tcu::TestContext& testCtx = group->getTestContext();
41 group->addChild(createShaderAccessTests(testCtx));
50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
52 return createTestGroup(testCtx, "binding_model", "Resource binding tests", createChildren);
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTests.cpp 40 tcu::TestContext& testCtx = computeTests->getTestContext();
42 computeTests->addChild(createBasicComputeShaderTests(testCtx));
43 computeTests->addChild(createBasicDeviceGroupComputeShaderTests(testCtx));
44 computeTests->addChild(createIndirectComputeDispatchTests(testCtx));
45 computeTests->addChild(createComputeShaderBuiltinVarTests(testCtx));
50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
52 return createTestGroup(testCtx, "compute", "Compute shader tests", createChildren);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawTests.cpp 46 tcu::TestContext& testCtx = group->getTestContext();
48 group->addChild(new SimpleDrawTests (testCtx));
49 group->addChild(new DrawIndexedTests (testCtx));
50 group->addChild(new IndirectDrawTests (testCtx));
51 group->addChild(createBasicDrawTests (testCtx));
52 group->addChild(new InstancedTests (testCtx));
53 group->addChild(new ShaderDrawParametersTests (testCtx));
54 group->addChild(createNegativeViewportHeightTests (testCtx));
59 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
61 return createTestGroup(testCtx, "draw", "Spimple Draw tests", createChildren)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateTests.cpp 44 tcu::TestContext& testCtx = group->getTestContext();
46 group->addChild(new DynamicStateVPTests(testCtx));
47 group->addChild(new DynamicStateRSTests(testCtx));
48 group->addChild(new DynamicStateCBTests(testCtx));
49 group->addChild(new DynamicStateDSTests(testCtx));
50 group->addChild(new DynamicStateGeneralTests(testCtx));
55 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
57 return createTestGroup(testCtx, "dynamic_state", "Dynamic State Tests", createChildren);
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsTests.cpp 38 tcu::TestContext& testCtx = fragmentOperationsTestsGroup->getTestContext();
40 fragmentOperationsTestsGroup->addChild(createScissorTests (testCtx));
41 fragmentOperationsTestsGroup->addChild(createEarlyFragmentTests (testCtx));
46 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
48 return createTestGroup(testCtx, "fragment_operations", "Fragment operations tests", addFragmentOperationsTests);
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTests.cpp 42 tcu::TestContext& testCtx = geometryTests->getTestContext();
44 geometryTests->addChild(createInputGeometryShaderTests (testCtx));
45 geometryTests->addChild(createBasicGeometryShaderTests (testCtx));
46 geometryTests->addChild(createLayeredRenderingTests (testCtx));
47 geometryTests->addChild(createInstancedRenderingTests (testCtx));
48 geometryTests->addChild(createVaryingGeometryShaderTests (testCtx));
49 geometryTests->addChild(createEmitGeometryShaderTests (testCtx));
54 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
56 return createTestGroup(testCtx, "geometry", "Geometry shader tests", createChildren);
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTests.cpp 45 tcu::TestContext& testCtx = imageTests->getTestContext();
47 imageTests->addChild(createImageStoreTests(testCtx));
48 imageTests->addChild(createImageLoadStoreTests(testCtx));
49 imageTests->addChild(createImageMultisampleLoadStoreTests(testCtx));
50 imageTests->addChild(createImageMutableTests(testCtx));
51 imageTests->addChild(createImageFormatReinterpretTests(testCtx));
52 imageTests->addChild(createImageQualifiersTests(testCtx));
53 imageTests->addChild(createImageSizeTests(testCtx));
54 imageTests->addChild(createImageAtomicOperationTests(testCtx));
55 imageTests->addChild(createImageCompressionTranscodingTests(testCtx));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryTests.cpp 43 tcu::TestContext& testCtx = memoryTests->getTestContext();
45 memoryTests->addChild(createAllocationTests (testCtx));
46 memoryTests->addChild(createDeviceGroupAllocationTests (testCtx));
47 memoryTests->addChild(createMappingTests (testCtx));
48 memoryTests->addChild(createPipelineBarrierTests (testCtx));
49 memoryTests->addChild(createRequirementsTests (testCtx));
50 memoryTests->addChild(createMemoryBindingTests (testCtx));
55 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
57 return createTestGroup(testCtx, "memory", "Memory Tests", createChildren);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTests.cpp 55 tcu::TestContext& testCtx = pipelineTests->getTestContext();
57 pipelineTests->addChild(createStencilTests (testCtx));
58 pipelineTests->addChild(createBlendTests (testCtx));
59 pipelineTests->addChild(createDepthTests (testCtx));
60 pipelineTests->addChild(createImageTests (testCtx));
61 pipelineTests->addChild(createSamplerTests (testCtx));
62 pipelineTests->addChild(createImageViewTests (testCtx));
63 pipelineTests->addChild(createPushConstantTests (testCtx));
64 pipelineTests->addChild(createSpecConstantTests (testCtx));
65 pipelineTests->addChild(createMultisampleTests (testCtx));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolTests.cpp 41 tcu::TestContext& testCtx = queryPoolTests->getTestContext();
43 queryPoolTests->addChild(new QueryPoolOcclusionTests(testCtx));
44 queryPoolTests->addChild(new QueryPoolStatisticsTests(testCtx));
49 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
51 return createTestGroup(testCtx, "query_pool", "query pool tests", createChildren);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmTests.cpp 39 tcu::TestContext& testCtx = spirVAssemblyTests->getTestContext();
41 spirVAssemblyTests->addChild(createInstructionTests(testCtx));
49 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
51 return createTestGroup(testCtx, "spirv_assembly", "SPIR-V Assembly tests", createChildren);
vktSpvAsmConditionalBranchTests.cpp 51 tcu::TestContext& testCtx = group->getTestContext();
124 group->addChild(new SpvAsmComputeShaderCase(testCtx, testName.c_str(), "Tests both labels pointing to a same branch.", spec));
219 tcu::TestCaseGroup* createConditionalBranchComputeGroup (tcu::TestContext& testCtx)
221 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "conditional_branch", "Compute tests for OpBranchConditional."));
227 tcu::TestCaseGroup* createConditionalBranchGraphicsGroup (tcu::TestContext& testCtx)
229 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "conditional_branch", "Graphics tests for OpBranchConditional."));
vktSpvAsmUboMatrixPaddingTests.cpp 47 tcu::TestContext& testCtx = group->getTestContext();
143 group->addChild(new SpvAsmComputeShaderCase(testCtx, "mat2x2", "Tests mat2x2 member in UBO struct without padding (treated as vec4).", spec));
248 tcu::TestCaseGroup* createUboMatrixPaddingComputeGroup (tcu::TestContext& testCtx)
250 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "ubo_padding", "Compute tests for UBO struct member packing."));
256 tcu::TestCaseGroup* createUboMatrixPaddingGraphicsGroup (tcu::TestContext& testCtx)
258 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "ubo_padding", "Graphics tests for UBO struct member packing."));
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsTests.cpp 50 tcu::TestContext& testCtx = subgroupsTests->getTestContext();
52 subgroupsTests->addChild(createSubgroupsBuiltinVarTests(testCtx));
53 subgroupsTests->addChild(createSubgroupsBuiltinMaskVarTests(testCtx));
54 subgroupsTests->addChild(createSubgroupsBasicTests(testCtx));
55 subgroupsTests->addChild(createSubgroupsVoteTests(testCtx));
56 subgroupsTests->addChild(createSubgroupsBallotTests(testCtx));
57 subgroupsTests->addChild(createSubgroupsBallotBroadcastTests(testCtx));
58 subgroupsTests->addChild(createSubgroupsBallotOtherTests(testCtx));
59 subgroupsTests->addChild(createSubgroupsArithmeticTests(testCtx));
60 subgroupsTests->addChild(createSubgroupsClusteredTests(testCtx));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTests.cpp 44 tcu::TestContext& testCtx = textureTests->getTestContext();
46 textureTests->addChild(createTextureFilteringTests (testCtx));
47 textureTests->addChild(createTextureMipmappingTests (testCtx));
48 textureTests->addChild(createExplicitLodTests (testCtx));
49 textureTests->addChild(createTextureShadowTests (testCtx));
50 textureTests->addChild(createFilteringAnisotropyTests (testCtx));
51 textureTests->addChild(createTextureCompressedFormatTests (testCtx));
56 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
58 return createTestGroup(testCtx, "texture", "Texture Tests", createTextureTests);
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrTests.cpp 42 tcu::TestContext& testCtx = ycbcrTests->getTestContext();
44 ycbcrTests->addChild(createFormatTests(testCtx));
45 ycbcrTests->addChild(createViewTests(testCtx));
46 ycbcrTests->addChild(createImageQueryTests(testCtx));
47 ycbcrTests->addChild(createConversionTests(testCtx));
48 ycbcrTests->addChild(createCopyTests(testCtx));
53 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
55 return createTestGroup(testCtx, "ycbcr", "YCbCr Conversion Tests", populateTestGroup);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiTests.cpp 56 tcu::TestContext& testCtx = bufferViewTests->getTestContext();
58 bufferViewTests->addChild(createBufferViewCreateTests (testCtx));
59 bufferViewTests->addChild(createBufferViewAccessTests (testCtx));
64 tcu::TestContext& testCtx = apiTests->getTestContext();
66 apiTests->addChild(createVersionSanityCheckTests (testCtx));
67 apiTests->addChild(createSmokeTests (testCtx));
68 apiTests->addChild(api::createFeatureInfoTests (testCtx));
69 apiTests->addChild(createDeviceInitializationTests (testCtx));
70 apiTests->addChild(createObjectManagementTests (testCtx));
71 apiTests->addChild(createBufferTests (testCtx));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationTests.cpp 50 tcu::TestCaseGroup* createGeometryInteractionTests (tcu::TestContext& testCtx)
52 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "geometry_interaction", "Tessellation and geometry shader interaction tests"));
54 group->addChild(createGeometryPassthroughTests (testCtx));
55 group->addChild(createGeometryGridRenderLimitsTests (testCtx));
56 group->addChild(createGeometryGridRenderScatterTests(testCtx));
57 group->addChild(createGeometryPointSizeTests (testCtx));
64 tcu::TestContext& testCtx = tessellationTests->getTestContext();
66 tessellationTests->addChild(createLimitsTests (testCtx));
67 tessellationTests->addChild(createCoordinatesTests (testCtx));
68 tessellationTests->addChild(createWindingTests (testCtx));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationTests.cpp 57 OperationTests (tcu::TestContext& testCtx)
58 : tcu::TestCaseGroup(testCtx, "op", "Synchronization of a memory-modifying operation")
76 tcu::TestContext& testCtx = group->getTestContext();
78 group->addChild(createSmokeTests(testCtx));
79 group->addChild(createTestGroup (testCtx, "basic", "Basic synchronization tests", createBasicTests));
80 group->addChild(new OperationTests(testCtx));
81 group->addChild(createInternallySynchronizedObjects(testCtx));
82 group->addChild(synchronization::createCrossInstanceSharingTest(testCtx));
83 group->addChild(synchronization::createWin32KeyedMutexTest(testCtx));
88 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
    [all...]
  /external/deqp/external/openglcts/modules/glesext/
esextcTestPackage.cpp 80 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext();
94 testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
95 testCtx.setTerminateAfter(true);
100 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine");
105 ESEXTTestPackage::ESEXTTestPackage(tcu::TestContext& testCtx, const char* packageName)
106 : TestPackage(testCtx, packageName, "OpenGL ES Extensions Conformance Tests",
  /external/deqp/modules/gles31/
tes31TestPackage.cpp 75 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
86 testCtx.getLog() << e;
87 testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
88 testCtx.setTerminateAfter(true);
93 testCtx.getLog() << e;
94 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine");
99 TestPackage::TestPackage (tcu::TestContext& testCtx)
100 : tcu::TestPackage (testCtx, "dEQP-GLES31", "dEQP OpenGL ES 3.1 Tests")
101 , m_archive (testCtx.getRootArchive(), "gles31/")
  /external/deqp/external/openglcts/modules/gles2/
es2cTestPackage.cpp 75 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext();
96 testCtx.getLog() << e;
97 testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
98 testCtx.setTerminateAfter(true);
103 testCtx.getLog() << e;
104 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine");
122 TestPackage::TestPackage(tcu::TestContext& testCtx, const char* packageName)
123 : deqp::TestPackage(testCtx, packageName, "OpenGL ES 2 Conformance Tests", glu::ContextType(glu::ApiType::es(2, 0)),
  /external/deqp/external/openglcts/modules/gles3/
es3cTestPackage.cpp 86 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext();
107 testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
108 testCtx.setTerminateAfter(true);
113 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine");
142 ES30TestPackage::ES30TestPackage(tcu::TestContext& testCtx, const char* packageName)
143 : deqp::TestPackage(testCtx, packageName, "OpenGL ES 3 Conformance Tests", glu::ContextType(glu::ApiType::es(3, 0)),
  /external/deqp/external/openglcts/modules/gles31/
es31cTestPackage.cpp 106 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext();
126 testCtx.getLog() << e;
127 testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
128 testCtx.setTerminateAfter(true);
133 testCtx.getLog() << e;
134 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine");
139 ES31TestPackage::ES31TestPackage(tcu::TestContext& testCtx, const char* packageName)
140 : deqp::TestPackage(testCtx, packageName, "OpenGL ES 3.1 Conformance Tests",
  /external/deqp/external/openglcts/modules/gles32/
es32cTestPackage.cpp 92 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext();
113 testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
114 testCtx.setTerminateAfter(true);
119 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine");
124 ES32TestPackage::ES32TestPackage(tcu::TestContext& testCtx, const char* packageName)
125 : deqp::TestPackage(testCtx, packageName, "OpenGL ES 3.2 Conformance Tests",

Completed in 528 milliseconds

1 2 3