/external/deqp/external/openglcts/modules/ |
D | glcTestPackageRegistry.cpp | 76 static tcu::TestPackage* createConfigPackage(tcu::TestContext& testCtx) in createConfigPackage() argument 78 return new glcts::ConfigPackage(testCtx, "CTS-Configs"); in createConfigPackage() 81 static tcu::TestPackage* createES2Package(tcu::TestContext& testCtx) in createES2Package() argument 83 return new es2cts::TestPackage(testCtx, "KHR-GLES2"); in createES2Package() 87 static tcu::TestPackage* createdEQPEGLPackage(tcu::TestContext& testCtx) in createdEQPEGLPackage() argument 89 return new deqp::egl::TestPackage(testCtx); in createdEQPEGLPackage() 94 static tcu::TestPackage* createdEQPES2Package(tcu::TestContext& testCtx) in createdEQPES2Package() argument 96 return new deqp::gles2::TestPackage(testCtx); in createdEQPES2Package() 101 static tcu::TestPackage* createES2GTFPackage(tcu::TestContext& testCtx) in createES2GTFPackage() argument 103 return new gtf::es2::TestPackage(testCtx, "GTF-GLES2"); in createES2GTFPackage() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiTests.cpp | 60 tcu::TestContext& testCtx = bufferViewTests->getTestContext(); in createBufferViewTests() local 62 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); in createBufferViewTests() 63 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); in createBufferViewTests() 68 tcu::TestContext& testCtx = apiTests->getTestContext(); in createApiTests() local 70 apiTests->addChild(createVersionSanityCheckTests (testCtx)); in createApiTests() 71 apiTests->addChild(createDriverPropertiesTests (testCtx)); in createApiTests() 72 apiTests->addChild(createSmokeTests (testCtx)); in createApiTests() 73 apiTests->addChild(api::createFeatureInfoTests (testCtx)); in createApiTests() 74 apiTests->addChild(createDeviceInitializationTests (testCtx)); in createApiTests() 75 apiTests->addChild(createObjectManagementTests (testCtx)); in createApiTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTests.cpp | 61 tcu::TestContext& testCtx = pipelineTests->getTestContext(); in createChildren() local 63 pipelineTests->addChild(createStencilTests (testCtx)); in createChildren() 64 pipelineTests->addChild(createBlendTests (testCtx)); in createChildren() 65 pipelineTests->addChild(createDepthTests (testCtx)); in createChildren() 66 pipelineTests->addChild(createDynamicOffsetTests (testCtx)); in createChildren() 67 pipelineTests->addChild(createEarlyDestroyTests (testCtx)); in createChildren() 68 pipelineTests->addChild(createImageTests (testCtx)); in createChildren() 69 pipelineTests->addChild(createSamplerTests (testCtx)); in createChildren() 70 pipelineTests->addChild(createImageViewTests (testCtx)); in createChildren() 71 pipelineTests->addChild(createPushConstantTests (testCtx)); in createChildren() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboApiTests.cpp | 54 static void logComment (tcu::TestContext& testCtx, const char* comment) in logComment() argument 56 testCtx.getLog() << TestLog::Message << "// " << comment << TestLog::EndMessage; in logComment() 59 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError() argument 62 …testCtx.getLog() << TestLog::Message << "// " << (result == expect ? "Pass" : "Fail") << ", expect… in checkError() 65 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error code mismatch"); in checkError() 68 static void checkEitherError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expectA, GLenum… in checkEitherError() argument 73 …testCtx.getLog() << TestLog::Message << "// " << (isOk ? "Pass" : "Fail") << ", expected " << glu:… in checkEitherError() 76 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error code mismatch"); in checkEitherError() 124 static void checkFboAttachmentParam (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum attachme… in checkFboAttachmentParam() argument 126 TestLog& log = testCtx.getLog(); in checkFboAttachmentParam() [all …]
|
D | es3fFloatStateQueryTests.cpp | 77 …virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) … 80 …virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) … 81 …virtual void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, … 82 …virtual void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GL… 85 …virtual void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat ma… 86 …virtual void verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat referenc… 114 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference); 115 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference); 116 …void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat r… 117 …void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat ref… [all …]
|
D | es3fIntegerStateQueryTests.cpp | 71 …virtual void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) … 72 …virtual void verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint… 73 …virtual void verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0, bo… 74 …virtual void verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint referen… 75 …virtual void verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint … 76 …virtual void verifyIntegerLessOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference)… 77 …virtual void verifyIntegerGreaterOrEqual2 (tcu::TestContext& testCtx, GLenum name, GLint referen… 78 …virtual void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint referenc… 79 …virtual void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits)… 107 void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference); [all …]
|
D | es3fBooleanStateQueryTests.cpp | 53 …virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) … 54 …virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool re… 81 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference); 82 …void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1,… 90 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() argument 99 …testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALS… in verifyBoolean() 100 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyBoolean() 101 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value"); in verifyBoolean() 105 void IsEnabledVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bo… in verifyBoolean4() argument 107 DE_UNREF(testCtx); in verifyBoolean4() [all …]
|
D | es3fBufferObjectQueryTests.cpp | 48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() argument 54 …testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << Te… in checkIntEquals() 55 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in checkIntEquals() 56 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid value"); in checkIntEquals() 60 void checkPointerEquals (tcu::TestContext& testCtx, const void* got, const void* expected) in checkPointerEquals() argument 66 …testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << Te… in checkPointerEquals() 67 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in checkPointerEquals() 68 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid value"); in checkPointerEquals() 80 …virtual void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint refere… 81 …virtual void verifyInteger64 (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint64 re… [all …]
|
D | es3fInteger64StateQueryTests.cpp | 55 …virtual void verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuin… 83 …void verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 refer… 91 void GetBooleanVerifier::verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum n… in verifyUnsignedInteger64GreaterOrEqual() argument 98 if (!state.verifyValidity(testCtx)) in verifyUnsignedInteger64GreaterOrEqual() 108 testCtx.getLog() << TestLog::Message << "// ERROR: expected GL_TRUE" << TestLog::EndMessage; in verifyUnsignedInteger64GreaterOrEqual() 109 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyUnsignedInteger64GreaterOrEqual() 110 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value"); in verifyUnsignedInteger64GreaterOrEqual() 115 …testCtx.getLog() << TestLog::Message << "// ERROR: expected GL_TRUE or GL_FALSE" << TestLog::EndMe… in verifyUnsignedInteger64GreaterOrEqual() 116 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyUnsignedInteger64GreaterOrEqual() 117 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value"); in verifyUnsignedInteger64GreaterOrEqual() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboApiTest.cpp | 59 static void logComment (tcu::TestContext& testCtx, const char* comment) in logComment() argument 61 testCtx.getLog() << TestLog::Message << "// " << comment << TestLog::EndMessage; in logComment() 64 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError() argument 67 …testCtx.getLog() << TestLog::Message << "// " << (result == expect ? "Pass" : "Fail") << ", expect… in checkError() 70 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error code mismatch"); in checkError() 73 static void checkEitherError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expectA, GLenum… in checkEitherError() argument 78 …testCtx.getLog() << TestLog::Message << "// " << (isOk ? "Pass" : "Fail") << ", expected " << glu:… in checkEitherError() 81 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error code mismatch"); in checkEitherError() 129 static void checkFboAttachmentParam (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum attachme… in checkFboAttachmentParam() argument 131 TestLog& log = testCtx.getLog(); in checkFboAttachmentParam() [all …]
|
D | es2fFloatStateQueryTests.cpp | 77 …virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) … 80 …virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) … 81 …virtual void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, … 82 …virtual void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GL… 85 …virtual void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat ma… 113 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference); 114 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference); 115 …void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat r… 116 …void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat ref… 117 void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max); [all …]
|
D | es2fBooleanStateQueryTests.cpp | 53 …virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) … 54 …virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool re… 55 …virtual void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) = … 82 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference); 83 …void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, b… 84 void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name); 92 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() argument 101 …testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALS… in verifyBoolean() 102 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyBoolean() 103 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value"); in verifyBoolean() [all …]
|
D | es2fIntegerStateQueryTests.cpp | 71 …virtual void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) … 72 …virtual void verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint… 73 …virtual void verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0, bo… 74 …virtual void verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint referen… 75 …virtual void verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint … 76 …virtual void verifyIntegerGreaterOrEqual2 (tcu::TestContext& testCtx, GLenum name, GLint referen… 77 …virtual void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint referenc… 78 …virtual void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits)… 106 void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference); 107 …void verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint referenc… [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemTests.cpp | 49 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument 51 …de::MovePtr<tcu::TestCaseGroup> protectedTests (new tcu::TestCaseGroup(testCtx, "protected_memory"… in createTests() 55 …de::MovePtr<tcu::TestCaseGroup> attachmentTestGroup (new tcu::TestCaseGroup(testCtx, "attachment",… in createTests() 56 attachmentTestGroup->addChild(createAttachmentLoadTests(testCtx)); in createTests() 57 attachmentTestGroup->addChild(createAttachmentClearTests(testCtx)); in createTests() 63 …de::MovePtr<tcu::TestCaseGroup> imageTestGroup (new tcu::TestCaseGroup(testCtx, "image", "Protecte… in createTests() 64 imageTestGroup->addChild(createCopyImageTests(testCtx)); in createTests() 65 imageTestGroup->addChild(createBlitImageTests(testCtx)); in createTests() 66 imageTestGroup->addChild(createClearColorImageTests(testCtx)); in createTests() 67 imageTestGroup->addChild(createCopyBufferToImageTests(testCtx)); in createTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationTests.cpp | 50 tcu::TestCaseGroup* createGeometryInteractionTests (tcu::TestContext& testCtx) in createGeometryInteractionTests() argument 52 …de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "geometry_interaction", "Te… in createGeometryInteractionTests() 54 group->addChild(createGeometryPassthroughTests (testCtx)); in createGeometryInteractionTests() 55 group->addChild(createGeometryGridRenderLimitsTests (testCtx)); in createGeometryInteractionTests() 56 group->addChild(createGeometryGridRenderScatterTests(testCtx)); in createGeometryInteractionTests() 57 group->addChild(createGeometryPointSizeTests (testCtx)); in createGeometryInteractionTests() 64 tcu::TestContext& testCtx = tessellationTests->getTestContext(); in createChildren() local 66 tessellationTests->addChild(createLimitsTests (testCtx)); in createChildren() 67 tessellationTests->addChild(createCoordinatesTests (testCtx)); in createChildren() 68 tessellationTests->addChild(createWindingTests (testCtx)); in createChildren() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTests.cpp | 51 tcu::TestContext& testCtx = subgroupsTests->getTestContext(); in createChildren() local 53 subgroupsTests->addChild(createSubgroupsBuiltinVarTests(testCtx)); in createChildren() 54 subgroupsTests->addChild(createSubgroupsBuiltinMaskVarTests(testCtx)); in createChildren() 55 subgroupsTests->addChild(createSubgroupsBasicTests(testCtx)); in createChildren() 56 subgroupsTests->addChild(createSubgroupsVoteTests(testCtx)); in createChildren() 57 subgroupsTests->addChild(createSubgroupsBallotTests(testCtx)); in createChildren() 58 subgroupsTests->addChild(createSubgroupsBallotBroadcastTests(testCtx)); in createChildren() 59 subgroupsTests->addChild(createSubgroupsBallotOtherTests(testCtx)); in createChildren() 60 subgroupsTests->addChild(createSubgroupsArithmeticTests(testCtx)); in createChildren() 61 subgroupsTests->addChild(createSubgroupsClusteredTests(testCtx)); in createChildren() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTests.cpp | 41 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument 43 …de::MovePtr<tcu::TestCaseGroup> sparseTests (new tcu::TestCaseGroup(testCtx, "sparse_resources", "… in createTests() 45 sparseTests->addChild(createSparseBufferTests (testCtx)); in createTests() 46 sparseTests->addChild(createImageSparseBindingTests (testCtx)); in createTests() 47 sparseTests->addChild(createDeviceGroupImageSparseBindingTests (testCtx)); in createTests() 48 sparseTests->addChild(createImageSparseResidencyTests (testCtx)); in createTests() 49 sparseTests->addChild(createImageAlignedMipSizeTests (testCtx)); in createTests() 50 sparseTests->addChild(createImageBlockShapesTests (testCtx)); in createTests() 51 sparseTests->addChild(createDeviceGroupImageSparseResidencyTests (testCtx)); in createTests() 52 sparseTests->addChild(createMipmapSparseResidencyTests (testCtx)); in createTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawTests.cpp | 50 tcu::TestContext& testCtx = group->getTestContext(); in createChildren() local 52 group->addChild(new SimpleDrawTests (testCtx)); in createChildren() 53 group->addChild(new DrawIndexedTests (testCtx)); in createChildren() 54 group->addChild(new IndirectDrawTests (testCtx)); in createChildren() 55 group->addChild(createBasicDrawTests (testCtx)); in createChildren() 56 group->addChild(new InstancedTests (testCtx)); in createChildren() 57 group->addChild(new ShaderDrawParametersTests (testCtx)); in createChildren() 58 group->addChild(createNegativeViewportHeightTests (testCtx)); in createChildren() 59 group->addChild(createZeroViewportHeightTests (testCtx)); in createChildren() 60 group->addChild(createInvertedDepthRangesTests (testCtx)); in createChildren() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTests.cpp | 45 tcu::TestContext& testCtx = imageTests->getTestContext(); in createChildren() local 47 imageTests->addChild(createImageStoreTests(testCtx)); in createChildren() 48 imageTests->addChild(createImageLoadStoreTests(testCtx)); in createChildren() 49 imageTests->addChild(createImageMultisampleLoadStoreTests(testCtx)); in createChildren() 50 imageTests->addChild(createImageMutableTests(testCtx)); in createChildren() 51 imageTests->addChild(createSwapchainImageMutableTests(testCtx)); in createChildren() 52 imageTests->addChild(createImageFormatReinterpretTests(testCtx)); in createChildren() 53 imageTests->addChild(createImageQualifiersTests(testCtx)); in createChildren() 54 imageTests->addChild(createImageSizeTests(testCtx)); in createChildren() 55 imageTests->addChild(createImageAtomicOperationTests(testCtx)); in createChildren() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTests.cpp | 45 tcu::TestContext& testCtx = textureTests->getTestContext(); in createTextureTests() local 47 textureTests->addChild(createTextureFilteringTests (testCtx)); in createTextureTests() 48 textureTests->addChild(createTextureMipmappingTests (testCtx)); in createTextureTests() 49 textureTests->addChild(createExplicitLodTests (testCtx)); in createTextureTests() 50 textureTests->addChild(createTextureShadowTests (testCtx)); in createTextureTests() 51 textureTests->addChild(createFilteringAnisotropyTests (testCtx)); in createTextureTests() 52 textureTests->addChild(createTextureCompressedFormatTests (testCtx)); in createTextureTests() 53 textureTests->addChild(createTextureSwizzleTests (testCtx)); in createTextureTests() 58 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument 60 return createTestGroup(testCtx, "texture", "Texture Tests", createTextureTests); in createTests()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryTests.cpp | 44 tcu::TestContext& testCtx = memoryTests->getTestContext(); in createChildren() local 46 memoryTests->addChild(createAllocationTests (testCtx)); in createChildren() 47 memoryTests->addChild(createDeviceGroupAllocationTests (testCtx)); in createChildren() 48 memoryTests->addChild(createMappingTests (testCtx)); in createChildren() 49 memoryTests->addChild(createPipelineBarrierTests (testCtx)); in createChildren() 50 memoryTests->addChild(createRequirementsTests (testCtx)); in createChildren() 51 memoryTests->addChild(createMemoryBindingTests (testCtx)); in createChildren() 52 memoryTests->addChild(createMemoryExternalMemoryHostTests (testCtx)); in createChildren() 57 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument 59 return createTestGroup(testCtx, "memory", "Memory Tests", createChildren); in createTests()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationTests.cpp | 57 OperationTests (tcu::TestContext& testCtx) in OperationTests() argument 58 : tcu::TestCaseGroup(testCtx, "op", "Synchronization of a memory-modifying operation") in OperationTests() 76 tcu::TestContext& testCtx = group->getTestContext(); in createChildren() local 78 group->addChild(createSmokeTests(testCtx)); in createChildren() 79 …group->addChild(createTestGroup (testCtx, "basic", "Basic synchronization tests", createBasicTests… in createChildren() 80 group->addChild(new OperationTests(testCtx)); in createChildren() 81 group->addChild(createInternallySynchronizedObjects(testCtx)); in createChildren() 82 group->addChild(synchronization::createCrossInstanceSharingTest(testCtx)); in createChildren() 83 group->addChild(synchronization::createWin32KeyedMutexTest(testCtx)); in createChildren() 88 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument [all …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 509 …BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* de… 535 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const c… in BaseCase() argument 536 : TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, desc) in BaseCase() 725 …RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const ch… 736 RenderCountCase::RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char*… in RenderCountCase() argument 737 : BaseCase (testCtx, renderCtx, name, desc) in RenderCountCase() 894 …RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const … 906 RelativeChangeCase::RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const… in RelativeChangeCase() argument 907 : BaseCase (testCtx, renderCtx, name, desc) in RelativeChangeCase() 1132 …BaseCostCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char*… in BaseCostCase() argument [all …]
|
/external/deqp/execserver/tools/ |
D | xsTest.cpp | 187 TestCase (TestContext& testCtx, const char* name) : m_testCtx(testCtx), m_name(name) {} in TestCase() argument 203 TestExecutor (TestContext& testCtx); 213 TestExecutor::TestExecutor (TestContext& testCtx) in TestExecutor() argument 214 : m_testCtx(testCtx) in TestExecutor() 339 ConnectTest (TestContext& testCtx) in ConnectTest() argument 340 : TestCase(testCtx, "connect") in ConnectTest() 355 HelloTest (TestContext& testCtx) in HelloTest() argument 356 : TestCase(testCtx, "hello") in HelloTest() 372 ExecFailTest (TestContext& testCtx) in ExecFailTest() argument 373 : TestCase(testCtx, "exec-fail") in ExecFailTest() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTests.cpp | 42 tcu::TestContext& testCtx = geometryTests->getTestContext(); in createChildren() local 44 geometryTests->addChild(createInputGeometryShaderTests (testCtx)); in createChildren() 45 geometryTests->addChild(createBasicGeometryShaderTests (testCtx)); in createChildren() 46 geometryTests->addChild(createLayeredRenderingTests (testCtx)); in createChildren() 47 geometryTests->addChild(createInstancedRenderingTests (testCtx)); in createChildren() 48 geometryTests->addChild(createVaryingGeometryShaderTests (testCtx)); in createChildren() 49 geometryTests->addChild(createEmitGeometryShaderTests (testCtx)); in createChildren() 54 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument 56 return createTestGroup(testCtx, "geometry", "Geometry shader tests", createChildren); in createTests()
|