/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(createIndirectComputeDispatchTests(testCtx)); 44 computeTests->addChild(createComputeShaderBuiltinVarTests(testCtx)); 49 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) 51 return createTestGroup(testCtx, "compute", "Compute shader tests", createChildren);
|
vktComputeIndirectComputeDispatchTests.cpp | 203 tcu::TestContext& testCtx = m_context.getTestContext(); 205 testCtx.getLog() << tcu::TestLog::Message << "GL_DISPATCH_INDIRECT_BUFFER size = " << m_bufferSize << tcu::TestLog::EndMessage; 207 tcu::ScopedLogSection section(testCtx.getLog(), "Commands", "Indirect Dispatch Commands (" + de::toString(m_dispatchCommands.size()) + " in total)"); 211 testCtx.getLog() 350 tcu::TestContext& testCtx = m_context.getTestContext(); 352 testCtx.getLog() 368 IndirectDispatchCaseBufferUpload (tcu::TestContext& testCtx, 388 IndirectDispatchCaseBufferUpload::IndirectDispatchCaseBufferUpload (tcu::TestContext& testCtx, 391 : vkt::TestCase (testCtx, caseDesc.m_name, caseDesc.m_description) 512 IndirectDispatchCaseBufferGenerate (tcu::TestContext& testCtx, [all...] |
vktComputeShaderBuiltinVarTests.cpp | 485 tcu::TestContext& testCtx = m_context.getTestContext(); 508 testCtx.getLog() 515 testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage; 521 testCtx.getLog() << TestLog::Message << (numInvocations - numFailed) << " / " << numInvocations << " values passed" << TestLog::EndMessage; 559 tcu::TestCaseGroup* createComputeShaderBuiltinVarTests (tcu::TestContext& testCtx) 561 return new ComputeShaderBuiltinVarTests(testCtx);
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawTests.cpp | 42 tcu::TestContext& testCtx = group->getTestContext(); 44 group->addChild(new SimpleDrawTests(testCtx)); 45 group->addChild(new DrawIndexedTests(testCtx)); 46 group->addChild(new IndirectDrawTests(testCtx)); 51 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) 53 return createTestGroup(testCtx, "draw", "Spimple Draw tests", createChildren);
|
/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/image/ |
vktImageTests.cpp | 41 tcu::TestContext& testCtx = imageTests->getTestContext(); 43 imageTests->addChild(createImageStoreTests(testCtx)); 44 imageTests->addChild(createImageLoadStoreTests(testCtx)); 45 imageTests->addChild(createImageFormatReinterpretTests(testCtx)); 46 imageTests->addChild(createImageQualifiersTests(testCtx)); 47 imageTests->addChild(createImageSizeTests(testCtx)); 48 imageTests->addChild(createImageAtomicOperationTests(testCtx)); 53 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) 55 return createTestGroup(testCtx, "image", "Image tests", createChildren);
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
vktMemoryTests.cpp | 41 tcu::TestContext& testCtx = memoryTests->getTestContext(); 43 memoryTests->addChild(createAllocationTests (testCtx)); 44 memoryTests->addChild(createMappingTests (testCtx)); 45 memoryTests->addChild(createPipelineBarrierTests (testCtx)); 50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) 52 return createTestGroup(testCtx, "memory", "Memory Tests", createChildren);
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineTests.cpp | 51 tcu::TestContext& testCtx = pipelineTests->getTestContext(); 53 pipelineTests->addChild(createStencilTests (testCtx)); 54 pipelineTests->addChild(createBlendTests (testCtx)); 55 pipelineTests->addChild(createDepthTests (testCtx)); 56 pipelineTests->addChild(createImageTests (testCtx)); 57 pipelineTests->addChild(createSamplerTests (testCtx)); 58 pipelineTests->addChild(createImageViewTests (testCtx)); 59 pipelineTests->addChild(createPushConstantTests (testCtx)); 60 pipelineTests->addChild(createMultisampleTests (testCtx)); 61 pipelineTests->addChild(createVertexInputTests (testCtx)); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
vktQueryPoolTests.cpp | 40 tcu::TestContext& testCtx = queryPoolTests->getTestContext(); 42 queryPoolTests->addChild(new QueryPoolOcclusionTests(testCtx)); 47 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) 49 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);
|
vktSpvAsmInstructionTests.cpp | 172 tcu::TestCaseGroup* createOpNopGroup (tcu::TestContext& testCtx) 174 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opnop", "Test the OpNop instruction")); 220 group->addChild(new SpvAsmComputeShaderCase(testCtx, "all", "OpNop appearing at different places", spec)); 225 tcu::TestCaseGroup* createOpLineGroup (tcu::TestContext& testCtx) 227 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opline", "Test the OpLine instruction")); 284 group->addChild(new SpvAsmComputeShaderCase(testCtx, "all", "OpLine appearing at different places", spec)); 289 tcu::TestCaseGroup* createOpNoLineGroup (tcu::TestContext& testCtx) 291 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "opnoline", "Test the OpNoLine instruction")); 350 group->addChild(new SpvAsmComputeShaderCase(testCtx, "all", "OpNoLine appearing at different places", spec)); 376 tcu::TestCaseGroup* createNoContractionGroup (tcu::TestContext& testCtx) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiTests.cpp | 47 tcu::TestContext& testCtx = bufferViewTests->getTestContext(); 49 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); 50 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); 55 tcu::TestContext& testCtx = apiTests->getTestContext(); 57 apiTests->addChild(createSmokeTests (testCtx)); 58 apiTests->addChild(api::createFeatureInfoTests (testCtx)); 59 apiTests->addChild(createDeviceInitializationTests (testCtx)); 60 apiTests->addChild(createObjectManagementTests (testCtx)); 61 apiTests->addChild(createBufferTests (testCtx)); 62 apiTests->addChild(createTestGroup (testCtx, "buffer_view", "BufferView tests", createBufferViewTests)) [all...] |
/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/modules/gles2/ |
tes2TestPackage.cpp | 80 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext(); 101 testCtx.getLog() << e; 102 testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine"); 103 testCtx.setTerminateAfter(true); 108 testCtx.getLog() << e; 109 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); 114 TestPackage::TestPackage (tcu::TestContext& testCtx) 115 : tcu::TestPackage (testCtx, "dEQP-GLES2", "dEQP OpenGL ES 2.0 Tests") 116 , m_archive (testCtx.getRootArchive(), "gles2/")
|
/external/deqp/modules/gles3/ |
tes3TestPackage.cpp | 79 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext(); 100 testCtx.getLog() << e; 101 testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine"); 102 testCtx.setTerminateAfter(true); 107 testCtx.getLog() << e; 108 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); 113 TestPackage::TestPackage (tcu::TestContext& testCtx) 114 : tcu::TestPackage (testCtx, "dEQP-GLES3", "dEQP OpenGL ES 3.0 Tests") 115 , m_archive (testCtx.getRootArchive(), "gles3/")
|
/external/deqp/external/vulkancts/modules/vulkan/ |
vktTestPackage.cpp | 158 TestCaseExecutor (tcu::TestContext& testCtx); 178 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) 180 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary()); 183 TestCaseExecutor::TestCaseExecutor (tcu::TestContext& testCtx) 184 : m_prebuiltBinRegistry (testCtx.getArchive(), "vulkan/prebuilt") 185 , m_library (createLibrary(testCtx)) 186 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection) 187 , m_debugReportRecorder (testCtx.getCommandLine().isValidationEnabled() 304 tcu::TestContext& testCtx = glslTests->getTestContext(); 325 glslTests->addChild(createShaderLibraryGroup(testCtx, [all...] |
/external/deqp/modules/egl/ |
teglImageTests.cpp | 96 tcu::TestContext& testCtx = eglTestCtx.getTestContext(); 97 TestLog& log = testCtx.getLog(); 109 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) 110 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid error code"); 119 tcu::TestContext& testCtx = eglTestCtx.getTestContext(); 120 TestLog& log = testCtx.getLog(); 131 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) 132 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid return value"); 139 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) 140 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid error code") [all...] |
/external/deqp/modules/gles31/functional/ |
es31fFboNoAttachmentTests.cpp | 268 FramebufferCompletenessCase (tcu::TestContext& testCtx, 280 FramebufferCompletenessCase::FramebufferCompletenessCase (tcu::TestContext& testCtx, 284 : TestCase (testCtx, name, desc) 326 SizeCase (tcu::TestContext& testCtx, 349 SizeCase::SizeCase (tcu::TestContext& testCtx, 354 : TestCase (testCtx, name, desc) 435 AttachmentInteractionCase (tcu::TestContext& testCtx, 451 AttachmentInteractionCase::AttachmentInteractionCase (tcu::TestContext& testCtx, 457 : TestCase (testCtx, name, desc) 502 tcu::TestContext& testCtx = context.getTestContext() [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderIntegerFunctionTests.cpp | 319 IntegerFunctionCase (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType); 343 IntegerFunctionCase::IntegerFunctionCase (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType) 344 : TestCase (testCtx, name, description) 418 tcu::TestContext& testCtx = m_context.getTestContext(); 432 testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; 434 testCtx.getLog() << TestLog::Message << " inputs:" << TestLog::EndMessage; 436 testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx].name << " = " 440 testCtx.getLog() << TestLog::Message << " outputs:" << TestLog::EndMessage; 442 testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx].name << " = " 452 testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values pass (…) [all...] |
vktShaderCommonFunctionTests.cpp | 446 CommonFunctionCase (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType); 467 CommonFunctionCase::CommonFunctionCase (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType) 468 : TestCase (testCtx, name, description) 540 tcu::TestContext& testCtx = m_context.getTestContext(); 555 testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; 557 testCtx.getLog() << TestLog::Message << " inputs:" << TestLog::EndMessage; 559 testCtx.getLog() << TestLog::Message << " " << m_spec.inputs[inNdx].name << " = " 563 testCtx.getLog() << TestLog::Message << " outputs:" << TestLog::EndMessage; 565 testCtx.getLog() << TestLog::Message << " " << m_spec.outputs[outNdx].name << " = " 575 testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values pass (…) [all...] |
vktShaderBuiltinPrecisionTests.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsLifetimeTests.cpp | 624 ResultCollector (TestContext& testCtx); 639 ResultCollector::ResultCollector (TestContext& testCtx) 640 : m_testCtx (testCtx) 641 , m_log (testCtx.getLog()) [all...] |
glsBuiltinPrecisionTests.cpp | [all...] |
/external/deqp/modules/gles3/performance/ |
es3pDepthTests.cpp | 509 BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc); 535 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) 536 : TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, desc) 725 RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc); 736 RenderCountCase::RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) 737 : BaseCase (testCtx, renderCtx, name, desc) 894 RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc); 906 RelativeChangeCase::RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) 907 : BaseCase (testCtx, renderCtx, name, desc) [all...] |