/third_party/vk-gl-cts/external/openglcts/modules/ |
D | glcTestPackageRegistry.cpp | 79 static tcu::TestPackage* createConfigPackage(tcu::TestContext& testCtx) in createConfigPackage() argument 81 return new glcts::ConfigPackage(testCtx, "CTS-Configs"); in createConfigPackage() 84 static tcu::TestPackage* createES2Package(tcu::TestContext& testCtx) in createES2Package() argument 86 return new es2cts::TestPackage(testCtx, "KHR-GLES2"); in createES2Package() 90 static tcu::TestPackage* createdEQPEGLPackage(tcu::TestContext& testCtx) in createdEQPEGLPackage() argument 92 return new deqp::egl::TestPackage(testCtx); in createdEQPEGLPackage() 97 static tcu::TestPackage* createdEQPES2Package(tcu::TestContext& testCtx) in createdEQPES2Package() argument 99 return new deqp::gles2::TestPackage(testCtx); in createdEQPES2Package() 104 static tcu::TestPackage* createES2GTFPackage(tcu::TestContext& testCtx) in createES2GTFPackage() argument 106 return new gtf::es2::TestPackage(testCtx, "GTF-GLES2"); in createES2GTFPackage() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineTests.cpp | 85 tcu::TestContext& testCtx = group->getTestContext(); in createChildren() local 87 group->addChild(createDynamicControlPointTests (testCtx, pipelineConstructionType)); in createChildren() 88 group->addChild(createStencilTests (testCtx, pipelineConstructionType)); in createChildren() 89 group->addChild(createBlendTests (testCtx, pipelineConstructionType)); in createChildren() 90 group->addChild(createDepthTests (testCtx, pipelineConstructionType)); in createChildren() 91 group->addChild(createDescriptorLimitsTests (testCtx, pipelineConstructionType)); in createChildren() 92 group->addChild(createDynamicOffsetTests (testCtx, pipelineConstructionType)); in createChildren() 94 group->addChild(createEarlyDestroyTests (testCtx, pipelineConstructionType)); in createChildren() 96 group->addChild(createImageTests (testCtx, pipelineConstructionType)); in createChildren() 97 group->addChild(createSamplerTests (testCtx, pipelineConstructionType)); in createChildren() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTests.cpp | 85 tcu::TestContext& testCtx = group->getTestContext(); in createChildren() local 87 group->addChild(createDynamicControlPointTests (testCtx, pipelineConstructionType)); in createChildren() 88 group->addChild(createStencilTests (testCtx, pipelineConstructionType)); in createChildren() 89 group->addChild(createBlendTests (testCtx, pipelineConstructionType)); in createChildren() 90 group->addChild(createDepthTests (testCtx, pipelineConstructionType)); in createChildren() 91 group->addChild(createDescriptorLimitsTests (testCtx, pipelineConstructionType)); in createChildren() 92 group->addChild(createDynamicOffsetTests (testCtx, pipelineConstructionType)); in createChildren() 94 group->addChild(createEarlyDestroyTests (testCtx, pipelineConstructionType)); in createChildren() 96 group->addChild(createImageTests (testCtx, pipelineConstructionType)); in createChildren() 97 group->addChild(createSamplerTests (testCtx, pipelineConstructionType)); in createChildren() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiTests.cpp | 69 tcu::TestContext& testCtx = bufferViewTests->getTestContext(); in createBufferViewTests() local 71 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); in createBufferViewTests() 72 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); in createBufferViewTests() 77 tcu::TestContext& testCtx = apiTests->getTestContext(); in createApiTests() local 79 apiTests->addChild(createVersionSanityCheckTests (testCtx)); in createApiTests() 80 apiTests->addChild(createDriverPropertiesTests (testCtx)); in createApiTests() 82 apiTests->addChild(createSmokeTests (testCtx)); in createApiTests() 84 apiTests->addChild(api::createFeatureInfoTests (testCtx)); in createApiTests() 86 apiTests->addChild(createDeviceDrmPropertiesTests (testCtx)); in createApiTests() 88 apiTests->addChild(createDeviceInitializationTests (testCtx)); in createApiTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiTests.cpp | 69 tcu::TestContext& testCtx = bufferViewTests->getTestContext(); in createBufferViewTests() local 71 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); in createBufferViewTests() 72 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); in createBufferViewTests() 77 tcu::TestContext& testCtx = apiTests->getTestContext(); in createApiTests() local 79 apiTests->addChild(createVersionSanityCheckTests (testCtx)); in createApiTests() 80 apiTests->addChild(createDriverPropertiesTests (testCtx)); in createApiTests() 82 apiTests->addChild(createSmokeTests (testCtx)); in createApiTests() 84 apiTests->addChild(api::createFeatureInfoTests (testCtx)); in createApiTests() 86 apiTests->addChild(createDeviceDrmPropertiesTests (testCtx)); in createApiTests() 88 apiTests->addChild(createDeviceInitializationTests (testCtx)); in createApiTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawTests.cpp | 64 void createChildren (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const SharedGroupParams … in createChildren() argument 66 group->addChild(new ConcurrentDrawTests (testCtx, groupParams)); in createChildren() 67 group->addChild(new SimpleDrawTests (testCtx, groupParams)); in createChildren() 68 group->addChild(new DrawIndexedTests (testCtx, groupParams)); in createChildren() 69 group->addChild(new IndirectDrawTests (testCtx, groupParams)); in createChildren() 70 group->addChild(createBasicDrawTests (testCtx, groupParams)); in createChildren() 71 group->addChild(new InstancedTests (testCtx, groupParams)); in createChildren() 72 group->addChild(new ShaderDrawParametersTests (testCtx, groupParams)); in createChildren() 73 group->addChild(createNegativeViewportHeightTests (testCtx, groupParams)); in createChildren() 74 group->addChild(createZeroViewportHeightTests (testCtx, groupParams)); in createChildren() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawTests.cpp | 64 void createChildren (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const SharedGroupParams … in createChildren() argument 66 group->addChild(new ConcurrentDrawTests (testCtx, groupParams)); in createChildren() 67 group->addChild(new SimpleDrawTests (testCtx, groupParams)); in createChildren() 68 group->addChild(new DrawIndexedTests (testCtx, groupParams)); in createChildren() 69 group->addChild(new IndirectDrawTests (testCtx, groupParams)); in createChildren() 70 group->addChild(createBasicDrawTests (testCtx, groupParams)); in createChildren() 71 group->addChild(new InstancedTests (testCtx, groupParams)); in createChildren() 72 group->addChild(new ShaderDrawParametersTests (testCtx, groupParams)); in createChildren() 73 group->addChild(createNegativeViewportHeightTests (testCtx, groupParams)); in createChildren() 74 group->addChild(createZeroViewportHeightTests (testCtx, groupParams)); in createChildren() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
D | vktRayTracingTests.cpp | 59 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument 61 …de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "ray_tracing_pipeline", "Ray… in createTests() 63 group->addChild(createBuiltinTests(testCtx)); in createTests() 64 group->addChild(createSpecConstantTests(testCtx)); in createTests() 65 group->addChild(createBuildLargeShaderSetTests(testCtx)); in createTests() 66 group->addChild(createBuildTests(testCtx)); in createTests() 67 group->addChild(createCallableShadersTests(testCtx)); in createTests() 68 group->addChild(createTraceRaysTests(testCtx)); in createTests() 69 group->addChild(createTraceRaysMaintenance1Tests(testCtx)); in createTests() 70 group->addChild(createShaderBindingTableTests(testCtx)); in createTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingTests.cpp | 59 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument 61 …de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "ray_tracing_pipeline", "Ray… in createTests() 63 group->addChild(createBuiltinTests(testCtx)); in createTests() 64 group->addChild(createSpecConstantTests(testCtx)); in createTests() 65 group->addChild(createBuildLargeShaderSetTests(testCtx)); in createTests() 66 group->addChild(createBuildTests(testCtx)); in createTests() 67 group->addChild(createCallableShadersTests(testCtx)); in createTests() 68 group->addChild(createTraceRaysTests(testCtx)); in createTests() 69 group->addChild(createTraceRaysMaintenance1Tests(testCtx)); in createTests() 70 group->addChild(createShaderBindingTableTests(testCtx)); in createTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTests.cpp | 55 tcu::TestContext& testCtx = imageTests->getTestContext(); in createChildren() local 57 imageTests->addChild(createImageStoreTests(testCtx)); in createChildren() 58 imageTests->addChild(createImageLoadStoreTests(testCtx)); in createChildren() 59 imageTests->addChild(createImageMultisampleLoadStoreTests(testCtx)); in createChildren() 60 imageTests->addChild(createImageMutableTests(testCtx)); in createChildren() 61 imageTests->addChild(createSwapchainImageMutableTests(testCtx)); in createChildren() 62 imageTests->addChild(createImageFormatReinterpretTests(testCtx)); in createChildren() 63 imageTests->addChild(createImageQualifiersTests(testCtx)); in createChildren() 64 imageTests->addChild(createImageSizeTests(testCtx)); in createChildren() 65 imageTests->addChild(createImageAtomicOperationTests(testCtx)); in createChildren() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageTests.cpp | 55 tcu::TestContext& testCtx = imageTests->getTestContext(); in createChildren() local 57 imageTests->addChild(createImageStoreTests(testCtx)); in createChildren() 58 imageTests->addChild(createImageLoadStoreTests(testCtx)); in createChildren() 59 imageTests->addChild(createImageMultisampleLoadStoreTests(testCtx)); in createChildren() 60 imageTests->addChild(createImageMutableTests(testCtx)); in createChildren() 61 imageTests->addChild(createSwapchainImageMutableTests(testCtx)); in createChildren() 62 imageTests->addChild(createImageFormatReinterpretTests(testCtx)); in createChildren() 63 imageTests->addChild(createImageQualifiersTests(testCtx)); in createChildren() 64 imageTests->addChild(createImageSizeTests(testCtx)); in createChildren() 65 imageTests->addChild(createImageAtomicOperationTests(testCtx)); in createChildren() [all …]
|
/third_party/vk-gl-cts/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 …]
|
/third_party/vk-gl-cts/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 …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemTests.cpp | 50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument 52 …de::MovePtr<tcu::TestCaseGroup> protectedTests (new tcu::TestCaseGroup(testCtx, "protected_memory"… in createTests() 56 …de::MovePtr<tcu::TestCaseGroup> attachmentTestGroup (new tcu::TestCaseGroup(testCtx, "attachment",… in createTests() 57 attachmentTestGroup->addChild(createAttachmentLoadTests(testCtx)); in createTests() 58 attachmentTestGroup->addChild(createAttachmentClearTests(testCtx)); in createTests() 64 …de::MovePtr<tcu::TestCaseGroup> imageTestGroup (new tcu::TestCaseGroup(testCtx, "image", "Protecte… in createTests() 65 imageTestGroup->addChild(createCopyImageTests(testCtx)); in createTests() 66 imageTestGroup->addChild(createBlitImageTests(testCtx)); in createTests() 67 imageTestGroup->addChild(createClearColorImageTests(testCtx)); in createTests() 68 imageTestGroup->addChild(createCopyBufferToImageTests(testCtx)); in createTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
D | vktProtectedMemTests.cpp | 50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument 52 …de::MovePtr<tcu::TestCaseGroup> protectedTests (new tcu::TestCaseGroup(testCtx, "protected_memory"… in createTests() 56 …de::MovePtr<tcu::TestCaseGroup> attachmentTestGroup (new tcu::TestCaseGroup(testCtx, "attachment",… in createTests() 57 attachmentTestGroup->addChild(createAttachmentLoadTests(testCtx)); in createTests() 58 attachmentTestGroup->addChild(createAttachmentClearTests(testCtx)); in createTests() 64 …de::MovePtr<tcu::TestCaseGroup> imageTestGroup (new tcu::TestCaseGroup(testCtx, "image", "Protecte… in createTests() 65 imageTestGroup->addChild(createCopyImageTests(testCtx)); in createTests() 66 imageTestGroup->addChild(createBlitImageTests(testCtx)); in createTests() 67 imageTestGroup->addChild(createClearColorImageTests(testCtx)); in createTests() 68 imageTestGroup->addChild(createCopyBufferToImageTests(testCtx)); in createTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderTests.cpp | 55 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument 57 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "mesh_shader", "Mesh Shader Tests")); in createTests() 58 GroupPtr nvGroup (new tcu::TestCaseGroup(testCtx, "nv", "Tests for VK_NV_mesh_shader")); in createTests() 59 GroupPtr extGroup (new tcu::TestCaseGroup(testCtx, "ext", "Tests for VK_EXT_mesh_shader")); in createTests() 61 nvGroup->addChild(createMeshShaderSmokeTests(testCtx)); in createTests() 62 nvGroup->addChild(createMeshShaderApiTests(testCtx)); in createTests() 63 nvGroup->addChild(createMeshShaderSyncTests(testCtx)); in createTests() 64 nvGroup->addChild(createMeshShaderPropertyTests(testCtx)); in createTests() 65 nvGroup->addChild(createMeshShaderBuiltinTests(testCtx)); in createTests() 66 nvGroup->addChild(createMeshShaderMiscTests(testCtx)); in createTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
D | vktMeshShaderTests.cpp | 55 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument 57 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "mesh_shader", "Mesh Shader Tests")); in createTests() 58 GroupPtr nvGroup (new tcu::TestCaseGroup(testCtx, "nv", "Tests for VK_NV_mesh_shader")); in createTests() 59 GroupPtr extGroup (new tcu::TestCaseGroup(testCtx, "ext", "Tests for VK_EXT_mesh_shader")); in createTests() 61 nvGroup->addChild(createMeshShaderSmokeTests(testCtx)); in createTests() 62 nvGroup->addChild(createMeshShaderApiTests(testCtx)); in createTests() 63 nvGroup->addChild(createMeshShaderSyncTests(testCtx)); in createTests() 64 nvGroup->addChild(createMeshShaderPropertyTests(testCtx)); in createTests() 65 nvGroup->addChild(createMeshShaderBuiltinTests(testCtx)); in createTests() 66 nvGroup->addChild(createMeshShaderMiscTests(testCtx)); in createTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTests.cpp | 57 tcu::TestContext& testCtx = subgroupsTests->getTestContext(); in createChildren() local 59 subgroupsTests->addChild(createSubgroupsBuiltinVarTests(testCtx)); in createChildren() 60 subgroupsTests->addChild(createSubgroupsBuiltinMaskVarTests(testCtx)); in createChildren() 61 subgroupsTests->addChild(createSubgroupsBasicTests(testCtx)); in createChildren() 62 subgroupsTests->addChild(createSubgroupsVoteTests(testCtx)); in createChildren() 63 subgroupsTests->addChild(createSubgroupsBallotTests(testCtx)); in createChildren() 64 subgroupsTests->addChild(createSubgroupsBallotBroadcastTests(testCtx)); in createChildren() 65 subgroupsTests->addChild(createSubgroupsBallotOtherTests(testCtx)); in createChildren() 66 subgroupsTests->addChild(createSubgroupsArithmeticTests(testCtx)); in createChildren() 67 subgroupsTests->addChild(createSubgroupsClusteredTests(testCtx)); in createChildren() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
D | vktSubgroupsTests.cpp | 57 tcu::TestContext& testCtx = subgroupsTests->getTestContext(); in createChildren() local 59 subgroupsTests->addChild(createSubgroupsBuiltinVarTests(testCtx)); in createChildren() 60 subgroupsTests->addChild(createSubgroupsBuiltinMaskVarTests(testCtx)); in createChildren() 61 subgroupsTests->addChild(createSubgroupsBasicTests(testCtx)); in createChildren() 62 subgroupsTests->addChild(createSubgroupsVoteTests(testCtx)); in createChildren() 63 subgroupsTests->addChild(createSubgroupsBallotTests(testCtx)); in createChildren() 64 subgroupsTests->addChild(createSubgroupsBallotBroadcastTests(testCtx)); in createChildren() 65 subgroupsTests->addChild(createSubgroupsBallotOtherTests(testCtx)); in createChildren() 66 subgroupsTests->addChild(createSubgroupsArithmeticTests(testCtx)); in createChildren() 67 subgroupsTests->addChild(createSubgroupsClusteredTests(testCtx)); in createChildren() [all …]
|
/third_party/vk-gl-cts/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 …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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 …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationTests.cpp | 52 tcu::TestCaseGroup* createBasicTests (tcu::TestContext& testCtx, SynchronizationType type, VideoCod… in createBasicTests() argument 54 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "basic", "")); in createBasicTests() 58 group->addChild(createBasicEventTests(testCtx, videoCodecOperation)); in createBasicTests() 59 group->addChild(createBasicFenceTests(testCtx, videoCodecOperation)); in createBasicTests() 63 group->addChild(createSynchronization2BasicEventTests(testCtx, videoCodecOperation)); in createBasicTests() 66 group->addChild(createBasicBinarySemaphoreTests (testCtx, type, videoCodecOperation)); in createBasicTests() 67 group->addChild(createBasicTimelineSemaphoreTests (testCtx, type, videoCodecOperation)); in createBasicTests() 75 OperationTests (tcu::TestContext& testCtx, SynchronizationType type) in OperationTests() argument 76 : tcu::TestCaseGroup(testCtx, "op", "Synchronization of a memory-modifying operation") in OperationTests() 119 tcu::TestCaseGroup* createTestsInternal (tcu::TestContext& testCtx, SynchronizationType type, Video… in createTestsInternal() argument [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationTests.cpp | 52 tcu::TestCaseGroup* createBasicTests (tcu::TestContext& testCtx, SynchronizationType type, VideoCod… in createBasicTests() argument 54 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "basic", "")); in createBasicTests() 58 group->addChild(createBasicEventTests(testCtx, videoCodecOperation)); in createBasicTests() 59 group->addChild(createBasicFenceTests(testCtx, videoCodecOperation)); in createBasicTests() 63 group->addChild(createSynchronization2BasicEventTests(testCtx, videoCodecOperation)); in createBasicTests() 66 group->addChild(createBasicBinarySemaphoreTests (testCtx, type, videoCodecOperation)); in createBasicTests() 67 group->addChild(createBasicTimelineSemaphoreTests (testCtx, type, videoCodecOperation)); in createBasicTests() 75 OperationTests (tcu::TestContext& testCtx, SynchronizationType type) in OperationTests() argument 76 : tcu::TestCaseGroup(testCtx, "op", "Synchronization of a memory-modifying operation") in OperationTests() 119 tcu::TestCaseGroup* createTestsInternal (tcu::TestContext& testCtx, SynchronizationType type, Video… in createTestsInternal() argument [all …]
|